Definition Type: Element
Name: Ditch
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 bottomShape in schema landxml-1_1_xsd Drilldown into bottomWidth 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 Ditch in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Ditch">
    <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="bottomWidth" type="xs:double" use="required" />
        <xs:attribute name="bottomShape" type="ditchBottomShape" />
    </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
bottomWidth land:bottomWidth Required
bottomShape land:bottomShape (Optional)