Applet Schema
FORMS Element
See Also  Send comments on this topic.
Applet Schema : FORMS Element

Glossary Item Box

Description

The parent element for defining an ArcPad form.

Diagram

FORM Element Sequence FORMS Element

Overview

FORMS
The parent element for defining an ArcPad form.
Sequence
FORM
Used to define an ArcPad form.

Examples

Source

<xs:element name="FORMS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for defining an ArcPad form.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apa:FORM" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.