land:CircCurve
A Point of Vertical Intersection with a space delimited "station elevation" text value
with a circular vertical curve defined by "length and "radius" attributes.
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
from type land:Point
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
length | [1..1] | xsd:double | ||
radius | [1..1] | xsd:double | ||
desc | [0..1] | xsd:string |
Used in
- Anonymous type of element land:ProfAlign
Sample instance
<land:CircCurve length="1.0" radius="1.0">Any text, intermingled with:1.0 1.0</land:CircCurve>