land:ProfAlign
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.
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:PVI [0..*] Represents a Point of Vertical Intersection with a space delimited "station elevation" text value
- land:ParaCurve [0..*] A Point of Vertical Intersection with a space delimited "station elevation" text value and a parabolic vertical curve defined by the "length" attribute.
- land:UnsymParaCurve [0..*] A Point of Vertical Intersection with a space delimited "station elevation" text value.with an unsymetrical parabolic vertical curve defined by "lengthIn and "lengthOut" attributes.
- land:CircCurve [0..*] A Point of Vertical Intersection with a space delimited "station elevation" text valuewith a circular vertical curve defined by "length and "radius" attributes.
- 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 |
---|---|---|---|---|
name | [1..1] | xsd:string | ||
desc | [0..1] | xsd:string | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:Profile
Sample instance
<land:ProfAlign name="string"> <land:PVI>Any text, intermingled with:1.0 1.0</land:PVI> <land:Feature> <!--any element--> </land:Feature> </land:ProfAlign>