<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by IT Department (Vodafone Global Products & Services Ltd.) -->
<!--$Id: PublishedDDR_search.xsd,v 1.1 2005/05/20 10:00:26 smithk Exp $-->
<xs:schema xmlns="http://namespaces.vodafone.com/applications/CRE#DDR" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespaces.vodafone.com/applications/CRE#DDR" elementFormDefault="qualified">
	<xs:include schemaLocation="vfdevices.xsd"/>
	<xs:group name="device-filters">
		<xs:choice>
			<xs:element ref="device" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element ref="ignore-device" minOccurs="0" maxOccurs="unbounded"/>
		</xs:choice>
	</xs:group>
	<xs:element name="device" type="deviceType">
		<xs:annotation>
			<xs:documentation>the target device for the binary. This will ensure that only binaries relevant to the searching user device are returned. See the PartnerML authoring guide for further details.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ignore-device" type="deviceType">
		<xs:annotation>
			<xs:documentation>an unsuitable device for the binary. This will ensure that only binaries relevant to the searching user device are returned. See the PartnerML authoring guide for further details.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="class" type="classType">
		<xs:annotation>
			<xs:documentation>the target device class for the binary. This will ensure that only binaries relevant to the searching user device class are returned. See the PartnerML authoring guide for further details.</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
