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

Glossary Item Box

Description

Used to group point feature symbols in a stylesheet.Used to group point feature symbols in a stylesheet.

Diagram

STYLE Element Sequence MARKERSTYLES Element

Overview

MARKERSTYLES
Used to group point feature symbols in a stylesheet.Used to group point feature symbols in a stylesheet.
Sequence
STYLE 1..∞
Used to specify the symbol for a style in a stylesheet.Used to specify the symbol for a style in a stylesheet.

Examples

Source

<xs:element name="MARKERSTYLES" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to group point feature symbols in a stylesheet.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="aps:STYLE" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.