Documentation for ATIS-Draft-03-00-79

Simple Type: IM-CurrentStatus

[Table of contents]

Super-types: None
Sub-types: None
Name IM-CurrentStatus
Used by (from the same schema document) Complex Type IMResponseUnit
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 6
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'available'|'responding'|'returning'|'maintenance'|'unavailable'|'otherIncident'}
    • 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 available (1) responding (2) returning (3) maintenance (4) unavailable (5) otherIncident (6) -- values to 127 reserved for std use -- values 128 to 255 reserved for local use
Diagram
h1792115751
Schema Component Representation
<xs:simpleType name="IM-CurrentStatus">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="available"/>
<xs:enumeration value="responding"/>
<xs:enumeration value="returning"/>
<xs:enumeration value="maintenance"/>
<xs:enumeration value="unavailable"/>
<xs:enumeration value="otherIncident"/>
</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:IM-CurrentStatus "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>