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

Glossary Item Box

Description

Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.

Diagram

MODE Element

Overview

MODE
Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.
threed optional Restriction of xs:string
Flag to determine if the 3D only setting is applied.
dgps optional Restriction of xs:string
Flag to determine if the DGPS only setting is applied.
pps optional Restriction of xs:string
Flag to determine if the PPS setting is applied.
rtkfixed optional Restriction of xs:string
Flag to determine if the RTK Fixed setting is applied.
rtkfloatorfixed optional Restriction of xs:string
Flag to determine if the RTK Float or Fixed setting is applied.

Attributes

NameTypeUseDefaultFixedDescription
threedRestriction of xs:stringoptionalfalse Flag to determine if the 3D only setting is applied.
dgpsRestriction of xs:stringoptionalfalse Flag to determine if the DGPS only setting is applied.
ppsRestriction of xs:stringoptionalfalse Flag to determine if the PPS setting is applied.
rtkfixedRestriction of xs:stringoptionalfalse Flag to determine if the RTK Fixed setting is applied.
rtkfloatorfixedRestriction of xs:stringoptionalfalse Flag to determine if the RTK Float or Fixed setting is applied.

Examples

Source

<xs:element name="MODE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="threed">
      <xs:annotation>
        <xs:documentation>Flag to determine if the 3D only 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 default="false" name="dgps">
      <xs:annotation>
        <xs:documentation>Flag to determine if the DGPS only 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 default="false" name="pps">
      <xs:annotation>
        <xs:documentation>Flag to determine if the PPS 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 default="false" name="rtkfixed">
      <xs:annotation>
        <xs:documentation>Flag to determine if the RTK Fixed 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 default="false" name="rtkfloatorfixed">
      <xs:annotation>
        <xs:documentation>Flag to determine if the RTK Float or Fixed 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:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.