Definition Type: Element
Name: Curve2
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Second Curve Definition
Collapse XSD Schema Diagram:
Drilldown into Curve in schema landxml-1_1_xsdXSD Diagram of Curve2 in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Curve2" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Second Curve Definition</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:all>
            <xs:element ref="Curve" />
        </xs:all>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Curve land:Curve (1) (1)