land:InstrumentSetup
The Instrument setup location is defined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
- land:InstrumentPoint [0..1] Represents a 2D or 3D Point location for Survey instrument locationDefined by either a coordinate text value ("north east" or "north east elev") or a PointType number reference "pntRef" attribute.
- land:Backsight [0..*]
- land:TargetSetup [0..*]
- land:RawObservation [0..*]
- land:ObservationGroup [0..*] All observations to the same point in a group should be averaged together (they have consistant orientation)
- land:ControlChecks [0..*] Records check shots to know locations during field observations
- land:FieldNote [0..*] Place the note as a text value between the FieldNote element tags. You may also place any valid XML structure inside this tag.
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [1..1] | xsd:ID | ||
instrumentDetailsID | [0..1] | xsd:IDREF | ||
stationName | [1..1] | xsd:string | ||
instrumentHeight | [1..1] | xsd:double | ||
orientationAzimuth | [0..1] | land:direction | ||
circleAzimuth | [0..1] | land:direction |
Used in
- Anonymous type of element land:Survey
Sample instance
<land:InstrumentSetup id="ID" stationName="string" instrumentHeight="1.0"> <land:InstrumentPoint>Any text, intermingled with:1.0 1.0</land:InstrumentPoint> </land:InstrumentSetup>