Definition Type: Element
Name: severe-component
Containing Schema: parameters.xsd
MinOccurs 0
MaxOccurs 8
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_xsd Drilldown into units in schema parameters_xsd Drilldown into type in schema parameters_xsdXSD Diagram of severe-component in schema parameters_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:element minOccurs="0" maxOccurs="8" name="severe-component">
    <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:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:nonNegativeInteger">
                            <xsd:attribute name="upper-range" use="optional">
                                <xsd:simpleType>
                                    <xsd:restriction base="xsd:nonNegativeInteger">
                                        <xsd:maxInclusive value="100" />
                                    </xsd:restriction>
                                </xsd:simpleType>
                            </xsd:attribute>
                            <xsd:attribute name="lower-range" use="optional">
                                <xsd:simpleType>
                                    <xsd:restriction base="xsd:nonNegativeInteger">
                                        <xsd:maxInclusive value="100" />
                                    </xsd:restriction>
                                </xsd:simpleType>
                            </xsd:attribute>
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="type" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="tornadoes" />
                    <xsd:enumeration value="hail" />
                    <xsd:enumeration value="damaging thunderstorm winds" />
                    <xsd:enumeration value="extreme tornadoes" />
                    <xsd:enumeration value="extreme hail" />
                    <xsd:enumeration value="extreme thunderstorm winds" />
                    <xsd:enumeration value="severe thunderstorms" />
                    <xsd:enumeration value="extreme severe thunderstorms" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute fixed="percent" name="units" type="xsd:string" />
        <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
type type Required
units units (Optional)
time-layout time-layout Required
categorical-table categorical-table Optional
conversion-table conversion-table Optional