complexType Payload
diagram Docs_p251.png
namespace http://www.DSRC-Draft-03-00-24
type extension of Payload-string
properties
base Payload-string
used by
elements AlaCarte/items2/items2-item/data/payload 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