Map Schema
OUTLINESYMBOL Element
See Also  Send comments on this topic.
Map Schema : OUTLINESYMBOL Element

Glossary Item Box

Description

Used to define the outline symbol in a complex polygon symbol.

Diagram

SIMPLELINESYMBOL Element GROUPSYMBOL Element COMPLEXLINESYMBOL Element Sequence OUTLINESYMBOL Element

Overview

OUTLINESYMBOL
Used to define the outline symbol in a complex polygon symbol.
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
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).
SIMPLELINESYMBOL
Used to symbolize line features.

Source

<xs:element name="OUTLINESYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the outline symbol in a complex polygon symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMPLEXLINESYMBOL" />
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="SIMPLELINESYMBOL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.