Definition Type: Element
Name: value
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of value in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="unbounded" name="value" nillable="true">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="No Thunderstorms" />
            <xsd:enumeration value="General Thunderstorms" />
            <xsd:enumeration value="Slight Risk of Severe Thunderstorms" />
            <xsd:enumeration value="Moderate Risk of Severe Thunderstorms" />
            <xsd:enumeration value="High Risk of Severe Thunderstorms" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration No Thunderstorms
Enumeration General Thunderstorms
Enumeration Slight Risk of Severe Thunderstorms
Enumeration Moderate Risk of Severe Thunderstorms
Enumeration High Risk of Severe Thunderstorms