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

Glossary Item Box

Description

Used to define a hash symbol in a complex line symbol.

Diagram

SIMPLELINESYMBOL Element GROUPSYMBOL Element COMPLEXLINESYMBOL Element Sequence HASHSYMBOL Element

Overview

HASHSYMBOL
Used to define a hash symbol in a complex line symbol.
angle optional
The angle of the hash symbol relative to the line (e.g., 90.0 means perpendicular to the line).
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.

Attributes

NameTypeUseDefaultFixedDescription
angle optional90.0 The angle of the hash symbol relative to the line (e.g., 90.0 means perpendicular to the line).

Examples

Restrictions

One line symbol child element is required with HASHSYMBOL (SIMPLELINESYMBOL, COMPLEXLINESYMBOL, or GROUPSYMBOL).

Source

<xs:element name="HASHSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a hash symbol in a complex line symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMPLEXLINESYMBOL" />
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="SIMPLELINESYMBOL" />
    </xs:sequence>
    <xs:attribute default="90.0" name="angle">
      <xs:annotation>
        <xs:documentation>The angle of the hash symbol relative to the line (e.g., 90.0 means perpendicular to the line).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.