Navigation bar
  Print document Start Previous page
 194 of 240 
Next page End  

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
194 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
for how that system will respond to the request. 
ASN.1 Representation:
TransistStatus ::= BIT STRING {
    none        (0), -- nothing is active
    anADAuse    (1), -- an ADA access is in progress (wheelchairs, kneling, etc.)
    aBikeLoad   (2), -- loading of a bicyle is in progress
    doorOpen    (3), -- a vehcile door is open for passenger access
    bitFour     (4),
    bitFive     (5)
    -- bit four and five are used to relate the 
    -- the relative occupancy of the vehicle, with
    -- 0  as least full and 11 indicating a 
    -- close-to or full conditon
    } (SIZE(6))
XML Representation:
<xs:simpleType name="TransistStatus-item" >
      <xs:annotation>
         <xs:appinfo>
            none (0) -- nothing is active
            anADAuse (1) -- an ADA access is in progress  (wheelchairs ,
            aBikeLoad (2) -- loading of a bicyle is in progress
            doorOpen (3) -- a vehcile door is open for passenger access
            bitFour (4)
            bitFive (5) -- bit four and five are used to relate the
             -- the relative occupancy of the vehicle ,  with
             -- 0  as least full and 11 indicating a
             -- close-to or full conditon
         </xs:appinfo>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:int">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="5"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="none"/>
               <xs:enumeration value="anADAuse"/>
               <xs:enumeration value="aBikeLoad"/>
               <xs:enumeration value="doorOpen"/>
               <xs:enumeration value="bitFour"/>
               <xs:enumeration value="bitFive"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
<xs:simpleType name="TransistStatus">
   <xs:list itemType="TransistStatus-item"/>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Most of these values are used to detect that the transit vehicle in not in a state where movement
can occur (and that therefore any priority signal should be be ignored until the vehicle is again ready to
depart).  Two bits (bits x and y) are used to relate the relative occupancy of the vehicle.  
7.141 Data Element: DE_TransitPreEmptionRequest
Use: The TransitPreEmptionRequest data element will be used to enumerate various type of preemption
events.  
ASN.1 Representation:
TransitPreEmptionRequest ::= ENUMERATED {
Click to Convert - Powerful PDF Converter and HTML Converter.