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

Glossary Item Box

Description

User to specify reference points in a map for use with the offset and traverse tools.

Diagram

POINT Element Sequence REFPOINTS Element

Overview

REFPOINTS
User to specify reference points in a map for use with the offset and traverse tools.
Sequence
POINT 1..∞
When parent element is REFPOINTS, POINT defines a reference point.

Examples

Source

<xs:element name="REFPOINTS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>User to specify reference points in a map for use with the offset and traverse tools.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="apm:POINT" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.