Documentation for ATIS-Draft-03-00-79

Simple Type: Pollution-SmogAlert

[Table of contents]

Super-types: None
Sub-types: None
Name Pollution-SmogAlert
Used by (from the same schema document) Complex Type WeatherInformation
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 3
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'noAlert'|'increasingAlertLevel'|'activeAlert'|'alertCleared'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data noAlert (0) increasingAlertLevel (1) -- but not yet an alert activeAlert (2) alertCleared (3)
Diagram
Schema Component Representation
<xs:simpleType name="Pollution-SmogAlert">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="noAlert"/>
<xs:enumeration value="increasingAlertLevel"/>
<xs:enumeration value="activeAlert"/>
<xs:enumeration value="alertCleared"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>