ArcPad Style File Schema
STYLESHEET Element
See Also  Send comments on this topic.
ArcPad Style File Schema > ArcPad Element : STYLESHEET Element

Glossary Item Box

Description

Defines a series of named symbology styles for point, line, and polygon layers.

Diagram

TEXTSTYLES Element MARKERSTYLES Element LINESTYLES Element FILLSTYLES Element Sequence STYLESHEET Element

Overview

STYLESHEET
Defines a series of named symbology styles for point, line, and polygon layers.
Sequence
FILLSTYLES
Used to group polygon feature symbols in a stylesheet.
Sequence
STYLE 1..∞
Used to specify the symbol for a style in a stylesheet.
LINESTYLES
Used to group line feature symbols in a stylesheet.
Sequence
STYLE 1..∞
Used to specify the symbol for a style in a stylesheet.
MARKERSTYLES
Used to group point feature symbols in a stylesheet.
Sequence
STYLE 1..∞
Used to specify the symbol for a style in a stylesheet.
TEXTSTYLES
Used to group text symbols in a stylesheet.
Sequence
STYLE 1..∞
Used to specify the symbol for a style in a stylesheet.

Examples

Source

<xs:element name="STYLESHEET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="FILLSTYLES">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" ref="STYLE" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="LINESTYLES">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" ref="STYLE" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="MARKERSTYLES">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" ref="STYLE" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="TEXTSTYLES">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" ref="STYLE" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.