complexType ProbeVehicleData
diagram Docs_p288.png
namespace http://www.DSRC-Draft-03-00-24
children msgID segNum probeID startVector vehicleType cntSnapshoots snapshots localProbeVehicleData
used by
element probeVehicleData
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>

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

element ProbeVehicleData/segNum
diagram Docs_p290.png
type ProbeSegmentNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="segNum" type="ProbeSegmentNumber" minOccurs="0"/>

element ProbeVehicleData/probeID
diagram Docs_p291.png
type VehicleIdent
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children name vin ownerCode fleetNum vehicleType vehicleClass localVehicleIdent
source <xs:element name="probeID" type="VehicleIdent" minOccurs="0"/>

element ProbeVehicleData/startVector
diagram Docs_p292.png
type FullPositionVector
properties
isRef 0
content complex
children utcTime long lat elevation heading speed timeConfidence posConfidence speedConfidence localFullPositionVector
source <xs:element name="startVector" type="FullPositionVector"/>

element ProbeVehicleData/vehicleType
diagram Docs_p293.png
type VehicleType
properties
isRef 0
content simple
source <xs:element name="vehicleType" type="VehicleType"/>

element ProbeVehicleData/cntSnapshoots
diagram Docs_p294.png
type restriction of xs:unsignedByte
properties
isRef 0
content simple
facets
minInclusive 1
maxInclusive 32
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>

element ProbeVehicleData/snapshots
diagram Docs_p295.png
properties
isRef 0
content complex
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>

element ProbeVehicleData/snapshots/snapshot
diagram Docs_p296.png
type Snapshot
properties
isRef 0
content complex
children thePosition cntVSDTs deviceTypes localSnapshot
source <xs:element name="snapshot" type="Snapshot"/>

element ProbeVehicleData/localProbeVehicleData
diagram Docs_p297.png
type local:ProbeVehicleData
properties
isRef 0
minOcc 0
maxOcc 1
source <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/>


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