land:GPSVector
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:GPSQCInfoLevel1 [0..1] GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week
- land:GPSQCInfoLevel2 [0..1]
- 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 |
---|---|---|---|---|
dX | [1..1] | xsd:double | ||
dY | [1..1] | xsd:double | ||
dZ | [1..1] | xsd:double | ||
setupID_A | [1..1] | xsd:IDREF | ||
setupID_B | [1..1] | xsd:IDREF | ||
startTime | [0..1] | xsd:dateTime | ||
endTime | [0..1] | xsd:dateTime | ||
horizontalPrecision | [0..1] | xsd:double | ||
verticalPrecision | [0..1] | xsd:double | ||
purpose | [0..1] | land:purposeType | ||
setID | [0..1] | xsd:anySimpleType | ||
solutionDataLink | [0..1] | xsd:anySimpleType | ||
coordGeomRefs | [0..1] | land:coordGeomNameRefs |
Used in
- Anonymous type of element land:Survey
Sample instance
<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>