simpleType SpecialLaneAttributes
namespace http://www.DSRC-Draft-03-00-24
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element SpecialLane/laneAttributes
annotation
appinfo

            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)
        
source <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: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"/>
       
<xs:enumeration value="hovLane"/>
       
<xs:enumeration value="busOnly"/>
       
<xs:enumeration value="vehiclesEntering"/>
       
<xs:enumeration value="vehiclesLeaving"/>
       
<xs:enumeration value="reserved"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy