Documentation for ATIS-Draft-03-00-79

Complex Type: SPFeature

[Table of contents]

Super-types: None
Sub-types: None
Name SPFeature
Used by (from the same schema document) Complex Type CcGISFile , Complex Type CcGISFile , Complex Type SpGIS , Complex Type SpGIS , Complex Type SpGISPush
Abstract no
XML Instance Representation
<...>
<feature-id> SP-FeatureID </feature-id> [1]
<feature-type> CPT-FeatureType </feature-type> [1]
<landmark-type> PI-LandmarkType </landmark-type> [0..1]
<metadata> CPTRowMetaData </metadata> [1]
<feature-name> SP-FeatureName </feature-name> [0..1]
<association> CPTGenericIden </association> [0..1]
<default-color> CPT-Color </default-color> [1]
<highlight-color> CPT-Color </highlight-color> [0..1]
<geometry> SPFeatureGeometry </geometry> [1]
<label> SP-FeatureLabel </label> [0..1]
<localSPFeature> local:SPFeature </localSPFeature> [0..1]
</...>
Diagram
h1868825574 h-1229197083 h-1056067839 h1503432423 h645227190 h-1935084263 h-937287496 h-937287496 h1266055078 h-1474651095 h-1995809004
Schema Component Representation
<xs:complexType name="SPFeature">
<xs:sequence>
<xs:element name="feature-id" type=" SP-FeatureID "/>
<xs:element name="feature-type" type=" CPT-FeatureType "/>
<xs:element name="landmark-type" type=" PI-LandmarkType " minOccurs="0"/>
<xs:element name="metadata" type=" CPTRowMetaData "/>
<xs:element name="feature-name" type=" SP-FeatureName " minOccurs="0"/>
<xs:element name="association" type=" CPTGenericIden " minOccurs="0"/>
<xs:element name="default-color" type=" CPT-Color "/>
<xs:element name="highlight-color" type=" CPT-Color " minOccurs="0"/>
<xs:element name="geometry" type=" SPFeatureGeometry "/>
<xs:element name="label" type=" SP-FeatureLabel " minOccurs="0"/>
<xs:element name="localSPFeature" type=" local:SPFeature " minOccurs="0"/>
</xs:sequence>
</xs:complexType>