Definition Type: Attribute
Name: weather-type
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: parameters.xsd
ContentType Restriction
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of weather-type in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="weather-type" use="optional">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="freezing drizzle" />
            <xsd:enumeration value="freezing rain" />
            <xsd:enumeration value="snow showers" />
            <xsd:enumeration value="blowing snow" />
            <xsd:enumeration value="blowing dust" />
            <xsd:enumeration value="rain showers" />
            <xsd:enumeration value="ice pellets" />
            <xsd:enumeration value="frosts" />
            <xsd:enumeration value="rain" />
            <xsd:enumeration value="hail" />
            <xsd:enumeration value="snow" />
            <xsd:enumeration value="thunderstorms" />
            <xsd:enumeration value="drizzle" />
            <xsd:enumeration value="fog" />
            <xsd:enumeration value="haze" />
            <xsd:enumeration value="smoke" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration freezing drizzle
Enumeration freezing rain
Enumeration snow showers
Enumeration blowing snow
Enumeration blowing dust
Enumeration rain showers
Enumeration ice pellets
Enumeration frosts
Enumeration rain
Enumeration hail
Enumeration snow
Enumeration thunderstorms
Enumeration drizzle
Enumeration fog
Enumeration haze
Enumeration smoke