![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
176 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:enumeration value="hovLane"/>
<xs:enumeration value="busOnly"/>
<xs:enumeration value="vehiclesEntering"/>
<xs:enumeration value="vehiclesLeaving"/>
<xs:enumeration value="reserved"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_SpecialLane <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
7.121 Data Element: DE_SpecialSignalState
Use: A date element indicating the current signal state of a particular known special lane type (such as a
train). Used in the the SPAT frame. The data element is a 8-bit encoded string, allowing multiple values to
be indicated. Note: is there ever a need for this?
ASN.1 Representation:
SpecialSignalState ::= ENUMERATED {
unknown (0),
notInUse (1), -- (B00000001) default state, empty, not in use
arriving (2), -- (B00000010) track-lane about to be occupied
present (3), -- (B00000100) track-lane is occupied with vehicle
departing (4), -- (B00001000) track-lane about to be empty
...
} -- one byte
XML Representation:
<xs:simpleType name="SpecialSignalState" >
<xs:annotation>
<xs:appinfo>
unknown (0)
notInUse (1) -- (B00000001) default state ,
arriving (2) -- (B00000010) track-lane about to be occupied
present (3) -- (B00000100) track-lane is occupied with vehicle
departing (4) -- (B00001000) track-lane about to be empty
</xs:appinfo>
<xs:documentation>
one byte
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="unknown"/>
<xs:enumeration value="notInUse"/>
<xs:enumeration value="arriving"/>
<xs:enumeration value="present"/>
<xs:enumeration value="departing"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_MovementState <ASN> <XML>. In addition, this item may be used by data structures in other
ITS standards.
|