| diagram | ![]() |
||
| namespace | http://www.DSRC-Draft-03-00-24 | ||
| children | msgID sessionID applicationID blockID blockCount wordCount payLoad crc | ||
| used by |
|
||
| 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> |
| diagram | |||||
| type | DSRCmsgID | ||||
| properties |
|
||||
| source | <xs:element name="msgID" type="DSRCmsgID"/> |
| diagram | |||||
| type | restriction of xs:unsignedByte | ||||
| properties |
|
||||
| source | <xs:element name="sessionID"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"/> </xs:simpleType> </xs:element> |
| diagram | |||||
| type | restriction of xs:unsignedShort | ||||
| properties |
|
||||
| source | <xs:element name="applicationID"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |
| diagram | |||||
| type | restriction of xs:unsignedShort | ||||
| properties |
|
||||
| source | <xs:element name="blockID"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |
| diagram | |||||
| type | restriction of xs:unsignedShort | ||||
| properties |
|
||||
| source | <xs:element name="blockCount"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |
| diagram | |||||
| type | restriction of xs:unsignedShort | ||||
| properties |
|
||||
| source | <xs:element name="wordCount"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |
| diagram | |||||||||||||
| type | PayloadData | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="payLoad" type="PayloadData"/> |
| diagram | |||||
| type | restriction of xs:unsignedShort | ||||
| properties |
|
||||
| source | <xs:element name="crc"> <xs:simpleType> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> </xs:element> |