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

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
175 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="notInUse"/>
               <xs:enumeration value="inUse"/>
               <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 MSG called
MSG_EmergencyVehicleAlert <ASN> <XML>.   In addition, this item may be used by data structures
in other ITS standards.
7.120 Data Element: DE_SpecialLaneAttributes
Use: The SpecialLaneAttributes data element relates the types and allowed (possible) movements from a
special vehicle lane.   Typically this deals with lanes describing trains (all forms of tracked vehicles) and
transit vehicles (buses and other public transport) that are part of an intersection shared with motorized
vehicle lanes. 
ASN.1 Representation:
SpecialLaneAttributes ::= ENUMERATED {
   noData                    (0), -- ('0000000000000000'B)
   egressPath                (1), -- ('0000000000000001'B)
       -- a two-way path or an outbound path is described 
   railRoadTrack             (2), -- ('0000000000000010'B)
   transitOnlyLane           (4), -- ('0000000000000100'B)
   hovLane                   (8), -- ('0000000000001000'B)
   busOnly                  (16), -- ('0000000000010000'B)
   vehiclesEntering         (32), -- ('0000000000100000'B)
   vehiclesLeaving          (64), -- ('0000000001000000'B)
   reserved                (128)  -- ('0000000010000000'B)
   } -- 1 byte
XML Representation:
<xs:simpleType name="SpecialLaneAttributes" >
      <xs:annotation>
         <xs:appinfo>
            noData (0) -- (&apos;0000000000000000&apos;B)
            egressPath (1) -- (&apos;0000000000000001&apos;B)
             -- a two-way path or an outbound path is described
            railRoadTrack (2) -- (&apos;0000000000000010&apos;B)
            transitOnlyLane (4) -- (&apos;0000000000000100&apos;B)
            hovLane (8) -- (&apos;0000000000001000&apos;B)
            busOnly (16) -- (&apos;0000000000010000&apos;B)
            vehiclesEntering (32) -- (&apos;0000000000100000&apos;B)
            vehiclesLeaving (64) -- (&apos;0000000001000000&apos;B)
            reserved (128) -- (&apos;0000000010000000&apos;B)
         </xs:appinfo>
         <xs:documentation>       
            1 byte
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="128"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="noData"/>
               <xs:enumeration value="egressPath"/>
               <xs:enumeration value="railRoadTrack"/>
               <xs:enumeration value="transitOnlyLane"/>
Click to Convert - Powerful PDF Converter and HTML Converter.