land:Survey
I've added state here as a safety net
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:SurveyHeader [1..1] We seemed to have doubled up on the survey purpose here, but the two are quite different - maybe need a different name
- land:Equipment [1..1]
- land:SurveyMonument [0..*] This relates the new monument element to a survey - indicating its purpose in the survey and distrubed / replaced info as well
- land:CgPoints [0..*] A collection of COGO points. (Cg = COGO = Cordinate Geometry)
- Choice [0..*]
- land:InstrumentSetup [0..*] 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.
- land:LaserSetup [0..*]
- land:GPSSetup [0..*]
- land:TargetSetup [0..*]
- Choice [0..*]
- land:GPSVector
- land:GPSPosition
- land:ObservationGroup All observations to the same point in a group should be averaged together (they have consistant orientation)
- land:ControlChecks 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 |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
date | [0..1] | xsd:date | ||
startTime | [0..1] | xsd:dateTime | ||
endTime | [0..1] | xsd:dateTime | ||
state | [0..1] | land:stateType | ||
horizontalAccuracy | [0..1] | xsd:string | ||
verticalAccuracy | [0..1] | xsd:string |
Used in
- Anonymous type of element land:LandXML
Sample instance
<land:Survey date="2000-01-01"> <land:SurveyHeader name="string">Any text, intermingled with: <land:Annotation type="string"/> </land:SurveyHeader> <land:Equipment> <land:InstrumentDetails id="ID"> <land:Corrections>... </land:Corrections> <land:FieldNote>Any text, intermingled with:... </land:FieldNote> </land:InstrumentDetails> <land:FieldNote>Any text, intermingled with: <!--any element--> </land:FieldNote> </land:Equipment> <land:SurveyMonument mntRef="string" purpose="string"> <land:Feature> <!--any element--> </land:Feature> </land:SurveyMonument> <land:CgPoints> <land:CgPoint>Any text, intermingled with:1.0 1.0</land:CgPoint> <land:CgPoints> <land:CgPoint>Any text, intermingled with:1.0 1.0</land:CgPoint> <land:CgPoints>... </land:CgPoints> <land:Feature> <!--any element--> </land:Feature> </land:CgPoints> <land:Feature> <!--any element--> </land:Feature> </land:CgPoints> <land:InstrumentSetup id="ID" stationName="string" instrumentHeight="1.0"> <land:InstrumentPoint>Any text, intermingled with:1.0 1.0</land:InstrumentPoint> </land:InstrumentSetup> <land:GPSVector dX="1.0" dY="1.0" dZ="1.0" setupID_A="IDREF" setupID_B="IDREF"> <land:TargetPoint>Any text, intermingled with:1.0 1.0</land:TargetPoint> <land:GPSQCInfoLevel1/> <land:GPSQCInfoLevel2/> <land:FieldNote>Any text, intermingled with: <!--any element--> </land:FieldNote> </land:GPSVector> </land:Survey>