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

Glossary Item Box

Description

Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).

Diagram

TRACKLOG Element

Overview

TRACKLOG
Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).
visible optional Restriction of xs:string
Specifies whether the tracklog is displayed.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse Specifies whether the tracklog is displayed.

Source

<xs:element name="TRACKLOG" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="visible">
      <xs:annotation>
        <xs:documentation>Specifies whether the tracklog is displayed.</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.