Definition Type: Element
Name: Contour
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The contour is defined by an elevation attribute and a 2D north/east list of points that define the geometry. is identified by the "name" attribute.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into PntList2D in schema landxml-1_1_xsd Drilldown into elev in schema landxml-1_1_xsdXSD Diagram of Contour in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Contour">
    <xs:annotation>
        <xs:documentation>The contour is defined by an elevation attribute and a 2D north/east list of points that define the geometry.</xs:documentation>
        <xs:documentation>is identified by the "name" attribute.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PntList2D" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            <!-- Here PntList2D represents 2D planametric coordinate pairs expressed as space delimited Northing Easting pairs. -->
        </xs:sequence>
        <xs:attribute name="elev" type="xs:double" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PntList2D land:PntList2D (1) (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
elev land:elev Required