complexType dsrc:Payload
diagram
namespace http://www.DSRC-Draft-02-00-15
type extension of dsrc:Payload-string
properties
base Payload-string
used by
elements dsrc:AlaCarte/items2/items2-item/data/payload dsrc:BasicSafetyMessage/items2/items2-item/data/payload
facets
minLength 2
maxLength 86
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:complexType name="Payload">
 
<xs:simpleContent>
   
<xs:extension base="Payload-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