complexType GenericTransferMsg
diagram Docs_p183.png
namespace http://www.DSRC-Draft-03-00-24
children msgID sessionID applicationID blockID blockCount wordCount payLoad crc
used by
element genericTransferMsg
source <xs:complexType name="GenericTransferMsg">
 
<xs:sequence>
   
<xs:element name="msgID" type="DSRCmsgID"/>
   
<xs:element name="sessionID">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedByte"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="applicationID">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="blockID">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="blockCount">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="wordCount">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort"/>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="payLoad" type="PayloadData"/>
   
<xs:element name="crc">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort"/>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GenericTransferMsg/msgID
diagram Docs_p184.png
type DSRCmsgID
properties
isRef 0
content simple
source <xs:element name="msgID" type="DSRCmsgID"/>

element GenericTransferMsg/sessionID
diagram Docs_p185.png
type restriction of xs:unsignedByte
properties
isRef 0
content simple
source <xs:element name="sessionID">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedByte"/>
 
</xs:simpleType>
</xs:element>

element GenericTransferMsg/applicationID
diagram Docs_p186.png
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="applicationID">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>

element GenericTransferMsg/blockID
diagram Docs_p187.png
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="blockID">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>

element GenericTransferMsg/blockCount
diagram Docs_p188.png
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="blockCount">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>

element GenericTransferMsg/wordCount
diagram Docs_p189.png
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="wordCount">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>

element GenericTransferMsg/payLoad
diagram Docs_p190.png
type PayloadData
properties
isRef 0
content complex
facets
minLength 2
maxLength 2731
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:element name="payLoad" type="PayloadData"/>

element GenericTransferMsg/crc
diagram Docs_p191.png
type restriction of xs:unsignedShort
properties
isRef 0
content simple
source <xs:element name="crc">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort"/>
 
</xs:simpleType>
</xs:element>


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