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

Glossary Item Box

Description

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

Diagram

STYLE Element Sequence FILLSTYLES Element

Overview

FILLSTYLES
Used to group polygon feature symbols in a stylesheet.Used to group polygon 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="FILLSTYLES" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to group polygon 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.