complexType tcip:CPTChannel
diagram
namespace http://www.TCIP-Adopted-03-00-01
children channelID channelName inboundFreq outboundFreq channelBand attributes
used by
element tcip:CPTRadioZone/channelList/channel
source <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 maxOccurs="10">
         
<xs:element name="attribute" type="CPT-ChannelAttribute"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:CPTChannel/channelID
diagram
type tcip:CPT-ChannelID
properties
isRef 0
content simple
source <xs:element name="channelID" type="CPT-ChannelID"/>

element tcip:CPTChannel/channelName
diagram
type tcip:CPT-ChannelName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="channelName" type="CPT-ChannelName" minOccurs="0"/>

element tcip:CPTChannel/inboundFreq
diagram
type tcip:CPT-Frequency
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="inboundFreq" type="CPT-Frequency" minOccurs="0"/>

element tcip:CPTChannel/outboundFreq
diagram
type tcip:CPT-Frequency
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="outboundFreq" type="CPT-Frequency" minOccurs="0"/>

element tcip:CPTChannel/channelBand
diagram
type tcip:CPT-ChannelBand
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="channelBand" type="CPT-ChannelBand" minOccurs="0"/>

element tcip:CPTChannel/attributes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children attribute
source <xs:element name="attributes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10">
     
<xs:element name="attribute" type="CPT-ChannelAttribute"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CPTChannel/attributes/attribute
diagram
type tcip:CPT-ChannelAttribute
properties
isRef 0
content simple
source <xs:element name="attribute" type="CPT-ChannelAttribute"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy