Documentation for ATIS-Draft-03-00-79

Simple Type: UVLevel

[Table of contents]

Super-types: None
Sub-types: None
Name UVLevel
Used by (from the same schema document) Complex Type WeatherInformation
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 4621 <= value <= 4625
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'uV index very high'|'uV index high'|'uV index moderate'|'uV index low'|'uV index very low'}
Application Data uV index very high (4621) uV index high (4622) uV index moderate (4623) uV index low (4624) uV index very low (4625)
Diagram
Schema Component Representation
<xs:simpleType name="UVLevel">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="4621"/>
<xs:maxInclusive value="4625"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="uV index very high"/>
<xs:enumeration value="uV index high"/>
<xs:enumeration value="uV index moderate"/>
<xs:enumeration value="uV index low"/>
<xs:enumeration value="uV index very low"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>