Definition Type: Element
Name: GPSVector
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 coordGeomRefs in schema landxml-1_1_xsd Drilldown into solutionDataLink in schema landxml-1_1_xsd Drilldown into setID in schema landxml-1_1_xsd Drilldown into purpose in schema landxml-1_1_xsd Drilldown into verticalPrecision in schema landxml-1_1_xsd Drilldown into horizontalPrecision in schema landxml-1_1_xsd Drilldown into endTime in schema landxml-1_1_xsd Drilldown into startTime in schema landxml-1_1_xsd Drilldown into setupID_B in schema landxml-1_1_xsd Drilldown into setupID_A in schema landxml-1_1_xsd Drilldown into dZ in schema landxml-1_1_xsd Drilldown into dY in schema landxml-1_1_xsd Drilldown into dX in schema landxml-1_1_xsdXSD Diagram of GPSVector in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="GPSVector">
    <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="dX" type="xs:double" use="required" />
        <xs:attribute name="dY" type="xs:double" use="required" />
        <xs:attribute name="dZ" type="xs:double" use="required" />
        <xs:attribute name="setupID_A" type="xs:IDREF" use="required" />
        <xs:attribute name="setupID_B" type="xs:IDREF" use="required" />
        <xs:attribute name="startTime" type="xs:dateTime" use="optional" />
        <xs:attribute name="endTime" type="xs:dateTime" use="optional" />
        <xs:attribute name="horizontalPrecision" type="xs:double" use="optional" />
        <xs:attribute name="verticalPrecision" type="xs:double" use="optional" />
        <xs:attribute name="purpose" type="purposeType" />
        <xs:attribute name="setID" />
        <xs:attribute name="solutionDataLink" />
        <xs:attribute name="coordGeomRefs" type="coordGeomNameRefs" />
        <!-- 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
dX land:dX Required
dY land:dY Required
dZ land:dZ Required
setupID_A land:setupID_A Required
setupID_B land:setupID_B Required
startTime land:startTime Optional
endTime land:endTime Optional
horizontalPrecision land:horizontalPrecision Optional
verticalPrecision land:verticalPrecision Optional
purpose land:purpose (Optional)
setID land:setID (Optional)
solutionDataLink land:solutionDataLink (Optional)
coordGeomRefs land:coordGeomRefs (Optional)