Documentation for ATIS-Draft-03-00-79

Complex Type: SPGeometricSymbol

[Table of contents]

Super-types: None
Sub-types: None
Name SPGeometricSymbol
Used by (from the same schema document) Complex Type SPFeatureSymbol
Abstract no
XML Instance Representation
<...>
<parts> [1]
Start Sequence [1..20]
<part> SPSymbolPart </part> [1]
End Sequence
</parts>
<default-color> CPT-Color </default-color> [0..1]
<highlight-color> CPT-Color </highlight-color> [0..1]
</...>
Diagram
h-1496973107 h-937287496 h-937287496
Schema Component Representation
<xs:complexType name="SPGeometricSymbol">
<xs:sequence>
<xs:element name="parts">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="part" type=" SPSymbolPart "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="default-color" type=" CPT-Color " minOccurs="0"/>
<xs:element name="highlight-color" type=" CPT-Color " minOccurs="0"/>
</xs:sequence>
</xs:complexType>