![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
57 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
}
XML Representation:
<xs:complexType name="SnapshotDistance" >
<xs:sequence>
<xs:element name="d1" >
<xs:simpleType>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- meters -->
<xs:element name="s1" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- meters\second -->
<xs:element name="d2" >
<xs:simpleType>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- meters -->
<xs:element name="s2" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- meters\second -->
</xs:sequence>
</xs:complexType>
Used by: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement <ASN> <XML>. In addition, this item may be used by data structures
in other ITS standards.
Remarks: From the VII POC-A team.
6.30 Data Frame: DF_SnapshotItem
Use: A set consisting of an item and an item value used to bundle snapshot data together for use.
ASN.1 Representation:
SnapshotItem ::= SEQUENCE {
-- Renmoved: item ValueList,
itemTag VehicleStatusDeviceTypeTag,
value VehicleStatusDeviceType
XML Representation:
<xs:complexType name="SnapshotItem" >
<xs:sequence>
<!-- Renmoved: item ValueList, -->
<xs:element name="itemTag" type="VehicleStatusDeviceTypeTag" />
<xs:element name="value" type="VehicleStatusDeviceType" />
</xs:sequence>
</xs:complexType>
|