Documentation for ATIS-Draft-03-00-79

Complex Type: SPFeatureSymbol

[Table of contents]

Super-types: None
Sub-types: None
Name SPFeatureSymbol
Used by (from the same schema document) Complex Type SPGISLayer
Abstract no
XML Instance Representation
<...>
<scale-range> SPScaleRange </scale-range> [0..1]
<symbol-def> [1]
Start Choice [1]
<geometric> SPGeometricSymbol </geometric> [1]
<graphic> [1]
<default-image> PI-BinaryImageData </default-image> [1]
<highlight-image> PI-BinaryImageData </highlight-image> [0..1]
<format> PI-GraphicFormat </format> [1]
</graphic>
End Choice
</symbol-def>
<label> SP-SymbolLabel </label> [0..1]
<localSPFeatureSymbol> local:SPFeatureSymbol </localSPFeatureSymbol> [0..1]
</...>
Diagram
h148749621 h-815638697 h-1122007595 h-1122007595 h558168688 h674577489 h1073881548
Schema Component Representation
<xs:complexType name="SPFeatureSymbol">
<xs:sequence>
<xs:element name="scale-range" type=" SPScaleRange " minOccurs="0"/>
<xs:element name="symbol-def">
<xs:complexType>
<xs:choice>
<xs:element name="geometric" type=" SPGeometricSymbol "/>
<xs:element name="graphic">
<xs:complexType>
<xs:sequence>
<xs:element name="default-image" type=" PI-BinaryImageData "/>
<xs:element name="highlight-image" type=" PI-BinaryImageData " minOccurs="0"/>
<xs:element name="format" type=" PI-GraphicFormat "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="label" type=" SP-SymbolLabel " minOccurs="0"/>
<xs:element name="localSPFeatureSymbol" type=" local:SPFeatureSymbol " minOccurs="0"/>
</xs:sequence>
</xs:complexType>