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

Glossary Item Box

Description

Used to define editing preferences in ArcPadPrefs.apx.

Diagram

EDITING Element

Overview

EDITING
Used to define editing preferences in ArcPadPrefs.apx.
zeroz optional Restriction of xs:string
Specifies whether Z values are reset to zero when features are moved.

Attributes

NameTypeUseDefaultFixedDescription
zerozRestriction of xs:stringoptionalfalse Specifies whether Z values are reset to zero when features are moved.

Source

<xs:element name="EDITING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define editing preferences in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="zeroz">
      <xs:annotation>
        <xs:documentation>Specifies whether Z values are reset to zero when features are moved.</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.