Definition Type: Element
Name: wordedForecast
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into text in schema parameters_xsd Drilldown into name in schema parameters_xsd Drilldown into wordGenerator in schema parameters_xsd Drilldown into dataSource in schema parameters_xsd Drilldown into time-layout in schema parameters_xsdXSD Diagram of wordedForecast in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="1" name="wordedForecast">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="unbounded" name="text" nillable="true" type="xsd:string" />
        </xsd:sequence>
        <xsd:attribute name="time-layout" type="time-layoutAttributeType" use="required" />
        <xsd:attribute name="dataSource" type="xsd:string" use="optional" />
        <xsd:attribute name="wordGenerator" type="xsd:string" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name name 0 1
text text 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
time-layout time-layout Required
dataSource dataSource Optional
wordGenerator wordGenerator Optional