Definition Type: ComplexType
Name: PointType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:Point3dOpt
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
All elements derived from PointType will either contain a coordinate text value ( "north east" or "north east elev"), a "pntRef" attribute value, or both. The "pntRef" attribute contains the value of a PointType derived element "name" attribute that exists elsewhere the instance data. If this element has a "pntRef" value, then it's coordinates will be retrieved from the referenced element. If an element contains both a coordinate value and a pntRef, the coordinate value should be used as the point location and the referenced point is either ignored or is used for point attributes such as number or desc.
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_xsdXSD Diagram of PointType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="PointType" mixed="true">
    <xs:annotation>
        <xs:documentation>All elements derived from PointType will either contain a coordinate text value ( "north east" or "north east elev"), a "pntRef" attribute value, or both. The "pntRef" attribute contains the value of a PointType derived element "name" attribute that exists elsewhere the instance data. If this element has a "pntRef" value, then it's coordinates will be retrieved from the referenced element. If an element contains both a coordinate value and a pntRef, the coordinate value should be used as the point location and the referenced point is either ignored or is used for point attributes such as number or desc.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="Point3dOpt">
            <xs:attribute name="name" type="xs:string" />
            <xs:attribute name="desc" type="xs:string" />
            <xs:attribute name="code" type="xs:string" />
            <xs:attribute name="state" type="stateType" />
            <xs:attribute name="pntRef" type="pointNameRef" />
            <xs:attribute name="pointGeometry" type="pointGeometryType" />
            <xs:attribute name="DTMAttribute" type="DTMAttributeType" />
            <xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
            <xs:attribute name="role" type="surveyRoleType" use="optional" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
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
Collapse Derivation Tree:
Collapse References:
land:BacksightPoint, land:Center, land:CgPoint, land:CrossSectPnt, land:End, land:InstrumentPoint, land:Location, land:MapPoint, land:P, land:PI, land:Start, land:TargetPoint