diagram | ![]() |
||
namespace | http://www.DSRC-Draft-02-00-15 | ||
children | msgID startVector vehicleType cntSnapshoots snapshots localProbeVehicleData | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ProbeVehicleData"> <xs:annotation> <xs:documentation> Est size about 64 bytes plus snapshot sizes (about 12 per) </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="msgID" type="DSRCmsgID"/> <!-- App ID value, 1 byte --> <xs:element name="startVector" type="FullPositionVector"/> <!-- the space and time of transmission to the RSU --> <xs:element name="vehicleType" type="VehicleType"/> <!-- type of vehicle, 1 byte --> <xs:element name="cntSnapshoots"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="1"/> <xs:maxInclusive value="32"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- a count of how many snaphots type entires will follow --> <xs:element name="snapshots"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="snapshot" type="Snapshot"/> <!-- a seq of name-value pairs along with the space and time of the first measurement set --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | dsrc:DSRCmsgID | ||||
properties |
|
||||
source | <xs:element name="msgID" type="DSRCmsgID"/> |
diagram | ![]() |
||||
type | dsrc:FullPositionVector | ||||
properties |
|
||||
children | lastMsg utcTime long lat elevation heading speed timeConfidence posConfidence speedConfidence localFullPositionVector | ||||
source | <xs:element name="startVector" type="FullPositionVector"/> |
diagram | ![]() |
||||
type | dsrc:VehicleType | ||||
properties |
|
||||
source | <xs:element name="vehicleType" type="VehicleType"/> |
diagram | ![]() |
||||
type | restriction of xs:unsignedByte | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="cntSnapshoots"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="1"/> <xs:maxInclusive value="32"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
properties |
|
||||
children | snapshot | ||||
source | <xs:element name="snapshots"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="snapshot" type="Snapshot"/> <!-- a seq of name-value pairs along with the space and time of the first measurement set --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | dsrc:Snapshot | ||||
properties |
|
||||
children | thePosition cntVSDTs deviceTypes localSnapshot | ||||
source | <xs:element name="snapshot" type="Snapshot"/> |
diagram | ![]() |
||||||||
type | ProbeVehicleData | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/> |