<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2005 sp2 U (http://www.altova.com) by IT Department (Vodafone Global Products & Services Ltd.) -->
<xs:schema xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vddr="http://namespaces.vodafone.com/applications/CRE#DDR" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:vsrch="http://namespaces.vodafone.com/applications/search#" targetNamespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.w3.org/2000/01/rdf-schema#" schemaLocation="rdf-schema.xsd"/>
	<xs:import namespace="http://namespaces.vodafone.com/applications/search#" schemaLocation="vfsearch.xsd"/>
	<!--
		Root for the RDF document
	-->
	<xs:element name="RDF">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="rdfs:seeAlso" minOccurs="0"/>
				<xs:element name="Description" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>MANDATORY attribute "about" points to the binary download URL. This URL must be relative to the partner's Vodafone Live entry point (i.e. service homepage),</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:choice>
							<xs:element ref="vsrch:ringtone"/>
							<xs:element ref="vsrch:game"/>
							<xs:element ref="vsrch:audio"/>
							<xs:element ref="vsrch:video"/>
							<xs:element ref="vsrch:picture"/>
							<xs:element ref="vsrch:MMS"/>
							<xs:element ref="vsrch:browseable"/>
						</xs:choice>
						<xs:attribute name="about" type="xs:string" use="required"/>
						<xs:attribute ref="rdfs:label" use="optional"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:attribute name="resource" type="xs:anyURI">
		<xs:annotation>
			<xs:documentation>The rdf:resource attribute indicates that the property element's value is another resource, identified by its URIref [ref: http://www.w3.org/TR/2004/REC-rdf-primer-20040210/]</xs:documentation>
		</xs:annotation>
	</xs:attribute>
</xs:schema>
