| diagram | ![]() |
||
| namespace | http://www.DSRC-Draft-03-00-24 | ||
| children | msgID segNum probeID startVector vehicleType cntSnapshoots snapshots localProbeVehicleData | ||
| used by |
|
||
| source | <xs:complexType name="ProbeVehicleData"> <xs:sequence> <xs:element name="msgID" type="DSRCmsgID"/> <xs:element name="segNum" type="ProbeSegmentNumber" minOccurs="0"/> <xs:element name="probeID" type="VehicleIdent" minOccurs="0"/> <xs:element name="startVector" type="FullPositionVector"/> <xs:element name="vehicleType" type="VehicleType"/> <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> <xs:element name="snapshots"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="snapshot" type="Snapshot"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | DSRCmsgID | ||||
| properties |
|
||||
| source | <xs:element name="msgID" type="DSRCmsgID"/> |
| diagram | |||||||||
| type | ProbeSegmentNumber | ||||||||
| properties |
|
||||||||
| source | <xs:element name="segNum" type="ProbeSegmentNumber" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| type | VehicleIdent | ||||||||
| properties |
|
||||||||
| children | name vin ownerCode fleetNum vehicleType vehicleClass localVehicleIdent | ||||||||
| source | <xs:element name="probeID" type="VehicleIdent" minOccurs="0"/> |
| diagram | ![]() |
||||
| type | FullPositionVector | ||||
| properties |
|
||||
| children | utcTime long lat elevation heading speed timeConfidence posConfidence speedConfidence localFullPositionVector | ||||
| source | <xs:element name="startVector" type="FullPositionVector"/> |
| diagram | |||||
| type | 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"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||
| type | Snapshot | ||||
| properties |
|
||||
| children | thePosition cntVSDTs deviceTypes localSnapshot | ||||
| source | <xs:element name="snapshot" type="Snapshot"/> |
| diagram | |||||||
| type | local:ProbeVehicleData | ||||||
| properties |
|
||||||
| source | <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/> |