<xsd:complexType name="WeatherStationAirport">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code identifying a Weather Station Airport (based on the the IATA standard).</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="weatherStationAirportScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/weather-station-airport" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|