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

Glossary Item Box

Description

Used to define the marker symbol in a complex line symbol.Used to define the marker symbol in a complex line symbol.

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEMARKERSYMBOL Element RASTERMARKERSYMBOL Element GROUPSYMBOL Element Sequence MARKERSYMBOL Element

Overview

MARKERSYMBOL
Used to define the marker symbol in a complex line symbol.Used to define the marker symbol in a complex line symbol.
Sequence
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).
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Restrictions

One marker symbol child element is required with MARKERSYMBOL (SIMPLEMARKERSYMBOL, TRUETYPEMARKERSYMBOL, RASTERMARKERSYMBOL, or GROUPSYMBOL).

Source

<xs:element name="MARKERSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the marker symbol in a complex line symbol.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="RASTERMARKERSYMBOL" />
      <xs:element ref="SIMPLEMARKERSYMBOL" />
      <xs:element ref="TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.