Definition Type: Element
Name: CoordGeom
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A sequential list of Line and/or Curve and/or Spiral elements. After the sequential list of elements an optional vertical geometry may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Chain in schema landxml-1_1_xsd Drilldown into Spiral in schema landxml-1_1_xsd Drilldown into Curve in schema landxml-1_1_xsd Drilldown into IrregularLine in schema landxml-1_1_xsd Drilldown into Line in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of CoordGeom in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="CoordGeom">
    <xs:annotation>
        <xs:documentation>A sequential list of Line and/or Curve and/or Spiral elements.</xs:documentation>
        <xs:documentation>After the sequential list of elements an optional vertical geometry 
			may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="unbounded">
                <xs:element ref="Line" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="IrregularLine" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Curve" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Spiral" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Chain" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="oID" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Line land:Line 0 unbounded
IrregularLine land:IrregularLine 0 unbounded
Curve land:Curve 0 unbounded
Spiral land:Spiral 0 unbounded
Chain land:Chain 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name (Optional)
state land:state (Optional)
oID land:oID (Optional)