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

Glossary Item Box

Description

The Properties element allows you to store a value in the map document that can be referenced via script whist the document is open in ArcPad.

Diagram

PROPERTY Element

Overview

PROPERTY
The Properties element allows you to store a value in the map document that can be referenced via script whist the document is open in ArcPad.
name optional xs:string
value optional xs:string

Attributes

NameTypeUseDefaultFixedDescription
namexs:stringoptional   
valuexs:stringoptional   

Source

<xs:element name="PROPERTY" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The Properties element allows you to store a value in the map document that can be referenced via script whist the document is open in ArcPad.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="value" type="xs:string" />
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.