Definition Type: ComplexType
Name: anomalyType
Containing Schema: parameters.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema parameters_xsd Drilldown into name in schema parameters_xsd Drilldown into conversion-table in schema parameters_xsd Drilldown into categorical-table in schema parameters_xsd Drilldown into time-layout in schema parameters_xsd Drilldown into units in schema parameters_xsd Drilldown into type in schema parameters_xsdXSD Diagram of anomalyType in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="anomalyType">
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="value" nillable="true">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:nonNegativeInteger">
                        <xsd:attribute name="upper-range" use="optional">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:nonNegativeInteger">
                                    <xsd:maxInclusive value="100" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:attribute>
                        <xsd:attribute name="lower-range" use="optional">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:nonNegativeInteger">
                                    <xsd:maxInclusive value="100" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="type" use="required">
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="average temperature above normal" />
                <xsd:enumeration value="average temperature below normal" />
                <xsd:enumeration value="average precipitation above normal" />
                <xsd:enumeration value="average precipitation below normal" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute fixed="percent" name="units" type="xsd:string" />
    <xsd:attribute name="time-layout" type="time-layoutAttributeType" use="required" />
    <xsd:attribute name="categorical-table" type="xsd:string" use="optional" />
    <xsd:attribute name="conversion-table" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name name 0 1
value value 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type type Required
units units (Optional)
time-layout time-layout Required
categorical-table categorical-table Optional
conversion-table conversion-table Optional
Collapse Derivation Tree:
Collapse References:
monthly, seasonal, weekly