Definition Type: Element
Name: GPSQCInfoLevel1
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week
Collapse XSD Schema Diagram:
Drilldown into RDOP in schema landxml-1_1_xsd Drilldown into nbrSatellites in schema landxml-1_1_xsd Drilldown into GPSSolnFreq in schema landxml-1_1_xsd Drilldown into GPSSolnType in schema landxml-1_1_xsdXSD Diagram of GPSQCInfoLevel1 in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="GPSQCInfoLevel1">
    <xs:annotation>
        <xs:documentation>GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week  			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="GPSSolnType" type="GPSSolutionTypeEnum" />
        <xs:attribute name="GPSSolnFreq" type="GPSSolutionFrequencyEnum" />
        <xs:attribute name="nbrSatellites" type="xs:integer" />
        <xs:attribute name="RDOP" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
GPSSolnType land:GPSSolnType (Optional)
GPSSolnFreq land:GPSSolnFreq (Optional)
nbrSatellites land:nbrSatellites (Optional)
RDOP land:RDOP (Optional)