complexType dsrc:ProbeVehicleData
diagram
namespace http://www.DSRC-Draft-02-00-15
children msgID startVector vehicleType cntSnapshoots snapshots localProbeVehicleData
used by
element dsrc:probeVehicleData
annotation
documentation
      
            Est size about 64 bytes plus snapshot sizes  (about 12 per)
        
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>

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

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

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

element dsrc:ProbeVehicleData/cntSnapshoots
diagram
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 dsrc:ProbeVehicleData/snapshots
diagram
properties
isRef 0
content complex
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>

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

element dsrc:ProbeVehicleData/localProbeVehicleData
diagram
type ProbeVehicleData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localProbeVehicleData" type="local:ProbeVehicleData" minOccurs="0"/>


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