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

Glossary Item Box

Description

Defines a series of named symbology styles for point, line, and polygon layers.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.Defines a series of named symbology styles for point, line, and polygon layers.
Sequence
FILLSTYLES
Used to group polygon feature symbols in a stylesheet.Used to group polygon feature symbols in a stylesheet.
LINESTYLES
Used to group line feature symbols in a stylesheet.Used to group line feature symbols in a stylesheet.
MARKERSTYLES
Used to group point feature symbols in a stylesheet.Used to group point feature symbols in a stylesheet.
TEXTSTYLES
Used to group text symbols in a stylesheet.Used to group text symbols in a stylesheet.

Examples

Source

<xs:element name="STYLESHEET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines a series of named symbology styles for point, line, and polygon layers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aps:FILLSTYLES" />
      <xs:element ref="aps:LINESTYLES" />
      <xs:element ref="aps:MARKERSTYLES" />
      <xs:element ref="aps:TEXTSTYLES" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.