<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:element name="channel">
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="title"/>
				<xs:element ref="description"/>
				<xs:element ref="link"/>
				<xs:element ref="language"/>
				<xs:element ref="item" maxOccurs="25"/>
				<xs:element ref="rating" minOccurs="0"/>
				<xs:element ref="image" minOccurs="0"/>
				<xs:element ref="textinput" minOccurs="0"/>
				<xs:element ref="copyright" minOccurs="0"/>
				<xs:element ref="pubDate" minOccurs="0"/>
				<xs:element ref="lastBuildDate" minOccurs="0"/>
				<xs:element ref="docs" minOccurs="0"/>
				<xs:element ref="managingEditor" minOccurs="0"/>
				<xs:element ref="webMaster" minOccurs="0"/>
				<xs:element ref="skipHours" minOccurs="0"/>
				<xs:element ref="skipDays" minOccurs="0"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="copyright" type="xs:string"/>
	<xs:element name="day" type="xs:string"/>
	<xs:element name="description" type="xs:string"/>
	<xs:element name="docs" type="xs:string"/>
	<xs:element name="height" type="xs:string"/>
	<xs:element name="hour" type="xs:string"/>
	<xs:element name="image">
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="title"/>
				<xs:element ref="url"/>
				<xs:element ref="link"/>
				<xs:element ref="width" minOccurs="0"/>
				<xs:element ref="height" minOccurs="0"/>
				<xs:element ref="description" minOccurs="0"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="item">
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="title"/>
				<xs:element ref="link"/>
				<xs:element ref="description"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="language" type="xs:string"/>
	<xs:element name="lastBuildDate" type="xs:string"/>
	<xs:element name="link" type="xs:string"/>
	<xs:element name="managingEditor" type="xs:string"/>
	<xs:element name="name" type="xs:string"/>
	<xs:element name="pubDate" type="xs:string"/>
	<xs:element name="rating" type="xs:string"/>
	<xs:element name="rss">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="channel"/>
			</xs:sequence>
			<xs:attribute name="version" type="xs:string" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="skipDays">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="day" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="skipHours">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="hour" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="textinput">
		<xs:complexType>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="title"/>
				<xs:element ref="description"/>
				<xs:element ref="name"/>
				<xs:element ref="link"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="title" type="xs:string"/>
	<xs:element name="url" type="xs:string"/>
	<xs:element name="webMaster" type="xs:string"/>
	<xs:element name="width" type="xs:string"/>
</xs:schema>

