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

Glossary Item Box

Description

Used to specify the autopack settings in ArcPadPrefs.apx.

Diagram

LAYERS Element

Overview

LAYERS
Used to specify the autopack settings in ArcPadPrefs.apx.
autopack optional Restriction of xs:string
Flag that determines whether shapefiles with deleted features are automatically packed when they are removed from the map or made uneditable.

Attributes

NameTypeUseDefaultFixedDescription
autopackRestriction of xs:stringoptionaltrue Flag that determines whether shapefiles with deleted features are automatically packed when they are removed from the map or made uneditable.

Examples

Source

<xs:element name="LAYERS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the autopack settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="autopack">
      <xs:annotation>
        <xs:documentation>Flag that determines whether shapefiles with deleted features are automatically packed when they are removed from the map or made uneditable.</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.