<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>
|