![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
138 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:complexType name="IntersectionStatusObject" >
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
with bits set as follows Bit #:
0 Manual Control is enabled. Timing reported is per
programmed values, etc but person at cabinet can
manually request that certain intervals are terminated
early (e.g. green) .
1 Stop Time is activated and all counting/timing has stopped.
2 Intersection is in Conflict Flash.
3 Preempt is Active
4 Transit Signal Priority (TSP) is Active
5 Reserved
6 Reserved
7 Reserved
</xs:documentation>
</xs:annotation>
<xs:extension base="IntersectionStatusObject-string" >
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="IntersectionStatusObject-string">
<xs:restriction base="xs:base64Binary">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType >
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
MSG
In addition, this item may be used by data structures in other ITS standards.
7.62 Data Element: DE_IntersectionID
Use: The IntersectionID is used to globally and uniquely define an intersection within a country or region
in a 32 bit field. Need some words about using the upper bytes with some common sense here.
ASN.1 Representation:
IntersectionID ::= INTEGER (0..4294967295)
-- note that often only the lower 16 bits of this value
-- wil be send as the operational region (state etc) will
-- be known and not sent each time
XML Representation:
<xs:simpleType name="IntersectionID" >
<xs:annotation>
<xs:documentation>
note that often only the lower 16 bits of this value
wil be send as the operational region (state etc) will
be known and not sent each time
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedInt"/>
</xs:simpleType>
|