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

Glossary Item Box

Description

Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.

Diagram

DAGE Element

Overview

DAGE
Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
Flag to determine if the maximum DAGE setting is applied.
maximum optional xs:int
The maximum DAGE allowed.

Attributes

NameTypeUseDefaultFixedDescription
activeRestriction of xs:stringoptionalfalse Flag to determine if the maximum DAGE setting is applied.
maximumxs:intoptional  The maximum DAGE allowed.

Remarks

DAGE: Differential data age. The age, in seconds, of the differential signal and correction used by the GPS receiver to differentially correct the GPS position.

Source

<xs:element name="DAGE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="active">
      <xs:annotation>
        <xs:documentation>Flag to determine if the maximum DAGE setting is applied.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="maximum" type="xs:int">
      <xs:annotation>
        <xs:documentation>The maximum DAGE allowed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.