complexType tcip:SPGeometricSymbol
diagram
namespace http://www.TCIP-Adopted-03-00-01
children parts default-color highlight-color
used by
element tcip:SPFeatureSymbol/symbol-def/geometric
source <xs:complexType name="SPGeometricSymbol">
 
<xs:sequence>
   
<xs:element name="parts">
     
<xs:complexType>
       
<xs:sequence 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>

element tcip:SPGeometricSymbol/parts
diagram
properties
isRef 0
content complex
children part
source <xs:element name="parts">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20">
     
<xs:element name="part" type="SPSymbolPart"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SPGeometricSymbol/parts/part
diagram
type tcip:SPSymbolPart
properties
isRef 0
content complex
children line polygon arc circle
source <xs:element name="part" type="SPSymbolPart"/>

element tcip:SPGeometricSymbol/default-color
diagram
type tcip:CPT-Color
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="default-color" type="CPT-Color" minOccurs="0"/>

element tcip:SPGeometricSymbol/highlight-color
diagram
type tcip:CPT-Color
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="highlight-color" type="CPT-Color" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy