<schema xmlns:oai_dif="http://www.filmstandards.org/schemas/OAI/2.0/oai_dif/" 
				xmlns:dc="http://purl.org/dc/elements/1.1/"
				xmlns:dif="http://www.filmstandards.org/schemas/eu/elements/1.0/" 
				xmlns="http://www.w3.org/2001/XMLSchema" 
				targetNamespace="http://www.filmstandards.org/schemas/OAI/2.0/oai_dif/" 
				elementFormDefault="qualified" 
				attributeFormDefault="unqualified">
	<annotation>
	<documentation> 
	      XML Schema DIF
  	</documentation>
	</annotation>
	<import namespace="http://purl.org/dc/elements/1.1/" 
            schemaLocation="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"/>
	<import namespace="http://www.filmstandards.org/schemas/eu/elements/1.0/"
            schemaLocation="http://www.filmstandards.org/schemas/eu/elements/1.0/" />
	<element name="dif" type="oai_dif:oai_difType"/>
	
	<complexType name="oai_difType">
		<choice minOccurs="0" maxOccurs="unbounded">
			<element ref="dc:title"/>
			<element ref="dc:creator"/>
			<element ref="dc:subject"/>
			<element ref="dc:description"/>
			<element ref="dc:publisher"/>
			<element ref="dc:contributor"/>
			<element ref="dc:date"/>
			<element ref="dc:type"/>
			<element ref="dc:format"/>
			<element ref="dc:identifier"/>
			<element ref="dc:source"/>
			<element ref="dc:language"/>
			<element ref="dc:relation"/>
			<element ref="dc:coverage"/>
			<element ref="dc:rights"/>
			<!-- <element ref="dc:provenance"/> -->
			<element ref="dif:provenance"/>
			<element ref="dif:status"/> 
			<element ref="dif:date_creation"/> 
			<element ref="dif:date_import"/> 
			<element ref="dif:date_update"/> 
			<element ref="dif:efg_relationEntity"/> 
			<element ref="dif:efg_specificType"/> 
			<element ref="dif:guid"/> 
			<element ref="dif:eu_unstored"/>
			<element ref="dif:eu_type"/>
			<element ref="dif:eu_year"/>
			<element ref="dif:eu_relationIsShownBy"/>
			<element ref="dif:eu_relationIsShownAt"/>
		</choice>
	</complexType>
</schema>
