namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-ComponentEventType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-ComponentEventType"> <xs:annotation> <xs:appinfo> voltage dropout (1) -- voltage dropout voltage restored (2) -- voltage restored probe started (3) -- probe started probe completed (4) -- probe completed cashbox removed (5) -- cashbox removed cashbox restored (6) -- cashbox restored cashbox door timeout (7) -- cashbox door timeout cashbox opened is (8) -- cashbox opened in service insufficient fare (9) -- insufficient fare accepted coinbox 75 full (10) -- coinbox 75% full coinbox full (11) -- coinbox full currencybox 75 full (12) -- currency box 75% full currencybox under 75 (13) -- currency box less than 75% full currencybox full (14) -- currency box full cardpassbox 75 full (15) -- card/pass box 75% full cardpassbox under 75 (16) -- card/pass box less than 75% full cardpassbox full (17) -- card/pass box full coin dejam (18) -- coin de-jam operated farebox manual bypass (19) -- farebox set in manual bypass farebox automatic (20) -- farebox reset to automatic mode pass jam (21) -- pass/transfer jam pass jam cleared (22) -- pass/transfer jam cleared pass currency jam (23) -- pass currency jam maintenance access is (24) -- maintenance access - in service maintenance access oos (25) -- maintenance access - out of service alarm module failure (26) -- alarm module failure battery failure (27) -- battery failure battery low (28) -- battery low cardcapturebin 75 full (29) -- card capture bin 75% full cardcapturebin full (30) -- -card capture bin full card stock 1 low (31) -- Fare card stock type 1 is low card stock 1 out (32) -- Fare card stock type 1 is out card stock 2 low (33) -- Fare card stock type 2 is low card stock 2 out (34) -- Fare card stock type 2 is out card stock 3 low (35) -- Fare card stock type 3 is low card stock 3 out (36) -- Fare card stock type 3 is out card stock 4 low (37) -- Fare card stock type 4 is low card stock 4 out (38) -- Fare card stock type 4 is out card stock 5 low (39) -- Fare card stock type 5 is low card stock 5 out (40) -- Fare card stock type 5 is out card stock 6 low (41) -- Fare card stock type 6 is low card stock 6 out (42) -- Fare card stock type 6 is out clock error (43) -- Equipment controller board clock error coin acceptor fault (44) -- Coin acceptor fault communications loss (45) -- Loss of communications with local devices maintenance door open (46) -- Maintenance door open maintenance door closed (47) -- Maintenance door closed motion sensor alarm on (48) -- Motion sensor alarm triggered power reset (49) -- Power reset communications lost (50) -- Local station communications lost receipt low (51) -- Receipt low receipt out (52) -- Receipt out credit debit failure (53) -- credit/debit failure (out of service) gate failure (54) -- gate failure (turnstile and parking) banknote validation failure (55) -- bank note validation failure breakin alarm (56) -- 56-127 reserved -- 128-255 local content </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="56"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="voltage dropout"/> <xs:enumeration value="voltage restored"/> <xs:enumeration value="probe started"/> <xs:enumeration value="probe completed"/> <xs:enumeration value="cashbox removed"/> <xs:enumeration value="cashbox restored"/> <xs:enumeration value="cashbox door timeout"/> <xs:enumeration value="cashbox opened is"/> <xs:enumeration value="insufficient fare"/> <xs:enumeration value="coinbox 75 full"/> <xs:enumeration value="coinbox full"/> <xs:enumeration value="currencybox 75 full"/> <xs:enumeration value="currencybox under 75"/> <xs:enumeration value="currencybox full"/> <xs:enumeration value="cardpassbox 75 full"/> <xs:enumeration value="cardpassbox under 75"/> <xs:enumeration value="cardpassbox full"/> <xs:enumeration value="coin dejam"/> <xs:enumeration value="farebox manual bypass"/> <xs:enumeration value="farebox automatic"/> <xs:enumeration value="pass jam"/> <xs:enumeration value="pass jam cleared"/> <xs:enumeration value="pass currency jam"/> <xs:enumeration value="maintenance access is"/> <xs:enumeration value="maintenance access oos"/> <xs:enumeration value="alarm module failure"/> <xs:enumeration value="battery failure"/> <xs:enumeration value="battery low"/> <xs:enumeration value="cardcapturebin 75 full"/> <xs:enumeration value="cardcapturebin full"/> <xs:enumeration value="card stock 1 low"/> <xs:enumeration value="card stock 1 out"/> <xs:enumeration value="card stock 2 low"/> <xs:enumeration value="card stock 2 out"/> <xs:enumeration value="card stock 3 low"/> <xs:enumeration value="card stock 3 out"/> <xs:enumeration value="card stock 4 low"/> <xs:enumeration value="card stock 4 out"/> <xs:enumeration value="card stock 5 low"/> <xs:enumeration value="card stock 5 out"/> <xs:enumeration value="card stock 6 low"/> <xs:enumeration value="card stock 6 out"/> <xs:enumeration value="clock error"/> <xs:enumeration value="coin acceptor fault"/> <xs:enumeration value="communications loss"/> <xs:enumeration value="maintenance door open"/> <xs:enumeration value="maintenance door closed"/> <xs:enumeration value="motion sensor alarm on"/> <xs:enumeration value="power reset"/> <xs:enumeration value="communications lost"/> <xs:enumeration value="receipt low"/> <xs:enumeration value="receipt out"/> <xs:enumeration value="credit debit failure"/> <xs:enumeration value="gate failure"/> <xs:enumeration value="banknote validation failure"/> <xs:enumeration value="breakin alarm"/> </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-ComponentEventType"/> </xs:simpleType> </xs:union> </xs:simpleType> |