complexType PointType
diagram LandXML-1.2Doc_p211.png
namespace http://www.landxml.org/schema/LandXML-1.2
type extension of Point3dOpt
properties
base Point3dOpt
mixed true
used by
elements AddressPoint BacksightPoint Center CgPoint CrossSectPnt End InstrumentPoint Location MapPoint P PI Start TargetPoint
facets
minLength 0
maxLength 3
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:string      
descxs:string      
codexs:string      
statestateType      
pntRefpointNameRef      
featureReffeatureNameRefoptional      
pointGeometrypointGeometryType      
DTMAttributeDTMAttributeType      
timeStampxs:dateTimeoptional      
rolesurveyRoleTypeoptional      
determinedTimeStampxs:dateTimeoptional      
ellipsoidHeightellipsoidHeightTypeoptional      
latitudelatLongAngleoptional      
longitudelatLongAngleoptional      
zonexs:stringoptional      
northingStdErrorxs:doubleoptional      
eastingStdErrorxs:doubleoptional      
elevationStdErrorxs:doubleoptional      
annotation
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.
documentation
The featureRef attribute points to a specific named Feature element that contains feature data related to the point.
The suggested form is to refer to a feature element within the same CgPoints group or parent element of the point element.
source <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:documentation>The featureRef attribute points to a specific named Feature element that contains feature data related to the point.
The suggested form is to refer to a feature element within the same CgPoints group or parent element of the point element.
</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="featureRef" type="featureNameRef" use="optional"/>
     
<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:attribute name="determinedTimeStamp" type="xs:dateTime" use="optional"/>
     
<xs:attribute name="ellipsoidHeight" type="ellipsoidHeightType" use="optional"/>
     
<xs:attribute name="latitude" type="latLongAngle" use="optional"/>
     
<xs:attribute name="longitude" type="latLongAngle" use="optional"/>
     
<xs:attribute name="zone" type="xs:string" use="optional"/>
     
<xs:attribute name="northingStdError" type="xs:double" use="optional"/>
     
<xs:attribute name="eastingStdError" type="xs:double" use="optional"/>
     
<xs:attribute name="elevationStdError" type="xs:double" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute PointType/@name
type xs:string
properties
isRef 0
source <xs:attribute name="name" type="xs:string"/>

attribute PointType/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>

attribute PointType/@code
type xs:string
properties
isRef 0
source <xs:attribute name="code" type="xs:string"/>

attribute PointType/@state
type stateType
properties
isRef 0
facets
enumeration abandoned
enumeration destroyed
enumeration existing
enumeration proposed
source <xs:attribute name="state" type="stateType"/>

attribute PointType/@pntRef
type pointNameRef
properties
isRef 0
source <xs:attribute name="pntRef" type="pointNameRef"/>

attribute PointType/@featureRef
type featureNameRef
properties
isRef 0
use optional
source <xs:attribute name="featureRef" type="featureNameRef" use="optional"/>

attribute PointType/@pointGeometry
type pointGeometryType
properties
isRef 0
facets
enumeration point
enumeration curve
source <xs:attribute name="pointGeometry" type="pointGeometryType"/>

attribute PointType/@DTMAttribute
type DTMAttributeType
properties
isRef 0
facets
enumeration determinebyfeature
enumeration donotinclude
enumeration spot
enumeration spotandbreak
enumeration void
enumeration drapevoid
enumeration breakvoid
enumeration island
enumeration boundary
enumeration contour
enumeration feature
enumeration ground
enumeration xsection
enumeration user
source <xs:attribute name="DTMAttribute" type="DTMAttributeType"/>

attribute PointType/@timeStamp
type xs:dateTime
properties
isRef 0
use optional
source <xs:attribute name="timeStamp" type="xs:dateTime" use="optional"/>

attribute PointType/@role
type surveyRoleType
properties
isRef 0
use optional
facets
enumeration measured
enumeration to stake out
enumeration staked out
enumeration calculated
enumeration assistance point
enumeration user entered point
enumeration control point
source <xs:attribute name="role" type="surveyRoleType" use="optional"/>

attribute PointType/@determinedTimeStamp
type xs:dateTime
properties
isRef 0
use optional
source <xs:attribute name="determinedTimeStamp" type="xs:dateTime" use="optional"/>

attribute PointType/@ellipsoidHeight
type ellipsoidHeightType
properties
isRef 0
use optional
source <xs:attribute name="ellipsoidHeight" type="ellipsoidHeightType" use="optional"/>

attribute PointType/@latitude
type latLongAngle
properties
isRef 0
use optional
source <xs:attribute name="latitude" type="latLongAngle" use="optional"/>

attribute PointType/@longitude
type latLongAngle
properties
isRef 0
use optional
source <xs:attribute name="longitude" type="latLongAngle" use="optional"/>

attribute PointType/@zone
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="zone" type="xs:string" use="optional"/>

attribute PointType/@northingStdError
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="northingStdError" type="xs:double" use="optional"/>

attribute PointType/@eastingStdError
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="eastingStdError" type="xs:double" use="optional"/>

attribute PointType/@elevationStdError
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="elevationStdError" type="xs:double" use="optional"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy