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

Glossary Item Box

Description

Used to specify the symbol for a style in a stylesheet.Used to specify the symbol for a style in a stylesheet.

Diagram

TRUETYPEMARKERSYMBOL Element TEXTSYMBOL Element SIMPLEPOLYGONSYMBOL Element SIMPLEMARKERSYMBOL Element SIMPLELINESYMBOL Element RASTERMARKERSYMBOL Element RASTERFILLSYMBOL Element GROUPSYMBOL Element COMPLEXPOLYGONSYMBOL Element COMPLEXLINESYMBOL Element Sequence STYLE Element

Overview

STYLE
Used to specify the symbol for a style in a stylesheet.Used to specify the symbol for a style in a stylesheet.
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLELINESYMBOL
Used to symbolize line features.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
SIMPLEPOLYGONSYMBOL
Used to symbolize polygon features.
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Examples

Restrictions

  • Only point symbol types can be child elements of this element when the parent is MARKERSTYLES.
  • Only line symbol types can be child elements of this element when the parent is LINESTYLES.
  • Only polygon symbol types can be child elements of this element when the parent is FILLSTYLES.

Source

<xs:element name="STYLE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the symbol for a style in a stylesheet.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aps:COMPLEXLINESYMBOL" />
      <xs:element ref="aps:COMPLEXPOLYGONSYMBOL" />
      <xs:element ref="aps:GROUPSYMBOL" />
      <xs:element ref="aps:RASTERFILLSYMBOL" />
      <xs:element ref="aps:RASTERMARKERSYMBOL" />
      <xs:element ref="aps:SIMPLELINESYMBOL" />
      <xs:element ref="aps:SIMPLEMARKERSYMBOL" />
      <xs:element ref="aps:SIMPLEPOLYGONSYMBOL" />
      <xs:element ref="aps:TEXTSYMBOL" />
      <xs:element ref="aps:TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.