simpleType atis:Pollution-SmogAlert
namespace http://www.ATIS-Draft-03-00-79
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element atis:WeatherInformation/smogAlert
annotation
appinfo

            noAlert (0)
            increasingAlertLevel (1) -- but not yet an alert
            activeAlert (2)
            alertCleared (3)
        
documentation
      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
source <xs:simpleType name="Pollution-SmogAlert">
 
<xs:annotation>
   
<xs:appinfo>
            noAlert (0)
            increasingAlertLevel (1) -- but not yet an alert
            activeAlert (2)
            alertCleared (3)
        
</xs:appinfo>
   
<xs:documentation>      
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
        
</xs:documentation>
 
</xs:annotation>
 
<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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy