complexType locationType

complexType {}locationType

Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="locationType">
    <
xsd:sequence>
        <
xsd:element name="location-key" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:choice>
            <
xsd:element name="point" type="pointType" minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="city" type="cityType" minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="nws-zone" type="nws-zoneType" minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="area" type="areaType" minOccurs="0" maxOccurs="1"/>
        </
xsd:choice>
        <
xsd:choice>
            <
xsd:element name="height" type="heightType" minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="level" type="levelType" minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="layer" type="layerType" minOccurs="0" maxOccurs="1"/>
        </
xsd:choice>
    </
xsd:sequence>
</
xsd:complexType>


complexType locationType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.