Documentation for ATIS-Draft-03-00-79

Complex Type: PiItineraryMapSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiItineraryMapSub
Used by (from the same schema document) Element piItineraryMapSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<itinerarys> [1]
Start Sequence [1..50]
<itinerary> atis:Route </itinerary> [1]
End Sequence
</itinerarys>
<map-contents> [0..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>
</...>
Diagram
h-527207252 h-1110646556 h-1229197083 h-1935084263 h-1229197083
Schema Component Representation
<xs:complexType name="PiItineraryMapSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="itinerarys">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="itinerary" type=" atis:Route "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="map-contents" minOccurs="0">
<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:sequence>
</xs:complexType>