Documentation for ATIS-Draft-03-00-79

Complex Type: SPSymbolPart

[Table of contents]

Super-types: None
Sub-types: None
Name SPSymbolPart
Used by (from the same schema document) Complex Type SPGeometricSymbol
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<line> SPNoDimLine </line> [1]
<polygon> SPNoDimPolygon </polygon> [1]
<arc> SPNoDimArc </arc> [1]
<circle> SPNoDimCircle </circle> [1]
End Choice
</...>
Diagram
h260192313 h-1601099051 h-1238542995 h679167957
Schema Component Representation
<xs:complexType name="SPSymbolPart">
<xs:sequence>
<xs:choice>
<xs:element name="line" type=" SPNoDimLine "/>
<xs:element name="polygon" type=" SPNoDimPolygon "/>
<xs:element name="arc" type=" SPNoDimArc "/>
<xs:element name="circle" type=" SPNoDimCircle "/>
</xs:choice>
</xs:sequence>
</xs:complexType>