<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="channel">
        <xsd:complexType>
            <xsd:annotation>
                <xsd:documentation>The channel wrapper</xsd:documentation>
            </xsd:annotation>
            <xsd:all>
                <xsd:element name="id" type="xsd:unsignedInt"/>
                <xsd:element name="type" type="xsd:string"/>
                <xsd:element name="subtype" type="xsd:string"/>
                <xsd:element name="language" type="xsd:string"/>
                <xsd:element name="title" type="xsd:string"/>
            </xsd:all>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>
