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

Glossary Item Box

Description

Used to specify the DST distance alert in ArcPadPrefs.apx.

Diagram

LOCATION Element

Overview

LOCATION
Used to specify the DST distance alert in ArcPadPrefs.apx.
dstalert optional xs:double
Distance for the DST Distance alert (in meters).

Attributes

NameTypeUseDefaultFixedDescription
dstalertxs:doubleoptional  Distance for the DST Distance alert (in meters).

Examples

Source

<xs:element name="LOCATION" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the DST distance alert in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="dstalert" type="xs:double">
      <xs:annotation>
        <xs:documentation>Distance for the DST Distance alert (in meters).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.