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

Glossary Item Box

Description

Specifies the pathname of a layer in an ArcPad map file (*.apm).

Diagram

DATASET Element

Overview

DATASET
Specifies the pathname of a layer in an ArcPad map file (*.apm).
name required xs:string
Specifies the complete pathname of a layer file (for example, c:\data\mylayer.shp) .

Attributes

NameTypeUseDefaultFixedDescription
namexs:stringrequired  Specifies the complete pathname of a layer file (for example, c:\data\mylayer.shp) .

Source

<xs:element name="DATASET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Specifies the pathname of a layer in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies the complete pathname of a layer file (for example, c:\data\mylayer.shp) .</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.