Definition Type: Element
Name: UnsymParaCurve
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:Point2dReq
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into desc in schema landxml-1_1_xsd Drilldown into lengthOut in schema landxml-1_1_xsd Drilldown into lengthIn in schema landxml-1_1_xsdXSD Diagram of UnsymParaCurve in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="UnsymParaCurve">
    <xs:annotation>
        <xs:documentation>A  Point of Vertical Intersection with a space delimited "station elevation" text value.</xs:documentation>
        <xs:documentation>with an unsymetrical parabolic vertical curve defined by "lengthIn and "lengthOut" attributes.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:simpleContent>
            <xs:extension base="Point2dReq">
                <xs:attribute name="lengthIn" type="xs:double" use="required" />
                <xs:attribute name="lengthOut" type="xs:double" use="required" />
                <xs:attribute name="desc" type="xs:string" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
lengthIn land:lengthIn Required
lengthOut land:lengthOut Required
desc land:desc (Optional)
Collapse Derivation Tree: