| namespace | http://www.DSRC-Draft-03-00-24 | ||
| type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="SpecialLaneAttributes"> <xs:annotation> <xs: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) </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> |