land:Contours
The collection of contours that were used to define the surface.
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:Contour [1..*] 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.
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
None
Used in
- Anonymous type of element land:SourceData
Sample instance
<land:Contours> <land:Contour elev="1.0"> <land:PntList2D>1.0 1.0</land:PntList2D> <land:Feature> <!--any element--> </land:Feature> </land:Contour> <land:Feature> <!--any element--> </land:Feature> </land:Contours>