Documentation for ATIS-Draft-03-00-79

Complex Type: SpMapImage

[Table of contents]

Super-types: None
Sub-types: None
Name SpMapImage
Used by (from the same schema document) Element spMapImage
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
Start Choice [1]
<box> SPBoundaryBox </box> [1]
<range> SPBoundaryRange </range> [1]
<content> SPBoundaryContent </content> [1]
End Choice
<map-contents> [1]
Start Sequence [1..200]
<map-content> CPT-FeatureType </map-content> [1]
End Sequence
</map-contents>
<highlight-items> [0..1]
Start Sequence [1..50]
<highlight-item> CPTGenericIden </highlight-item> [1]
End Sequence
</highlight-items>
<highlight-classes> [0..1]
Start Sequence [1..50]
<highlight-classe> CPT-FeatureType </highlight-classe> [1]
End Sequence
</highlight-classes>
<imageFormat> PI-GraphicFormat </imageFormat> [0..1]
<mapImage> PI-BinaryImageData </mapImage> [0..1]
</...>
Diagram
h-527207252 h-304293281 h-353713967 h-643160307 h-1229197083 h-1935084263 h-1229197083 h558168688 h-1122007595
Schema Component Representation
<xs:complexType name="SpMapImage">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:choice>
<xs:element name="box" type=" SPBoundaryBox "/>
<xs:element name="range" type=" SPBoundaryRange "/>
<xs:element name="content" type=" SPBoundaryContent "/>
</xs:choice>
<xs:element name="map-contents">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="map-content" type=" CPT-FeatureType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="highlight-items" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="highlight-item" type=" CPTGenericIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="highlight-classes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="highlight-classe" type=" CPT-FeatureType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="imageFormat" type=" PI-GraphicFormat " minOccurs="0"/>
<xs:element name="mapImage" type=" PI-BinaryImageData " minOccurs="0"/>
</xs:sequence>
</xs:complexType>