Documentation for ATIS-Draft-03-00-79

Complex Type: SPFeatureGeometry

[Table of contents]

Super-types: None
Sub-types: None
Name SPFeatureGeometry
Used by (from the same schema document) Complex Type SPFeature
Abstract no
XML Instance Representation
<...>
<geometry> [1]
Start Choice [1]
<point> SPPoint </point> [1]
<line> [1]
Start Sequence [1..10000]
<line-item> SPPoint </line-item> [1]
End Sequence
</line>
<polygon> SPPolygon </polygon> [1]
End Choice
</geometry>
<fill> CPT-Boolean </fill> [0..1]
<thickness> CPT-GenericCounter </thickness> [0..1]
</...>
Diagram
h2081204526 h2081204526 h-1414121128 h325016637 h240005744
Schema Component Representation
<xs:complexType name="SPFeatureGeometry">
<xs:sequence>
<xs:element name="geometry">
<xs:complexType>
<xs:choice>
<xs:element name="point" type=" SPPoint "/>
<xs:element name="line">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="line-item" type=" SPPoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="polygon" type=" SPPolygon "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="fill" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="thickness" type=" CPT-GenericCounter " minOccurs="0"/>
</xs:sequence>
</xs:complexType>