namespace | http://www.IM-Draft-03-00-44a | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="FlowType"> <xs:annotation> <xs:appinfo> grant (1) deny (2) na (3) grantButNotSwept (4) reversedFlowAlreadyActive (5) useWithCaution (6) dividerBarriersPresent (7) followDetourSigns (8) followFlaggerDirections (9) reservedForResponseUseOnly (10) reservedForConstructionUseOnly (11) forPublicUse (12) forEventParkingUseOnly (13) doNotLeaveRoadSurface (14) </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="grant"/> <xs:enumeration value="deny"/> <xs:enumeration value="na"/> <xs:enumeration value="grantButNotSwept"/> <xs:enumeration value="reversedFlowAlreadyActive"/> <xs:enumeration value="useWithCaution"/> <xs:enumeration value="dividerBarriersPresent"/> <xs:enumeration value="followDetourSigns"/> <xs:enumeration value="followFlaggerDirections"/> <xs:enumeration value="reservedForResponseUseOnly"/> <xs:enumeration value="reservedForConstructionUseOnly"/> <xs:enumeration value="forPublicUse"/> <xs:enumeration value="forEventParkingUseOnly"/> <xs:enumeration value="doNotLeaveRoadSurface"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |