land:RawObservation
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
- Sequence [1..1]
- land:TargetPoint [1..1] Represents a 2D or 3D location for the targetIt is defined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- land:OffsetVals [0..1] offsetInOut: -ve = offset in towards inst, +ve = offset away from inst offsetLeftRight: -ve = left, +ve = right (as viewed from instrument) offsetUpDown: -ve = down, +ve = up
- Choice [0..*]
- 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 |
---|---|---|---|---|
setupID | [0..1] | xsd:IDREF | ||
targetSetupID | [0..1] | xsd:IDREF | ||
setID | [0..1] | xsd:anySimpleType | ||
purpose | [0..1] | land:purposeType | ||
targetHeight | [0..1] | xsd:double | ||
horizAngle | [0..1] | land:angle | ||
slopeDistance | [0..1] | xsd:double | ||
zenithAngle | [0..1] | land:zenithAngle | ||
horizDistance | [0..1] | xsd:double | ||
vertDistance | [0..1] | xsd:double | ||
azimuth | [0..1] | land:direction | ||
unused | [0..1] | xsd:boolean | ||
directFace | [0..1] | xsd:boolean | ||
coordGeomRefs | [0..1] | land:coordGeomNameRefs | ||
timeStamp | [0..1] | xsd:dateTime |
Used in
- Anonymous type of element land:InstrumentSetup
- Anonymous type of element land:LaserSetup
- Anonymous type of element land:ObservationGroup
Sample instance
<land:RawObservation> <land:TargetPoint>Any text, intermingled with:1.0 1.0</land:TargetPoint> <land:OffsetVals/> <land:FieldNote>Any text, intermingled with: <!--any element--> </land:FieldNote> </land:RawObservation>