Definition Type: ComplexType
Name: locationType
Containing Schema: location.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into layer in schema location_xsd Drilldown into level in schema location_xsd Drilldown into height in schema location_xsd Drilldown into area in schema location_xsd Drilldown into nws-zone in schema location_xsd Drilldown into city in schema location_xsd Drilldown into point in schema location_xsd Drilldown into location-key in schema location_xsdXSD Diagram of locationType in schema location_xsd (DWML - Digital Weather Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="locationType">
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="location-key" type="xsd:string" />
        <xsd:choice>
            <xsd:element minOccurs="0" maxOccurs="1" name="point" type="pointType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="city" type="cityType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="nws-zone" type="nws-zoneType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="area" type="areaType" />
        </xsd:choice>
        <xsd:choice>
            <xsd:element minOccurs="0" maxOccurs="1" name="height" type="heightType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="level" type="levelType" />
            <xsd:element minOccurs="0" maxOccurs="1" name="layer" type="layerType" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
location-key location-key 0 unbounded
point point 0 1
city city 0 1
nws-zone nws-zone 0 1
area area 0 1
height height 0 1
level level 0 1
layer layer 0 1
Collapse Derivation Tree:
Collapse References:
location