Definition Type: ComplexType
Name: WeatherStation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
Weather Station.
Collapse XSD Schema Diagram:
Drilldown into weatherStationWMO in schema fpml-com-5-10_xsd Drilldown into weatherStationWBAN in schema fpml-com-5-10_xsd Drilldown into weatherStationAirport in schema fpml-com-5-10_xsd Drilldown into weatherStationCity in schema fpml-com-5-10_xsdXSD Diagram of WeatherStation in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="WeatherStation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Weather Station.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
weatherStationCity nsA:weatherStationCity (1) (1)
weatherStationAirport nsA:weatherStationAirport (1) (1)
weatherStationWBAN nsA:weatherStationWBAN (1) (1)
weatherStationWMO nsA:weatherStationWMO (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:weatherStation, nsA:weatherStationFallback, nsA:weatherStationSecondFallback