Definition Type: Element
Name: Boundary
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The boundary region contains a 2D north/east or 3D north/east/elev list of points that define the geometry. is identified by the "name" attribute. If the "edgeTrim" attribute is true the faces are trimmed at the boundary edge, otherwise faces are not trimmed and must exist entirely within the boundary.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into PntList3D in schema landxml-1_1_xsd Drilldown into PntList2D 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 area in schema landxml-1_1_xsd Drilldown into edgeTrim in schema landxml-1_1_xsd Drilldown into bndType in schema landxml-1_1_xsdXSD Diagram of Boundary in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Boundary">
    <xs:annotation>
        <xs:documentation>The boundary region contains a 2D north/east or 3D north/east/elev list of points that define the geometry.</xs:documentation>
        <xs:documentation>is identified by the "name" attribute.</xs:documentation>
        <xs:documentation>If the "edgeTrim" attribute is true the faces are trimmed at the boundary edge, otherwise faces are not trimmed</xs:documentation>
        <xs:documentation>and must exist entirely within the boundary.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element ref="PntList2D" />
                <xs:element ref="PntList3D" />
                <!-- Here PntList2D represents 2D planametric coordinate pairs expressed as space delimited Northing Easting pairs. -->
            </xs:choice>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="bndType" type="surfBndType" use="required" />
        <xs:attribute name="edgeTrim" type="xs:boolean" use="required" />
        <xs:attribute name="area" type="xs:double" />
        <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
PntList2D land:PntList2D (1) (1)
PntList3D land:PntList3D (1) (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
bndType land:bndType Required
edgeTrim land:edgeTrim Required
area land:area (Optional)
desc land:desc (Optional)
name land:name (Optional)
state land:state (Optional)