Documentation for ATIS-Draft-03-00-79

Simple Type: FC-ComponentErrorType

[Table of contents]

Super-types: None
Sub-types: None
Name FC-ComponentErrorType
Used by (from the same schema document) Complex Type FCComponentEventInstance
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 17
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'bill accept'|'bill count'|'bill escrow'|'bill operation'|'bill stacker'|'card read 1'|'card read 2'|'card read 3'|'card reject'|'card write'|'coin accept'|'coin count'|'coin operation'|'power loss'|'feed'|'transport'|'printer'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data 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
Diagram
h1836011728
Schema Component Representation
<xs:simpleType name="FC-ComponentErrorType">
<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>