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

Glossary Item Box

Description

Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).

Diagram

COORDSYS Element

Overview

COORDSYS
Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).
string required xs:string
Projected or geographic coordinate system definition string.

Attributes

NameTypeUseDefaultFixedDescription
stringxs:stringrequired  Projected or geographic coordinate system definition string.

Examples

Source

<xs:element name="COORDSYS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" name="string" type="xs:string">
      <xs:annotation>
        <xs:documentation>Projected or geographic coordinate system definition string.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.