Schema Component Representation
<
xs:complexType
name="
CPTChannel">
<
xs:sequence>
<
xs:element
name="
inboundFreq"
type="
CPT-Frequency
"
minOccurs="
0"/>
<
xs:element
name="
outboundFreq"
type="
CPT-Frequency
"
minOccurs="
0"/>
<
xs:element
name="
attributes"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
10">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
</
xs:sequence>
</
xs:complexType>