Documentation for ATIS-Draft-03-00-79

Simple Type: Precipitation

[Table of contents]

Super-types: None
Sub-types: None
Name Precipitation
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 4864 <= value <= 5119
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'severe weather'|'blizzard'|'heavy snow'|'snow'|'light snow'|'snow showers'|'winter storm'|'ice glaze'|'heavy frost'|'frost'|'ice storm'|'sleet'|'rain and snow mixed'|'rain changing to snow'|'damaging hail'|'hail'|'thunderstorms'|'thundershowers'|'extremely heavy downpour'|'heavy rain'|'rain'|'light rain'|'drizzle'|'showers'|'dew'|'precipitation cleared'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h340131614
Schema Component Representation
<xs:simpleType name="Precipitation">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="4864"/>
<xs:maxInclusive value="5119"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="severe weather" id="_4865"/>
<xs:enumeration value="blizzard" id="_4866"/>
<xs:enumeration value="heavy snow" id="_4867"/>
<xs:enumeration value="snow" id="_4868"/>
<xs:enumeration value="light snow" id="_4869"/>
<xs:enumeration value="snow showers" id="_4870"/>
<xs:enumeration value="winter storm" id="_4871"/>
<xs:enumeration value="ice glaze" id="_4872"/>
<xs:enumeration value="heavy frost" id="_4873"/>
<xs:enumeration value="frost" id="_4874"/>
<xs:enumeration value="ice storm" id="_4875"/>
<xs:enumeration value="sleet" id="_4876"/>
<xs:enumeration value="rain and snow mixed" id="_4877"/>
<xs:enumeration value="rain changing to snow" id="_4878"/>
<xs:enumeration value="damaging hail" id="_4879"/>
<xs:enumeration value="hail" id="_4880"/>
<xs:enumeration value="thunderstorms" id="_4881"/>
<xs:enumeration value="thundershowers" id="_4882"/>
<xs:enumeration value="extremely heavy downpour" id="_4883"/>
<xs:enumeration value="heavy rain" id="_4884"/>
<xs:enumeration value="rain" id="_4885"/>
<xs:enumeration value="light rain" id="_4886"/>
<xs:enumeration value="drizzle" id="_4887"/>
<xs:enumeration value="showers" id="_4888"/>
<xs:enumeration value="dew" id="_4889"/>
<xs:enumeration value="precipitation cleared" id="_4991"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:Precipitation "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>