land:CrossSect
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:CrossSectSurf [0..*] Defined as a space delimited PntList2D of offset-distance/offset-elevations from the centerline, also known as the profile grade line. Typically represent existing ground surfaces.Example: "-60.00 1.52 -36.26 0.89 12.41 2.01 60.00 1.83"Note: Gaps in the surface are handled by having 2 or more PntList2D elements.
- land:DesignCrossSectSurf [0..*]
- 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
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
sta | [1..1] | xsd:double | ||
name | [0..1] | xsd:string | ||
desc | [0..1] | xsd:string | ||
angleSkew | [0..1] | land:angle | ||
areaCut | [0..1] | land:crossSectSurfaceArea | ||
areaFill | [0..1] | land:crossSectSurfaceArea | ||
centroidCut | [0..1] | xsd:double | ||
centroidFill | [0..1] | xsd:double | ||
sectType | [0..1] | xsd:string | ||
volumeCut | [0..1] | land:crossSectSurfaceVolume | ||
volumeFill | [0..1] | land:crossSectSurfaceVolume |
Used in
- Anonymous type of element land:CrossSects
Sample instance
<land:CrossSect sta="1.0"> <land:CrossSectSurf name="string"> <land:PntList2D>1.0 1.0</land:PntList2D> <land:Feature> <!--any element--> </land:Feature> </land:CrossSectSurf> <land:DesignCrossSectSurf> <land:CrossSectPnt>Any text, intermingled with:1.0 1.0</land:CrossSectPnt> <land:Feature> <!--any element--> </land:Feature> </land:DesignCrossSectSurf> <land:Feature> <!--any element--> </land:Feature> </land:CrossSect>