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:sequence>
</
xs:complexType>