Documentation for ATIS-Draft-03-00-79

Complex Type: Weather-SkyConditions

[Table of contents]

Super-types: None
Sub-types: None
Name Weather-SkyConditions
Used by (from the same schema document) Complex Type WeatherInformation
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<weatherConditions> itis:WeatherConditions </weatherConditions> [1]
<precipitation> itis:Precipitation </precipitation> [1]
<winds> itis:Winds </winds> [1]
<visibilityAndAirQuality> itis:VisibilityAndAirQuality </visibilityAndAirQuality> [1]
End Choice
</...>
Diagram
h-1636431897 h340131614 h-1106214906 h2132583797
Schema Component Representation
<xs:complexType name="Weather-SkyConditions">
<xs:choice>
<xs:element name="weatherConditions" type=" itis:WeatherConditions "/>
<xs:element name="precipitation" type=" itis:Precipitation "/>
<xs:element name="winds" type=" itis:Winds "/>
<xs:element name="visibilityAndAirQuality" type=" itis:VisibilityAndAirQuality "/>
</xs:choice>
</xs:complexType>