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

Glossary Item Box

Description

Used to specify start up settings in ArcPadPrefs.apx.Used to specify start up settings in ArcPadPrefs.apx

Diagram

STARTUP Element

Overview

STARTUP
Used to specify start up settings in ArcPadPrefs.apx.Used to specify start up settings in ArcPadPrefs.apx
checksql optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
checksqlRestriction of xs:stringoptionaltrue  

Source

<xs:element name="STARTUP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify start up settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="checksql">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.