Definition Type: ComplexType
Name: heightType
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: location.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into height-units in schema location_xsd Drilldown into datum in schema location_xsdXSD Diagram of heightType in schema location_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="heightType">
    <xsd:simpleContent>
        <xsd:extension base="xsd:nonNegativeInteger">
            <xsd:attribute name="datum" type="datumType" use="required" />
            <xsd:attribute name="height-units" type="height-unitsType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datum datum Required
height-units height-units Optional
Collapse Derivation Tree:
Collapse References:
height