<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="urn:dmp:idp:mediastreaming:accessprotocol:extensions:2007"
		xmlns:dmp-msapx="urn:dmp:idp:mediastreaming:accessprotocol:extensions:2007" 
		xmlns="http://www.w3.org/2001/XMLSchema"
		xmlns:msap="urn:mpeg:maf:schema:mediastreaming:accessprotocol:2007" 
		xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" 
		xmlns:msbp="urn:mpeg:maf:schema:mediastreaming:baseprotocol:2007"
		xmlns:ipmpinfo-msx="urn:mpeg:maf:Schema:mediastreaming:IPMPINFOextensions:2007" 
		xmlns:ipmpinfo="urn:mpeg:mpeg21:2004:01-IPMPINFO-NS"
		xmlns:ipmpmsg="urn:mpeg:mpegB:schema:IPMP-XML-MESSAGES:2007"		 
		elementFormDefault="qualified" attributeFormDefault="unqualified">
	<import namespace="urn:mpeg:mpeg21:2004:01-IPMPINFO-NS" schemaLocation="http://www.dmpf.org/schemas/ipmpinfo.xsd"/>
	<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/>
	<import namespace="urn:mpeg:mpeg21:2003:01-DIA-NS" schemaLocation="http://www.dmpf.org/schemas/ued.xsd"/>
	<import namespace="urn:mpeg:maf:schema:mediastreaming:baseprotocol:2007" schemaLocation="http://www.dmpf.org/schemas/msbp.xsd"/>
	<import namespace="urn:mpeg:maf:schema:mediastreaming:accessprotocol:2007" schemaLocation="http://www.dmpf.org/schemas/msap.xsd"/>
	<import namespace="urn:mpeg:maf:Schema:mediastreaming:IPMPINFOextensions:2007" schemaLocation="http://www.dmpf.org/schemas/ipmpinfo-msx.xsd"/>
	<import namespace="urn:mpeg:mpeg21:2004:01-IPMPINFO-NS" schemaLocation="http://www.dmpf.org/schemas/ipmpinfo.xsd"/>
	<import namespace="urn:mpeg:mpegB:schema:IPMP-XML-MESSAGES:2007" schemaLocation="http://www.dmpf.org/schemas/ipmpmsg.xsd"/>
	<element name="RequestDRMToolInfoList" type="dmp-msapx:RequestDRMToolInfoListType"/>
	<complexType name="RequestDRMToolInfoListType">
		<complexContent>
			<extension base="msap:AccessProtocolType">
				<sequence>
					<element ref="ipmpinfo-msx:DeviceInformation" minOccurs="0"/>
					<element ref="dsig:Signature" minOccurs="0"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="RequestDRMToolInfoListResponse" type="dmp-msapx:RequestDRMToolInfoListResponseType"/>
	<complexType name="RequestDRMToolInfoListResponseType">
		<complexContent>
			<extension base="msap:AccessProtocolType">
				<sequence>
					<element ref="dmp-msapx:DRMToolInfo" minOccurs="0" maxOccurs="unbounded"/>
					<element ref="dsig:Signature" minOccurs="0"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="DRMToolInfo" type="dmp-msapx:DRMToolInfoType"/>
	<complexType name="DRMToolInfoType">
		<complexContent>
			<extension base="msbp:ProtocolBaseType">
				<sequence>
					<element ref="ipmpinfo:IPMPToolID" />
					<element ref="ipmpmsg:ParametricDescription" minOccurs="0"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
</schema>
