namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, FC-PassInstrType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-PassInstrType"> <xs:annotation> <xs:appinfo> mag stripe (1) -- Magnetic stripe flash pass (2) -- Flash pass transit check (3) -- Transit check smart card (4) -- Smart card employee (5) senior (6) handicap (7) vip (8) transit quest (9) contractor (10) monthly (11) daily (12) annual (13) parking (14) -- 15-127 reserved -- 128-255 local use code </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="mag stripe"/> <xs:enumeration value="flash pass"/> <xs:enumeration value="transit check"/> <xs:enumeration value="smart card"/> <xs:enumeration value="employee"/> <xs:enumeration value="senior"/> <xs:enumeration value="handicap"/> <xs:enumeration value="vip"/> <xs:enumeration value="transit quest"/> <xs:enumeration value="contractor"/> <xs:enumeration value="monthly"/> <xs:enumeration value="daily"/> <xs:enumeration value="annual"/> <xs:enumeration value="parking"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:FC-PassInstrType"/> </xs:simpleType> </xs:union> </xs:simpleType> |