Documentation for ATIS-Draft-03-00-79

Simple Type: SystemInformation

[Table of contents]

Super-types: None
Sub-types: None
Name SystemInformation
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 4352 <= value <= 4607
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'information available on radio'|'information available on TV'|'call to get information'|'information available via Internet'|'test message'|'no information available'|'null description'|'information service is being suspended'|'information service resumed'|'message canceled'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h171435416
Schema Component Representation
<xs:simpleType name="SystemInformation">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="4352"/>
<xs:maxInclusive value="4607"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="information available on radio" id="_4353"/>
<xs:enumeration value="information available on TV" id="_4354"/>
<xs:enumeration value="call to get information" id="_4355"/>
<xs:enumeration value="information available via Internet" id="_4356"/>
<xs:enumeration value="test message" id="_4357"/>
<xs:enumeration value="no information available" id="_4358"/>
<xs:enumeration value="null description" id="_4359"/>
<xs:enumeration value="information service is being suspended" id="_4360"/>
<xs:enumeration value="information service resumed" id="_4478"/>
<xs:enumeration value="message canceled" id="_4479"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:SystemInformation "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>