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

            all (0) -- used to request all data
            active (1) -- events which are active at this time
            inactive (2) -- known events inactive at this time
            forecast (3) -- event data which is forecast to occur
            exceptions (4) -- events which are in some way unusual in nature
             -- to normal operations or seasonal limits
            abnormalConditions (5)
            fullLots (6) -- report lots that are near a full capacity
        
documentation
      
            values to 127 reserved for std use
            values 128 to 254 reserved for local use
        
source <xs:simpleType name="ParkingTypes">
 
<xs:annotation>
   
<xs:appinfo>
            all (0) -- used to request all data
            active (1) -- events which are active at this time
            inactive (2) -- known events inactive at this time
            forecast (3) -- event data which is forecast to occur
            exceptions (4) -- events which are in some way unusual in nature
             -- to normal operations or seasonal limits
            abnormalConditions (5)
            fullLots (6) -- report lots that are near a full capacity
        
</xs:appinfo>
   
<xs:documentation>      
            values to 127 reserved for std use
            values 128 to 254 reserved for local use
        
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="6"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="all"/>
       
<xs:enumeration value="active"/>
       
<xs:enumeration value="inactive"/>
       
<xs:enumeration value="forecast"/>
       
<xs:enumeration value="exceptions"/>
       
<xs:enumeration value="abnormalConditions"/>
       
<xs:enumeration value="fullLots"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:ParkingTypes"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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