<?xml version="1.0" encoding="UTF-8"?>
<!-- This file is part of the CERIF2008 - 1.2 release, developed by the CERIF Taskgroup -->
<!-- For more information about CERIF and euroCRIS see http://www.eurocris.org/ -->
<xs:schema targetNamespace="http://www.eurocris.org/Uploads/Web%20pages/CERIF2008/Release_1.2/XML-SCHEMAS/cfQual-2ND" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.eurocris.org/Uploads/Web%20pages/CERIF2008/Release_1.2/XML-SCHEMAS/cfQual-2ND">
	<xs:element name="CERIF">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="cfQual" 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="cfQual">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="cfQualId"/>
				<xs:element ref="cfURI" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="cfQualId" type="cfQualIdType"/>
	<xs:element name="cfURI" type="cfURIType"/>
	<xs:simpleType name="cfQualIdType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="128"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="cfURIType">
		<xs:restriction base="xs:string">
			<xs:maxLength value="128"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
