Definition Type: Element
Name: climate-anomaly
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into seasonal in schema parameters_xsd Drilldown into monthly in schema parameters_xsd Drilldown into weekly in schema parameters_xsdXSD Diagram of climate-anomaly in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="unbounded" name="climate-anomaly">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="4" name="weekly" type="anomalyType" />
            <xsd:element minOccurs="0" maxOccurs="4" name="monthly" type="anomalyType" />
            <xsd:element minOccurs="0" maxOccurs="4" name="seasonal" type="anomalyType" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
weekly weekly 0 4
monthly monthly 0 4
seasonal seasonal 0 4