land:Profile
A profile or long section
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]
- Choice [1..*]
- land:ProfSurf [0..*] The "ProfSurf" element will typically represent an existing ground surface for a profile. It is defined with a space delimited PntList2D of station/elevations pairs. Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83" Note: Gaps in the profile are handled by having 2 or more PntList2D elements.
- land:ProfAlign [0..*] The "ProfAlign" element will typically represent a proposed vertical alignment for a profile.It is defined by a sequential series of any combination of the four "PVI" element types.
- 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.
- Choice [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
name | [0..1] | xsd:string | ||
staStart | [0..1] | xsd:double | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:Alignment
Sample instance
<land:Profile> <land:ProfSurf name="string"> <land:PntList2D>1.0 1.0</land:PntList2D> <land:Feature> <!--any element--> </land:Feature> </land:ProfSurf> <land:Feature> <!--any element--> </land:Feature> </land:Profile>