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

Glossary Item Box

Description

Used to specify the default scripting environment in ArcPad.

Diagram

SCRIPTING Element

Overview

SCRIPTING
Used to specify the default scripting environment in ArcPad.
language optional Restriction of xs:string
Specifies the default scripting language.

Attributes

NameTypeUseDefaultFixedDescription
languageRestriction of xs:stringoptionalVBScript Specifies the default scripting language.

Examples

Source

<xs:element name="SCRIPTING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the default scripting environment in ArcPad.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="VBScript" name="language">
      <xs:annotation>
        <xs:documentation>Specifies the default scripting language.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="VBScript" />
          <xs:enumeration value="JScript" />
          <xs:enumeration value="Python" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.