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

Glossary Item Box

Description

Used to define GPS alert settings in ArcPadPrefs.apx.

Diagram

ALERT Element Sequence ALERTS Element

Overview

ALERTS
Used to define GPS alert settings in ArcPadPrefs.apx.
Sequence
ALERT 1..∞
Used to specify GPS alert settings for the various alerts in ArcPadPrefs.apx.

Examples

Source

<xs:element name="ALERTS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define GPS alert settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="pre:ALERT" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.