Definition Type: ComplexType
Name: dataType
Containing Schema: ndfd_data.xsd
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_xsdXSD Diagram of dataType in schema ndfd_data_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="dataType">
    <xsd:sequence>
        <xsd:element minOccurs="1" maxOccurs="unbounded" name="location" type="locationType" />
        <xsd:element minOccurs="1" maxOccurs="unbounded" name="moreWeatherInformation" type="moreWeatherInformationType" />
        <xsd:element minOccurs="1" maxOccurs="unbounded" name="time-layout" type="time-layoutElementType" />
        <xsd:element minOccurs="1" maxOccurs="unbounded" name="parameters" type="parametersType" />
    </xsd:sequence>
</xsd:complexType>
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:
Collapse References:
data