|     SAE J2735-Draft-Rev29 [issued: 12-11-08]   -  92 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.  LaneNumber data element and the ApproachesObject data structure for a description of how indexing  works.    ASN.1 Representation:    ApproachNumber ::= INTEGER (0..127)  XML Representation:    <xs:simpleType name="ApproachNumber" >        <xs:restriction base="xs:unsignedByte">           <xs:maxInclusive value="127"/>        </xs:restriction>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  DF_Approach <ASN> <XML>.   In addition, this item may be used by data structures in other ITS  standards.  7.7 Data Element: DE_BarrierAttributes  Use:  The BarrierAttributes data element relates the type of barrier being described.  A barrier  in this  context is any described lane style of object which normal vehicle traffic can or can-not transverse.  ASN.1 Representation:    BarrierAttributes ::= ENUMERATED {     noData                     (0),  -- ('0000-0000-0000-0000'B)     median                     (1),  -- ('0000-0000-0000-0001'B)     whiteLine                  (2),  -- ('0000-0000-0000-0010'B)     strippedLines              (4),  -- ('0000-0000-0000-0100'B)     doubleStrippedLines        (8),  -- ('0000-0000-0000-1000'B)     trafficCones              (16),  -- ('0000-0000-0001-0000'B)     constructionBarrier       (32),  -- ('0000-0000-0010-0000'B)     trafficChannels           (63),  -- ('0000-0000-0100-0000'B)     lowCurbs                 (128),  -- ('0000-0000-1000-0000'B)     highCurbs                (256),  -- ('0000-0001-0000-0000'B)     hovDoNotCross            (1024), -- ('0000-0010-0000-0000'B)     hovEntryAllowed          (2048), -- ('0000-0100-0000-0000'B)     hovExitAllowed           (4096), -- ('0000-1000-0000-0000'B)     notUsed2                 (8192)  -- ('0001-0000-0000-0000'B)     } -- up to 2 bytes  XML Representation:    <xs:simpleType name="BarrierAttributes" >        <xs:annotation>           <xs:appinfo>              noData (0) -- ('0000-0000-0000-0000'B)              median (1) -- ('0000-0000-0000-0001'B)              whiteLine (2) -- ('0000-0000-0000-0010'B)  strippedLines (4) -- ('0000-0000-0000-0100'B)              doubleStrippedLines (8) -- ('0000-0000-0000-1000'B)              trafficCones (16) -- ('0000-0000-0001-0000'B)              constructionBarrier (32) -- ('0000-0000-0010-0000'B)              trafficChannels (63) -- ('0000-0000-0100-0000'B)              lowCurbs (128) -- ('0000-0000-1000-0000'B)              highCurbs (256) -- ('0000-0001-0000-0000'B)              hovDoNotCross (1024) -- ('0000-0010-0000-0000'B)              hovEntryAllowed (2048) -- ('0000-0100-0000-0000'B)              hovExitAllowed (4096) -- ('0000-1000-0000-0000'B)              notUsed2 (8192) -- ('0001-0000-0000-0000'B)           </xs:appinfo>           <xs:documentation>                     up to 2 bytes           </xs:documentation>        </xs:annotation>        <xs:union>           <xs:simpleType>              <xs:restriction base="xs:unsignedInt">                 <xs:minInclusive value="0"/>  |