namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-ServiceType) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="SCH-ServiceType"> <xs:annotation> <xs:appinfo> regular (1) -- Regular , express (2) -- Express , circular (3) -- Circular , radial (4) -- Radial , feeder (5) -- Feeder , jitney (6) -- Jitney , limited (7) -- Limited , nonRevenue (8) -- Non-revenue , unknown (9) -- Unknown , charter (10) -- Charter Service , school (11) -- School Service , special (12) -- Special Service , operatorTraining (13) -- Operator Training , maintenance (14) -- Maintenance Service , noService (15) -- No Service , standBy (16) -- Stand-by , extra (17) -- Extra , -- 18-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="17"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="regular"/> <xs:enumeration value="express"/> <xs:enumeration value="circular"/> <xs:enumeration value="radial"/> <xs:enumeration value="feeder"/> <xs:enumeration value="jitney"/> <xs:enumeration value="limited"/> <xs:enumeration value="nonRevenue"/> <xs:enumeration value="unknown"/> <xs:enumeration value="charter"/> <xs:enumeration value="school"/> <xs:enumeration value="special"/> <xs:enumeration value="operatorTraining"/> <xs:enumeration value="maintenance"/> <xs:enumeration value="noService"/> <xs:enumeration value="standBy"/> <xs:enumeration value="extra"/> </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:SCH-ServiceType"/> </xs:simpleType> </xs:union> </xs:simpleType> |