Definition Type: Element
Name: CgPoints
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A collection of COGO points. (Cg = COGO = Cordinate Geometry)
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into CgPoints in schema landxml-1_1_xsd Drilldown into CgPoint in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into zoneNumber in schema landxml-1_1_xsd Drilldown into code 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 CgPoints in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="CgPoints">
    <xs:annotation>
        <xs:documentation>A collection of COGO points. (Cg = COGO = Cordinate Geometry)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CgPoint" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CgPoints" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            <!-- Allow nested CgPoints collections -->
        </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="code" type="xs:string" />
        <xs:attribute name="zoneNumber" type="zoneNumberType" />
        <xs:attribute name="DTMAttribute" type="DTMAttributeType" />
    </xs:complexType>
    <xs:unique name="uPntName">
        <xs:selector xpath="CgPoint" />
        <xs:field xpath="@name" />
    </xs:unique>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CgPoint land:CgPoint 0 unbounded
CgPoints land:CgPoints 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)
code land:code (Optional)
zoneNumber land:zoneNumber (Optional)
DTMAttribute land:DTMAttribute (Optional)