Preferences Schema
QUALITYCONTROL Element
See Also  Send comments on this topic.
Preferences Schema : QUALITYCONTROL Element

Glossary Item Box

Description

Used to define GPS quality control settings in ArcPadPrefs.apx.

Diagram

VPE Element VDOP Element TDOP Element PDOP Element MODE Element HDOP Element EPE Element DAGE Element Sequence QUALITYCONTROL Element

Overview

QUALITYCONTROL
Used to define GPS quality control settings in ArcPadPrefs.apx.
level optional Restriction of xs:int
The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.
Sequence
DAGE
Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.
EPE
Used to define the maximum EPE for the GPS quality control settings in ArcPadPrefs.apx.
HDOP
Used to define the maximum HDOP for the GPS quality control settings in ArcPadPrefs.apx.
MODE
Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.
PDOP
Used to define the maximum PDOP for the GPS quality control settings in ArcPadPrefs.apx.
TDOP
Used to define the maximum TDOP for the GPS quality control settings in ArcPadPrefs.apx.
VDOP
Used to define the maximum VDOP for the GPS quality control settings in ArcPadPrefs.apx.
VPE
Used to define the maximum VPE for the GPS quality control settings in ArcPadPrefs.apx.

Attributes

NameTypeUseDefaultFixedDescription
levelRestriction of xs:intoptional0 The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.

Examples

Source

<xs:element name="QUALITYCONTROL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pre:DAGE" />
      <xs:element ref="pre:EPE" />
      <xs:element ref="pre:HDOP" />
      <xs:element ref="pre:MODE" />
      <xs:element ref="pre:PDOP" />
      <xs:element ref="pre:TDOP" />
      <xs:element ref="pre:VDOP" />
      <xs:element ref="pre:VPE" />
    </xs:sequence>
    <xs:attribute default="0" name="level">
      <xs:annotation>
        <xs:documentation>The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:enumeration value="0" />
          <xs:enumeration value="1" />
          <xs:enumeration value="2" />
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.