<xs:element name="channel" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Information about a specific content channel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="chnlid" type="xs:positiveInteger">
<xs:annotation>
<xs:documentation>A logical identifier of the channel</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="QCodeType">
<xs:annotation>
<xs:documentation>The media type of the data conveyed by the channel - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="typeuri" type="IRIType">
<xs:annotation>
<xs:documentation>The media type of the data conveyed by the channel - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>The role the data of this channel plays in the scope of the full content - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType">
<xs:annotation>
<xs:documentation>The role the data of this channel plays in the scope of the full content - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="language" type="xs:language">
<xs:annotation>
<xs:documentation>The language associated with the content of the channel</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="newsContentCharacteristics" />
<xs:attribute name="g2flag" type="xs:string" use="optional" fixed="RCONT">
<xs:annotation>
<xs:documentation>DO NOT USE this attribute, for G2 internal maintenance purposes only.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|