Definition Type: Element
Name: Boundaries
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The collection of boundaries that were used to define the surface. Use is optional.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Boundary in schema landxml-1_1_xsdXSD Diagram of Boundaries in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Boundaries">
    <xs:annotation>
        <xs:documentation>The collection of boundaries that were used to define the surface.</xs:documentation>
        <xs:documentation>Use is optional.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Boundary" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Boundary land:Boundary (1) unbounded
Feature land:Feature 0 unbounded