namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-PolicyType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-PolicyType"> <xs:annotation> <xs:appinfo> media sale (1) transfer allowed (2) fare charge (3) media load (4) parking (5) -- values 6-127 reserved -- values 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="media sale"/> <xs:enumeration value="transfer allowed"/> <xs:enumeration value="fare charge"/> <xs:enumeration value="media load"/> <xs:enumeration value="parking"/> </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-PolicyType"/> </xs:simpleType> </xs:union> </xs:simpleType> |