<xsd:complexType name="WeatherStation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Weather Station.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="weatherStationCity" type="BusinessCenter" />
<xsd:element name="weatherStationAirport" type="WeatherStationAirport" />
<xsd:element name="weatherStationWBAN" type="WeatherStationWBAN" />
<xsd:element name="weatherStationWMO" type="WeatherStationWMO" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|