Definition Type: Element
Name: ZoneSlope
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 parabolicEndStation in schema landxml-1_1_xsd Drilldown into parabolicStartStation 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 startVertType in schema landxml-1_1_xsd Drilldown into startVertValue in schema landxml-1_1_xsd Drilldown into staEnd in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsdXSD Diagram of ZoneSlope in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="ZoneSlope">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="staStart" type="station" use="required" />
        <xs:attribute name="staEnd" type="station" use="required" />
        <xs:attribute name="startVertValue" type="xs:double" />
        <xs:attribute name="startVertType" type="zoneVertType" />
        <xs:attribute name="endVertValue" type="xs:double" use="required" />
        <xs:attribute name="endVertType" type="zoneVertType" use="required" />
        <xs:attribute name="parabolicStartStation" type="station" />
        <xs:attribute name="parabolicEndStation" type="station" />
        <!-- changeType is a flag that indicates the use of slope or vertical change it can be either "slope" or "vertDistance"-->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
staStart land:staStart Required
staEnd land:staEnd Required
startVertValue land:startVertValue (Optional)
startVertType land:startVertType (Optional)
endVertValue land:endVertValue Required
endVertType land:endVertType Required
parabolicStartStation land:parabolicStartStation (Optional)
parabolicEndStation land:parabolicEndStation (Optional)