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

Glossary Item Box

Description

Used to specify map grid settings in ArcPadPrefs.apx.

Diagram

TEXTSYMBOL Element SIMPLELINESYMBOL Element Sequence MAPGRID Element

Overview

MAPGRID
Used to specify map grid settings in ArcPadPrefs.apx.
visible optional Restriction of xs:string
Specifies whether the map grid is displayed.
Sequence
SIMPLELINESYMBOL
Used to symbolize line features.
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse Specifies whether the map grid is displayed.

Examples

Source

<xs:element name="MAPGRID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify map grid settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="pre:SIMPLELINESYMBOL" />
      <xs:element ref="pre:TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute default="false" name="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the map grid is displayed.</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.