Definition Type: Element
Name: Curve
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The distance from the Start to the Center provides the radius value. The rotation attribute "rot" defines whether the arc travels clockwise or counter-clockwise from the Start to End point.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into PI in schema landxml-1_1_xsd Drilldown into End in schema landxml-1_1_xsd Drilldown into Center in schema landxml-1_1_xsd Drilldown into Start in schema landxml-1_1_xsd Drilldown into note in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into tangent in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsd Drilldown into radius in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into midOrd in schema landxml-1_1_xsd Drilldown into length in schema landxml-1_1_xsd Drilldown into external in schema landxml-1_1_xsd Drilldown into dirStart in schema landxml-1_1_xsd Drilldown into dirEnd in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into delta in schema landxml-1_1_xsd Drilldown into crvType in schema landxml-1_1_xsd Drilldown into chord in schema landxml-1_1_xsd Drilldown into rot in schema landxml-1_1_xsdXSD Diagram of Curve in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Curve">
    <xs:annotation>
        <xs:documentation>The distance from the Start to the Center provides the radius value.</xs:documentation>
        <xs:documentation>The rotation attribute "rot" defines whether the arc travels clockwise or counter-clockwise from the Start to End point.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice minOccurs="3" maxOccurs="unbounded">
            <xs:element ref="Start" />
            <xs:element ref="Center" />
            <xs:element ref="End" />
            <xs:element ref="PI" minOccurs="0" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="rot" type="clockwise" use="required" />
        <xs:attribute name="chord" type="xs:double" />
        <xs:attribute name="crvType" type="curveType" />
        <xs:attribute name="delta" type="angle" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="dirEnd" type="direction" />
        <xs:attribute name="dirStart" type="direction" />
        <xs:attribute name="external" type="xs:double" />
        <xs:attribute name="length" type="xs:double" />
        <xs:attribute name="midOrd" type="xs:double" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="radius" type="xs:double" />
        <xs:attribute name="staStart" type="xs:double" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="tangent" type="xs:double" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="note" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start land:Start (1) (1)
Center land:Center (1) (1)
End land:End (1) (1)
PI land:PI 0 (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
rot land:rot Required
chord land:chord (Optional)
crvType land:crvType (Optional)
delta land:delta (Optional)
desc land:desc (Optional)
dirEnd land:dirEnd (Optional)
dirStart land:dirStart (Optional)
external land:external (Optional)
length land:length (Optional)
midOrd land:midOrd (Optional)
name land:name (Optional)
radius land:radius (Optional)
staStart land:staStart (Optional)
state land:state (Optional)
tangent land:tangent (Optional)
oID land:oID (Optional)
note land:note (Optional)