Documentation for ATIS-Draft-03-00-79

Simple Type: FC-ComponentStatusType

[Table of contents]

Super-types: None
Sub-types: None
Name FC-ComponentStatusType
Used by (from the same schema document) Complex Type FCComponentEventInstance , Complex Type FCComponentEventStatusReport
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 9
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'in service'|'out of service'|'maintenance mode'|'freewheel mode'|'diagnostic mode'|'alarm triggered'|'gate entry only'|'gate exit only'|'gate entry and exit'}
    • 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 in service (1) -- In-service out of service (2) -- Out of service maintenance mode (3) -- Maintenance mode freewheel mode (4) -- Freewheel mode (no pay) diagnostic mode (5) -- Diagnostic mode alarm triggered (6) -- Alarm triggered gate entry only (7) -- Gate mode open for entry only gate exit only (8) -- Gate mode open for exit only gate entry and exit (9) -- Gate mode open for entry/exit command-disabled (10) , -- 11-127 reserved -- 128-255 local use
Diagram
h-296372066
Schema Component Representation
<xs:simpleType name="FC-ComponentStatusType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="in service"/>
<xs:enumeration value="out of service"/>
<xs:enumeration value="maintenance mode"/>
<xs:enumeration value="freewheel mode"/>
<xs:enumeration value="diagnostic mode"/>
<xs:enumeration value="alarm triggered"/>
<xs:enumeration value="gate entry only"/>
<xs:enumeration value="gate exit only"/>
<xs:enumeration value="gate entry and exit"/>
</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-ComponentStatusType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>