diagram | ![]() |
||
namespace | http://www.DSRC-Draft-02-00-15 | ||
children | thePosition cntVSDTs deviceTypes localSnapshot | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Snapshot"> <xs:annotation> <xs:documentation> Est size 2 bytes per payload item plus 10 for next position </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="thePosition" type="FullPositionVector"/> <!-- data of the position and speed, --> <xs:element name="cntVSDTs"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:maxInclusive value="31"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- a count of how many vehicle status device type entires will follow, 1 byte --> <xs:element name="deviceTypes"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="31"> <xs:element name="deviceType" type="SnapshotItem"/> <!-- a seq of name-value pairs which me may encode in the style as other msgs, need to see --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localSnapshot" type="local:Snapshot" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | dsrc:FullPositionVector | ||||
properties |
|
||||
children | lastMsg utcTime long lat elevation heading speed timeConfidence posConfidence speedConfidence localFullPositionVector | ||||
source | <xs:element name="thePosition" type="FullPositionVector"/> |
diagram | ![]() |
||||
type | restriction of xs:unsignedByte | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="cntVSDTs"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:maxInclusive value="31"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
properties |
|
||||
children | deviceType | ||||
source | <xs:element name="deviceTypes"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="31"> <xs:element name="deviceType" type="SnapshotItem"/> <!-- a seq of name-value pairs which me may encode in the style as other msgs, need to see --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | dsrc:SnapshotItem | ||||
properties |
|
||||
children | item value | ||||
source | <xs:element name="deviceType" type="SnapshotItem"/> |
diagram | ![]() |
||||||||
type | Snapshot | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localSnapshot" type="local:Snapshot" minOccurs="0"/> |