Map Schema
BOOKMARK Element
See Also  Send comments on this topic.
Map Schema : BOOKMARK Element

Glossary Item Box

Description

Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.

Diagram

BOOKMARK Element

Overview

BOOKMARK
Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.
maxx required xs:double
Right top x-coordinate in map units.
maxy required xs:double
Right top y-coordinate in map units.
minx required xs:double
Left bottom x-coordinate in map units.
miny required xs:double
Left bottom y-coordinate in map units.
name required xs:double
The name of the bookmark.

Attributes

NameTypeUseDefaultFixedDescription
maxxxs:doublerequired  Right top x-coordinate in map units.
maxyxs:doublerequired  Right top y-coordinate in map units.
minxxs:doublerequired  Left bottom x-coordinate in map units.
minyxs:doublerequired  Left bottom y-coordinate in map units.
namexs:doublerequired  The name of the bookmark.

Examples

Source

<xs:element name="BOOKMARK" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" name="maxx" type="xs:double">
      <xs:annotation>
        <xs:documentation>Right top x-coordinate in map units.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" name="maxy" type="xs:double">
      <xs:annotation>
        <xs:documentation>Right top y-coordinate in map units.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" name="minx" type="xs:double">
      <xs:annotation>
        <xs:documentation>Left bottom x-coordinate in map units.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" name="miny" type="xs:double">
      <xs:annotation>
        <xs:documentation>Left bottom y-coordinate in map units.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="name" use="required" type="xs:double">
      <xs:annotation>
        <xs:documentation>The name of the bookmark.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.