Definition Type: Element
Name: GPSSetup
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 GPSPosition in schema landxml-1_1_xsd Drilldown into TargetSetup in schema landxml-1_1_xsd Drilldown into stopTime in schema landxml-1_1_xsd Drilldown into startTime in schema landxml-1_1_xsd Drilldown into stationDescription in schema landxml-1_1_xsd Drilldown into observationDataLink in schema landxml-1_1_xsd Drilldown into GPSReceiverDetailsID in schema landxml-1_1_xsd Drilldown into GPSAntennaDetailsID in schema landxml-1_1_xsd Drilldown into stationName in schema landxml-1_1_xsd Drilldown into antennaHeight in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of GPSSetup in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="GPSSetup">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="GPSPosition" />
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID" use="required" />
        <xs:attribute name="antennaHeight" type="xs:double" use="required" />
        <xs:attribute name="stationName" use="required" />
        <xs:attribute name="GPSAntennaDetailsID" type="xs:IDREF" />
        <xs:attribute name="GPSReceiverDetailsID" type="xs:IDREF" />
        <xs:attribute name="observationDataLink" />
        <xs:attribute name="stationDescription" />
        <xs:attribute name="startTime" type="GPSTime" />
        <xs:attribute name="stopTime" type="GPSTime" />
        <!--  GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week  -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TargetSetup land:TargetSetup 0 unbounded
GPSPosition land:GPSPosition (1) (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id Required
antennaHeight land:antennaHeight Required
stationName land:stationName Required
GPSAntennaDetailsID land:GPSAntennaDetailsID (Optional)
GPSReceiverDetailsID land:GPSReceiverDetailsID (Optional)
observationDataLink land:observationDataLink (Optional)
stationDescription land:stationDescription (Optional)
startTime land:startTime (Optional)
stopTime land:stopTime (Optional)