Definition Type: Element
Name: GPSPosition
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into FieldNote in schema landxml-1_1_xsd Drilldown into GPSQCInfoLevel2 in schema landxml-1_1_xsd Drilldown into GPSQCInfoLevel1 in schema landxml-1_1_xsd Drilldown into TargetPoint in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into coordGeomRefs in schema landxml-1_1_xsd Drilldown into purpose in schema landxml-1_1_xsd Drilldown into wgsLongitude in schema landxml-1_1_xsd Drilldown into wgsLatitude in schema landxml-1_1_xsd Drilldown into wgsHeight in schema landxml-1_1_xsd Drilldown into setID in schema landxml-1_1_xsd Drilldown into setupID in schema landxml-1_1_xsdXSD Diagram of GPSPosition in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="GPSPosition">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TargetPoint" />
            <xs:element ref="GPSQCInfoLevel1" minOccurs="0" />
            <xs:element ref="GPSQCInfoLevel2" minOccurs="0" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="setupID" type="xs:IDREF" />
        <xs:attribute name="setID" />
        <xs:attribute name="wgsHeight" type="xs:double" use="required" />
        <xs:attribute name="wgsLatitude" type="xs:double" use="required" />
        <xs:attribute name="wgsLongitude" type="xs:double" use="required" />
        <xs:attribute name="purpose" />
        <xs:attribute name="coordGeomRefs" type="coordGeomNameRefs" />
        <xs:attribute name="pntRef" type="pointNameRef" />
        <!-- coordGeomRefs identifies one or more 'name' values that link to specific <Line>, <Curve>, <Spiral> or <IrregularLine> in a <CoordGeom> element. This allows linking an survey observation to specific <Parcel>.<CoordGeom> based geometry. -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TargetPoint land:TargetPoint (1) (1)
GPSQCInfoLevel1 land:GPSQCInfoLevel1 0 (1)
GPSQCInfoLevel2 land:GPSQCInfoLevel2 0 (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
setupID land:setupID (Optional)
setID land:setID (Optional)
wgsHeight land:wgsHeight Required
wgsLatitude land:wgsLatitude Required
wgsLongitude land:wgsLongitude Required
purpose land:purpose (Optional)
coordGeomRefs land:coordGeomRefs (Optional)
pntRef land:pntRef (Optional)