Definition Type: Element
Name: seas
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs unbounded
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 units in schema parameters_xsd Drilldown into type in schema parameters_xsdXSD Diagram of seas in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="unbounded" name="seas">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
            <xsd:element minOccurs="1" maxOccurs="unbounded" name="value" nillable="true" type="xsd:nonNegativeInteger" />
        </xsd:sequence>
        <xsd:attribute name="type" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="combined" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute fixed="feet" name="units" 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 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type type Required
units units Required
categorical-table categorical-table Optional
conversion-table conversion-table Optional