namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-DiscountType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-DiscountType"> <xs:annotation> <xs:appinfo> senior (1) handicap (2) veteran (3) smartcard (4) multitrip (5) weekend (6) holiday (7) special offer1 (8) special offer2 (9) special offer3 (10) -- 11-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="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="senior"/> <xs:enumeration value="handicap"/> <xs:enumeration value="veteran"/> <xs:enumeration value="smartcard"/> <xs:enumeration value="multitrip"/> <xs:enumeration value="weekend"/> <xs:enumeration value="holiday"/> <xs:enumeration value="special offer1"/> <xs:enumeration value="special offer2"/> <xs:enumeration value="special offer3"/> </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-DiscountType"/> </xs:simpleType> </xs:union> </xs:simpleType> |