Definition Type: Element
Name: outlook
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs 1
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_xsdXSD Diagram of outlook in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="1" name="outlook">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
            <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>
        </xsd:sequence>
        <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>
</xsd:element>
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
time-layout time-layout Required
categorical-table categorical-table Optional
conversion-table conversion-table Optional