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

Glossary Item Box

Description

Used to specify the default paths in ArcPadPrefs.apx.

Diagram

PATHS Element

Overview

PATHS
Used to specify the default paths in ArcPadPrefs.apx.
applets optional xs:string
Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets).
data optional xs:string
Directory name for the default maps and data folder.
extensions optional xs:string
Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions).
styles optional xs:string
Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles).
system optional xs:string
Directory name for the system folder.

Attributes

NameTypeUseDefaultFixedDescription
appletsxs:stringoptional  Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets).
dataxs:stringoptional  Directory name for the default maps and data folder.
extensionsxs:stringoptional  Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions).
stylesxs:stringoptional  Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles).
systemxs:stringoptional  Directory name for the system folder.

Examples

Source

<xs:element name="PATHS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the default paths in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="applets" type="xs:string">
      <xs:annotation>
        <xs:documentation>Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="data" type="xs:string">
      <xs:annotation>
        <xs:documentation>Directory name for the default maps and data folder.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="extensions" type="xs:string">
      <xs:annotation>
        <xs:documentation>Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="styles" type="xs:string">
      <xs:annotation>
        <xs:documentation>Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="system" type="xs:string">
      <xs:annotation>
        <xs:documentation>Directory name for the system folder.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.