<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by DFKI gGmbH Saarbruecken (DFKI gGmbH Saarbruecken) -->
<!-- This file is part of the CERIF2006 - 1.1 release, developed by euroCRIS -->
<!-- For more information about CERIF and euroCRIS see http://www.eurocris.org/ -->
<xs:schema targetNamespace="http://www.eurocris.org/cerif/cfDCRightsHolder-2NDL" xmlns="http://www.eurocris.org/cerif/cfDCRightsHolder-2NDL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="CERIF">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="cfDCRightsHolder" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="release" type="xs:string" use="required"/>
			<xs:attribute name="date" type="xs:date" use="required"/>
			<xs:attribute name="sourceDatabase" type="xs:string" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="cfDCRightsHolder">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="cfDCId"/>
				<xs:element ref="cfDCScheme"/>
				<xs:element ref="cfDCLangTag"/>
				<xs:element ref="cfDCTrans"/>
				<xs:element ref="cfDCType" minOccurs="0"/>
				<xs:element ref="cfDCValue" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="cfDCId" type="cfDCIdType"/>
	<xs:element name="cfDCScheme" type="cfDCSchemeType"/>
	<xs:element name="cfDCLangTag" type="cfDCLangTagType"/>
	<xs:element name="cfDCTrans" type="cfDCTransType"/>
	<xs:element name="cfDCType" type="cfDCTypeType"/>
	<xs:element name="cfDCValue" type="xs:string"/>
	<xs:simpleType name="cfDCIdType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="32"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="cfDCSchemeType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="32"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="cfDCLangTagType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="cfDCTransType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="cfDCTypeType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
