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

Glossary Item Box

Description

Used to specify the ArcIMS settings in ArcPadPrefs.apx.

Diagram

IMS Element

Overview

IMS
Used to specify the ArcIMS settings in ArcPadPrefs.apx.
autorefresh optional Restriction of xs:string
Flag that determines whether ArcIMS layers are automatically reloaded from their servers whenever the map is refreshed.
log optional Restriction of xs:string
Flag that determines whether communication with ArcIMS servers are logged to a log file.

Attributes

NameTypeUseDefaultFixedDescription
autorefreshRestriction of xs:stringoptionaltrue Flag that determines whether ArcIMS layers are automatically reloaded from their servers whenever the map is refreshed.
logRestriction of xs:stringoptionalfalse Flag that determines whether communication with ArcIMS servers are logged to a log file.

Examples

Source

<xs:element name="IMS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the ArcIMS settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="autorefresh">
      <xs:annotation>
        <xs:documentation>Flag that determines whether ArcIMS layers are automatically reloaded from their servers whenever the map is refreshed.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="false" name="log">
      <xs:annotation>
        <xs:documentation>Flag that determines whether communication with ArcIMS servers are logged to a log file.</xs:documentation>
      </xs:annotation>
      <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.