Definition Type: Element
Name: Zones
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into ZoneHinge in schema landxml-1_1_xsd Drilldown into Zone in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into side in schema landxml-1_1_xsdXSD Diagram of Zones in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Zones">
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element ref="Zone" maxOccurs="unbounded" />
            <xs:element ref="ZoneHinge" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="side" type="sideofRoadType" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Zone land:Zone (1) unbounded
ZoneHinge land:ZoneHinge 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
side land:side Required
desc land:desc (Optional)
name land:name (Optional)
state land:state (Optional)