Documentation for ATIS-Draft-03-00-79

Complex Type: CPTRadioZone

[Table of contents]

Super-types: None
Sub-types: None
Name CPTRadioZone
Used by (from the same schema document) Complex Type SCHPatternInfo
Abstract no
XML Instance Representation
<...>
<radioZone> CPT-RadioZoneID </radioZone> [1]
<channelList> [1]
Start Sequence [1..20]
<channel> CPTChannel </channel> [1]
End Sequence
</channelList>
<zone> SPPolygon </zone> [1]
<comment> CPT-Footnote </comment> [0..1]
</...>
Diagram
h-1062361289 h105510817 h-1414121128 h-125442069
Schema Component Representation
<xs:complexType name="CPTRadioZone">
<xs:sequence>
<xs:element name="radioZone" type=" CPT-RadioZoneID "/>
<xs:element name="channelList">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="channel" type=" CPTChannel "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="zone" type=" SPPolygon "/>
<xs:element name="comment" type=" CPT-Footnote " minOccurs="0"/>
</xs:sequence>
</xs:complexType>