Definition Type: Element
Name: data
Type: dataType
Containing Schema: DWML.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into parameters in schema ndfd_data_xsd Drilldown into time-layout in schema ndfd_data_xsd Drilldown into moreWeatherInformation in schema ndfd_data_xsd Drilldown into location in schema ndfd_data_xsd Drilldown into dataType in schema ndfd_data_xsdXSD Diagram of data in schema dwml_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="1" maxOccurs="1" name="data" type="dataType">
    <xsd:keyref name="applicable-locationKey" refer="locationKey">
        <xsd:selector xpath="data/parameters" />
        <xsd:field xpath="@applicable-location" />
    </xsd:keyref>
    <xsd:keyref name="moreWeatherInformationKey" refer="locationKey">
        <xsd:selector xpath="data/moreWeatherInformation" />
        <xsd:field xpath="@applicable-location" />
    </xsd:keyref>
    <xsd:key name="locationKey">
        <xsd:selector xpath=".//location" />
        <xsd:field xpath="location-key" />
    </xsd:key>
    <xsd:keyref name="applicable-timeKey" refer="timeKey">
        <xsd:selector xpath="data/parameters/*" />
        <xsd:field xpath="@time-layout" />
    </xsd:keyref>
    <xsd:key name="timeKey">
        <xsd:selector xpath=".//time-layout" />
        <xsd:field xpath="layout-key" />
    </xsd:key>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
location location 1 unbounded
moreWeatherInformation moreWeatherInformation 1 unbounded
time-layout time-layout 1 unbounded
parameters parameters 1 unbounded
Collapse Derivation Tree: