namespace | http://www.LRMS-Adopted-02-00-00 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="LROffsetRef"> <xs:annotation> <xs:appinfo> centerline (0) edgeOfTravel (1) rightOfWay (2) curbFace (3) curbBack (4) edgeOfShoulder (5) edgeOfBerm (6) walkwayInside (7) walkwayOutside (8) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="centerline"/> <xs:enumeration value="edgeOfTravel"/> <xs:enumeration value="rightOfWay"/> <xs:enumeration value="curbFace"/> <xs:enumeration value="curbBack"/> <xs:enumeration value="edgeOfShoulder"/> <xs:enumeration value="edgeOfBerm"/> <xs:enumeration value="walkwayInside"/> <xs:enumeration value="walkwayOutside"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |