namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-StoppointAttribute) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="CPT-StoppointAttribute"> <xs:annotation> <xs:appinfo> busShelter (1) bikeRack (2) concession (3) escalator (4) elevator (5) informationKiosk (6) safetyZone (7) lighting (8) restroom (9) -- public telephone (10) fareSeller (11) -- fare media sales office/booth seating (12) survellience (13) -- camera tdd (14) -- telephone for the hearing impaired faregate (15) -- turnstile informationMonitor (16) ramp (17) -- wheelchair access foodService (18) -- 19-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="18"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="busShelter"/> <xs:enumeration value="bikeRack"/> <xs:enumeration value="concession"/> <xs:enumeration value="escalator"/> <xs:enumeration value="elevator"/> <xs:enumeration value="informationKiosk"/> <xs:enumeration value="safetyZone"/> <xs:enumeration value="lighting"/> <xs:enumeration value="restroom"/> <xs:enumeration value="telephone"/> <xs:enumeration value="fareSeller"/> <xs:enumeration value="seating"/> <xs:enumeration value="survellience"/> <xs:enumeration value="tdd"/> <xs:enumeration value="faregate"/> <xs:enumeration value="informationMonitor"/> <xs:enumeration value="ramp"/> <xs:enumeration value="foodService"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:CPT-StoppointAttribute"/> </xs:simpleType> </xs:union> </xs:simpleType> |