Documentation for ATIS-Draft-03-00-79

Simple Type: WeatherConditions

[Table of contents]

Super-types: None
Sub-types: None
Name WeatherConditions
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 4608 <= value <= 4863
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'overcast'|'cloudy'|'mostly cloudy'|'partly cloudy'|'partly sunny'|'mostly sunny'|'sunny'|'fair skies'|'clear skies'|'mostly clear'|'mostly dry'|'dry'|'uV index very high'|'uV index high'|'uV index moderate'|'uV index low'|'uV index very low'|'barometric pressure'|'ozone alert'|'lighting unknown'|'artificial exterior light'|'artificial interior light'|'darkness'|'dusk'|'dawn'|'moonlight'|'daylight'|'weather 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-1636431897
Schema Component Representation
<xs:simpleType name="WeatherConditions">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="4608"/>
<xs:maxInclusive value="4863"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="overcast" id="_4609"/>
<xs:enumeration value="cloudy" id="_4610"/>
<xs:enumeration value="mostly cloudy" id="_4611"/>
<xs:enumeration value="partly cloudy" id="_4612"/>
<xs:enumeration value="partly sunny" id="_4613"/>
<xs:enumeration value="mostly sunny" id="_4614"/>
<xs:enumeration value="sunny" id="_4615"/>
<xs:enumeration value="fair skies" id="_4616"/>
<xs:enumeration value="clear skies" id="_4617"/>
<xs:enumeration value="mostly clear" id="_4618"/>
<xs:enumeration value="mostly dry" id="_4619"/>
<xs:enumeration value="dry" id="_4620"/>
<xs:enumeration value="uV index very high" id="_4621"/>
<xs:enumeration value="uV index high" id="_4622"/>
<xs:enumeration value="uV index moderate" id="_4623"/>
<xs:enumeration value="uV index low" id="_4624"/>
<xs:enumeration value="uV index very low" id="_4625"/>
<xs:enumeration value="barometric pressure" id="_4626"/>
<xs:enumeration value="ozone alert" id="_4627"/>
<xs:enumeration value="lighting unknown" id="_4628"/>
<xs:enumeration value="artificial exterior light" id="_4629"/>
<xs:enumeration value="artificial interior light" id="_4630"/>
<xs:enumeration value="darkness" id="_4631"/>
<xs:enumeration value="dusk" id="_4632"/>
<xs:enumeration value="dawn" id="_4633"/>
<xs:enumeration value="moonlight" id="_4634"/>
<xs:enumeration value="daylight" id="_4635"/>
<xs:enumeration value="weather forecast withdrawn" id="_4735"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:WeatherConditions "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>