namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-PTVehicleAttribute) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="CPT-PTVehicleAttribute"> <xs:annotation> <xs:appinfo> bikeRack (1) -- Bike rack camera (2) -- Surveillance camera tieDown (3) -- Wheel chair tie-down lift (4) -- Lift (wheel chair) skiRack (5) -- Ski rack surfboardRack (6) -- Surfboard rack concession (7) -- Food service/ concession restroom (8) -- Restroom farebox (9) -- Farebox pos (10) -- Point of sale change (11) -- Change (for POS) -- 12-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="11"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="bikeRack"/> <xs:enumeration value="camera"/> <xs:enumeration value="tieDown"/> <xs:enumeration value="lift"/> <xs:enumeration value="skiRack"/> <xs:enumeration value="surfboardRack"/> <xs:enumeration value="concession"/> <xs:enumeration value="restroom"/> <xs:enumeration value="farebox"/> <xs:enumeration value="pos"/> <xs:enumeration value="change"/> </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-PTVehicleAttribute"/> </xs:simpleType> </xs:union> </xs:simpleType> |