Definition Type: Element
Name: Zone
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 ZoneCrossSectStructure in schema landxml-1_1_xsd Drilldown into ZoneMaterial in schema landxml-1_1_xsd Drilldown into ZoneCutFill in schema landxml-1_1_xsd Drilldown into ZoneSlope in schema landxml-1_1_xsd Drilldown into ZoneWidth in schema landxml-1_1_xsd Drilldown into endVertType in schema landxml-1_1_xsd Drilldown into endVertValue in schema landxml-1_1_xsd Drilldown into endWidth in schema landxml-1_1_xsd Drilldown into startVertType in schema landxml-1_1_xsd Drilldown into startVertValue in schema landxml-1_1_xsd Drilldown into startWidth in schema landxml-1_1_xsd Drilldown into staEnd in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsd Drilldown into category in schema landxml-1_1_xsd Drilldown into priority 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_xsdXSD Diagram of Zone in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Zone">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="ZoneWidth" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ZoneSlope" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ZoneCutFill" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ZoneMaterial" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ZoneCrossSectStructure" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="priority" type="xs:int" use="required" />
        <xs:attribute name="category" type="zoneCategoryType" use="required" />
        <xs:attribute name="staStart" type="station" use="required" />
        <xs:attribute name="staEnd" type="station" />
        <xs:attribute name="startWidth" type="xs:double" use="required" />
        <xs:attribute name="startVertValue" type="xs:double" use="required" />
        <xs:attribute name="startVertType" type="zoneVertType" use="required" />
        <xs:attribute name="endWidth" type="xs:double" />
        <xs:attribute name="endVertValue" type="xs:double" />
        <xs:attribute name="endVertType" type="zoneVertType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ZoneWidth land:ZoneWidth 0 unbounded
ZoneSlope land:ZoneSlope 0 unbounded
ZoneCutFill land:ZoneCutFill 0 unbounded
ZoneMaterial land:ZoneMaterial 0 unbounded
ZoneCrossSectStructure land:ZoneCrossSectStructure 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name (Optional)
state land:state (Optional)
priority land:priority Required
category land:category Required
staStart land:staStart Required
staEnd land:staEnd (Optional)
startWidth land:startWidth Required
startVertValue land:startVertValue Required
startVertType land:startVertType Required
endWidth land:endWidth (Optional)
endVertValue land:endVertValue (Optional)
endVertType land:endVertType (Optional)