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

Glossary Item Box

Description

The parent element for all ArcPad toolbars.

Diagram

TOOLBAR Element Sequence TOOLBARS Element

Overview

TOOLBARS
The parent element for all ArcPad toolbars.
Sequence
TOOLBAR 1..∞
Used to define a toolbar in an applet file (*.apa) or custom configuration file (ArcPad.apx).Used to define a toolbar.

Examples

ArcPad.apx (ArcPad custom configuration file)

Source

<xs:element name="TOOLBARS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for all ArcPad toolbars.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="apm:TOOLBAR"></xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.