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

Glossary Item Box

Description

Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).

Diagram

HYPERLINK Element

Overview

HYPERLINK
Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).
field optional xs:string
The field in the layer's table that contains the hyperlink value.
path optional xs:string
The default hyperlink path.

Attributes

NameTypeUseDefaultFixedDescription
fieldxs:stringoptional  The field in the layer's table that contains the hyperlink value.
pathxs:stringoptional  The default hyperlink path.

Remarks

A hyperlink specified for a layer in an ArcPad map file (*.apm) overrides the hyperlink specified for that layer in its layer file (*.apl).

Examples

Source

<xs:element name="HYPERLINK" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="field" type="xs:string">
      <xs:annotation>
        <xs:documentation>The field in the layer's table that contains the hyperlink value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="path" type="xs:string">
      <xs:annotation>
        <xs:documentation>The default hyperlink path.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.