namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-FareBasis) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-FareBasis"> <xs:annotation> <xs:appinfo> byTrip (1) withinZone (2) interZone (3) distance (4) direction (5) board location (6) peak trip (7) off peak trip (8) -- 9-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="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="byTrip"/> <xs:enumeration value="withinZone"/> <xs:enumeration value="interZone"/> <xs:enumeration value="distance"/> <xs:enumeration value="direction"/> <xs:enumeration value="board location"/> <xs:enumeration value="peak trip"/> <xs:enumeration value="off peak trip"/> </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:FC-FareBasis"/> </xs:simpleType> </xs:union> </xs:simpleType> |