Navigation bar
  Print document Start Previous page
 129 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
129 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:simpleType >
Used By: This entry is directly used by the following 3 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: See also the heading DE used to define a specific single heading value found in other parts of
the DSRC message set. 
7.52 Data Element: DE_Intersection Status Object
Use: The Intersection Status Object contains Advanced Traffic Controller (ATC) status information that
may be sent to local OBUs as part of the SPAT process.
ASN.1 Representation:
IntersectionStatusObject ::= OCTET STRING (SIZE(1)) 
   -- 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 as zero
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 as zero
         </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">