![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
78 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
-- seconds
t2 INTEGER(1..99),
-- m/sec - the instantaneous speed when the
-- calculation is performed
s2 INTEGER(0..50)
-- seconds
}
XML Representation:
<xs:complexType name="SnapshotTime" >
<xs:sequence>
<xs:element name="t1" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- m/sec - the instantaneous speed when the
calculation is performed -->
<xs:element name="s1" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- seconds -->
<xs:element name="t2" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- m/sec - the instantaneous speed when the
calculation is performed -->
<xs:element name="s2" >
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- seconds -->
</xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement (need rework to match data setting) <ASN> <XML>. In addition, this
item may be used by data structures in other ITS standards.
Remarks: From the VII POC-A team.
6.45 Data Frame: DF_SpecialLane
Use: A SpecialLane data structure provides lane number, lane width and lane attributes within an approach
structure for special types of lanes including lanes for use by trains (tracked vehicles) and transit vehicles.
The SpecialLaneAttributes data element denotes what generally type of lane it is. The nodeList data
element provide a detailed set of offset values to map the path of the lane. The keepOutList (which is
optional) denotes any segments along the path where users of the path can not safely stop.
ASN.1 Representation:
SpecialLane ::= SEQUENCE {
|