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

Glossary Item Box

Description

The parent element for setting bookmarks.

Diagram

BOOKMARK Element Sequence BOOKMARKS Element

Overview

BOOKMARKS
The parent element for setting bookmarks.
Sequence
BOOKMARK 1..∞
Used to define a local bookmark in *.apm files or a global bookmark in ArcPadBookMarks.apx.

Remarks

Although the BOOKMARK child element is not required, a BOOKMARKS element should contain at least one BOOKMARK element to be meaningful.

Examples

Restrictions

The only case where the parent element can be ArcPad is in ArcPadBookMarks.apx, which defines global bookmarks for the ArcPad application.

Source

<xs:element name="BOOKMARKS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for setting bookmarks.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="BOOKMARK" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.