Documentation for ATIS-Draft-03-00-79

Complex Type: SPGISLayer

[Table of contents]

Super-types: None
Sub-types: None
Name SPGISLayer
Used by (from the same schema document) Complex Type CcGISFile , Complex Type SpGIS , Complex Type SpGISPush
Abstract no
XML Instance Representation
<...>
<feature-type> CPT-FeatureType </feature-type> [1]
<landmark-type> PI-LandmarkType </landmark-type> [0..1]
<metadata> CPTRowMetaData </metadata> [1]
<scale-range> SPScaleRange </scale-range> [0..1]
<symbols> [0..1]
Start Sequence [1..10]
<symbol> SPFeatureSymbol </symbol> [1]
End Sequence
</symbols>
<localSPGISLayer> local:SPGISLayer </localSPGISLayer> [0..1]
</...>
Diagram
h-1229197083 h-1056067839 h1503432423 h148749621 h1073881548 h483636130
Schema Component Representation
<xs:complexType name="SPGISLayer">
<xs:sequence>
<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="scale-range" type=" SPScaleRange " minOccurs="0"/>
<xs:element name="symbols" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="symbol" type=" SPFeatureSymbol "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSPGISLayer" type=" local:SPGISLayer " minOccurs="0"/>
</xs:sequence>
</xs:complexType>