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

Glossary Item Box

Description

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

Diagram

STYLE Element Sequence LINESTYLES Element

Overview

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