namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-ComponentErrorType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-ComponentErrorType"> <xs:annotation> <xs:appinfo> bill accept (1) -- bill accept bill count (2) -- bill count bill escrow (3) -- bill escrow bill operation (4) -- bill operation bill stacker (5) -- bill stacker card read 1 (6) -- card read (1st try) card read 2 (7) -- card read (2nd try) card read 3 (8) -- card read (3rd try) card reject (9) -- card reject card write (10) -- card write coin accept (11) -- coin accept coin count (12) -- coin count coin operation (13) -- coin operation power loss (14) -- power loss feed (15) -- feed transport (16) -- transport printer (17) -- printer -- 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="bill accept"/> <xs:enumeration value="bill count"/> <xs:enumeration value="bill escrow"/> <xs:enumeration value="bill operation"/> <xs:enumeration value="bill stacker"/> <xs:enumeration value="card read 1"/> <xs:enumeration value="card read 2"/> <xs:enumeration value="card read 3"/> <xs:enumeration value="card reject"/> <xs:enumeration value="card write"/> <xs:enumeration value="coin accept"/> <xs:enumeration value="coin count"/> <xs:enumeration value="coin operation"/> <xs:enumeration value="power loss"/> <xs:enumeration value="feed"/> <xs:enumeration value="transport"/> <xs:enumeration value="printer"/> </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-ComponentErrorType"/> </xs:simpleType> </xs:union> </xs:simpleType> |