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

Glossary Item Box

Description

Used to define display properties for the north arrow in an ArcPad map file (*.apm).

Diagram

NORTHARROW Element

Overview

NORTHARROW
Used to define display properties for the north arrow in an ArcPad map file (*.apm).
visible optional Restriction of xs:string
Flag that determines if the north arrow is initially visible (true) or not (false).

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionalfalse Flag that determines if the north arrow is initially visible (true) or not (false).

Source

<xs:element name="NORTHARROW" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the north arrow in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="visible" default="false">
      <xs:annotation>
        <xs:documentation>Flag that determines if the north arrow is initially visible (true) or not (false).</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.