Description
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).
Diagram
Overview
|
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).
|
Sequence 1..∞
|
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
|
|
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
|
|
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).
|
|
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
|
|
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
|
|
|
Examples
Restrictions
Only like symbol types can be grouped together under a GROUPSYMBOL (i.e., markers and lines cannot be combined under a GROUPSYMBOL).
Source
<xs:element name="GROUPSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>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).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="COMPLEXLINESYMBOL">
<xs:annotation>
<xs:documentation>Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="COMPLEXPOLYGONSYMBOL">
<xs:annotation>
<xs:documentation>Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="GROUPSYMBOL">
<xs:annotation>
<xs:documentation>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).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="RASTERFILLSYMBOL">
<xs:annotation>
<xs:documentation>Symbolizes polygon features using the specified image as a fill symbol.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="RASTERMARKERSYMBOL">
<xs:annotation>
<xs:documentation>Symbolizes point features using the specified raster image.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="SIMPLELINESYMBOL">
<xs:annotation>
<xs:documentation>Used to symbolize line features.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="SIMPLEMARKERSYMBOL">
<xs:annotation>
<xs:documentation>Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="SIMPLEPOLYGONSYMBOL">
<xs:annotation>
<xs:documentation>Used to symbolize polygon features.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TRUETYPEMARKERSYMBOL" />
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also