Documentation for ATIS-Draft-03-00-79

Complex Type: CPTChannel

[Table of contents]

Super-types: None
Sub-types: None
Name CPTChannel
Used by (from the same schema document) Complex Type CPTRadioZone
Abstract no
XML Instance Representation
<...>
<channelID> CPT-ChannelID </channelID> [1]
<channelName> CPT-ChannelName </channelName> [0..1]
<inboundFreq> CPT-Frequency </inboundFreq> [0..1]
<outboundFreq> CPT-Frequency </outboundFreq> [0..1]
<channelBand> CPT-ChannelBand </channelBand> [0..1]
<attributes> [0..1]
Start Sequence [1..10]
<attribute> CPT-ChannelAttribute </attribute> [1]
End Sequence
</attributes>
</...>
Diagram
h-1788309453 h-578285629 h974898225 h974898225 h-578643091 h-107505564
Schema Component Representation
<xs:complexType name="CPTChannel">
<xs:sequence>
<xs:element name="channelID" type=" CPT-ChannelID "/>
<xs:element name="channelName" type=" CPT-ChannelName " minOccurs="0"/>
<xs:element name="inboundFreq" type=" CPT-Frequency " minOccurs="0"/>
<xs:element name="outboundFreq" type=" CPT-Frequency " minOccurs="0"/>
<xs:element name="channelBand" type=" CPT-ChannelBand " minOccurs="0"/>
<xs:element name="attributes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="attribute" type=" CPT-ChannelAttribute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>