Documentation for ATIS-Draft-03-00-79

Complex Type: PiGeoZoneListSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiGeoZoneListSub
Used by (from the same schema document) Element piGeoZoneListSub
Abstract no
XML Instance Representation
<...>
<header> CPTSubscriptionHeader </header> [1]
<points> [0..1]
Start Sequence [1..20]
<point> SPPoint </point> [1]
End Sequence
</points>
<polygon> SPPolygon </polygon> [0..1]
<agencies> [0..1]
Start Sequence [1..25]
<agency> CPT-AgencyID </agency> [1]
End Sequence
</agencies>
<zones> [0..1]
Start Sequence [1..100]
<zone> PIGeoZoneIden </zone> [1]
End Sequence
</zones>
</...>
Diagram
h-527207252 h2081204526 h-1414121128 h948193899 h237387587
Schema Component Representation
<xs:complexType name="PiGeoZoneListSub">
<xs:sequence>
<xs:element name="header" type=" CPTSubscriptionHeader "/>
<xs:element name="points" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="point" type=" SPPoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="polygon" type=" SPPolygon " minOccurs="0"/>
<xs:element name="agencies" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25">
<xs:element name="agency" type=" CPT-AgencyID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="zones" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="zone" type=" PIGeoZoneIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>