complexType dsrc:PayloadData
diagram
namespace http://www.DSRC-Draft-02-00-15
type extension of dsrc:PayloadData-string
properties
base PayloadData-string
used by
element dsrc:GenericTransferMsg/payLoad
facets
minLength 2
maxLength 2731
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:complexType name="PayloadData">
 
<xs:simpleContent>
   
<xs:extension base="PayloadData-string">
     
<xs:attribute name="EncodingType" use="required">
       
<xs:simpleType>
         
<xs:restriction base="xs:NMTOKEN">
           
<xs:enumeration value="base64Binary"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy