Definition Type: Attribute
Name: type
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: parameters.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of type in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="type" use="required">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="maximum" />
            <xsd:enumeration value="minimum" />
            <xsd:enumeration value="hourly" />
            <xsd:enumeration value="rtma-hourly" />
            <xsd:enumeration value="dew point" />
            <xsd:enumeration value="rtma-dew point" />
            <xsd:enumeration value="heat index" />
            <xsd:enumeration value="wind chill" />
            <xsd:enumeration value="apparent" />
            <xsd:enumeration value="8-14 day anomolies" />
            <xsd:enumeration value="monthly anomolies" />
            <xsd:enumeration value="seasonal anomolies" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration maximum
Enumeration minimum
Enumeration hourly
Enumeration rtma-hourly
Enumeration dew point
Enumeration rtma-dew point
Enumeration heat index
Enumeration wind chill
Enumeration apparent
Enumeration 8-14 day anomolies
Enumeration monthly anomolies
Enumeration seasonal anomolies