Documentation for ATIS-Draft-03-00-79

Simple Type: Winds

[Table of contents]

Super-types: None
Sub-types: None
Name Winds
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 5120 <= value <= 5375
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'tornado'|'hurricane'|'hurricane force winds'|'tropical storm'|'gale force winds'|'storm force winds'|'strong winds'|'moderate winds'|'light winds'|'calm'|'gusty winds'|'crosswinds'|'windy'|'strong winds have eased'|'strong wind forecast withdrawn'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h-1106214906
Schema Component Representation
<xs:simpleType name="Winds">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="5120"/>
<xs:maxInclusive value="5375"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="tornado" id="_5121"/>
<xs:enumeration value="hurricane" id="_5122"/>
<xs:enumeration value="hurricane force winds" id="_5123"/>
<xs:enumeration value="tropical storm" id="_5124"/>
<xs:enumeration value="gale force winds" id="_5125"/>
<xs:enumeration value="storm force winds" id="_5126"/>
<xs:enumeration value="strong winds" id="_5127"/>
<xs:enumeration value="moderate winds" id="_5128"/>
<xs:enumeration value="light winds" id="_5129"/>
<xs:enumeration value="calm" id="_5130"/>
<xs:enumeration value="gusty winds" id="_5131"/>
<xs:enumeration value="crosswinds" id="_5132"/>
<xs:enumeration value="windy" id="_5133"/>
<xs:enumeration value="strong winds have eased" id="_5246"/>
<xs:enumeration value="strong wind forecast withdrawn" id="_5247"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:Winds "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>