Definition Type: Element
Name: CgPoint
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:PointType
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Represents a COrdinate GeOmetry Point. The Point is identified by the "name" attr and the data value will be a sequence of space delimented, two or three double numberic values: (Northing Easting) or (Northing Easting Elevation).
Collapse XSD Schema Diagram:
Drilldown into role in schema landxml-1_1_xsd Drilldown into timeStamp in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into pointGeometry in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into code in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into PointType in schema landxml-1_1_xsd Drilldown into surveyVerticalOrder in schema landxml-1_1_xsd Drilldown into surveyHorizontalOrder in schema landxml-1_1_xsd Drilldown into zoneNumber in schema landxml-1_1_xsd Drilldown into pntSurv in schema landxml-1_1_xsd Drilldown into surveyOrder in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsdXSD Diagram of CgPoint in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="CgPoint">
    <xs:annotation>
        <xs:documentation>Represents a COrdinate GeOmetry Point. The Point is identified by the "name" attr and the data value will be a sequence of space delimented, two or three double numberic values: (Northing Easting) or (Northing Easting Elevation).</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:simpleContent>
            <xs:extension base="PointType">
                <xs:attribute name="oID" type="xs:string" />
                <xs:attribute name="surveyOrder" type="xs:string" />
                <xs:attribute name="pntSurv" type="survPntType" />
                <xs:attribute name="zoneNumber" type="zoneNumberType" />
                <xs:attribute name="surveyHorizontalOrder" type="xs:string" />
                <xs:attribute name="surveyVerticalOrder" type="xs:string" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
code land:code (Optional)
state land:state (Optional)
pntRef land:pntRef (Optional)
pointGeometry land:pointGeometry (Optional)
DTMAttribute land:DTMAttribute (Optional)
timeStamp land:timeStamp Optional
role land:role Optional
oID land:oID (Optional)
surveyOrder land:surveyOrder (Optional)
pntSurv land:pntSurv (Optional)
zoneNumber land:zoneNumber (Optional)
surveyHorizontalOrder land:surveyHorizontalOrder (Optional)
surveyVerticalOrder land:surveyVerticalOrder (Optional)
Collapse Derivation Tree: