<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://kofoed.no/xmlns/exchange/default" xmlns:nor="http://kofoed.no/xmlns/exchange/nor" xmlns:local="http://kofoed.no/xmlns/exchange/local" xmlns:marc21="info:lc/xmlns/marcxchange-v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://kofoed.no/xmlns/exchange/default">
	<xs:import namespace="info:lc/xmlns/marcxchange-v1" schemaLocation="http://www.loc.gov/standards/iso25577/marcxchange-1-1.xsd"/>
	<xs:import namespace="http://kofoed.no/xmlns/exchange/nor" schemaLocation="http://kofoed.no/marc21/exchange-nor-03.xsd"/>
	<xs:import namespace="http://kofoed.no/xmlns/exchange/local" schemaLocation="http://kofoed.no/marc21/exchange-local-03.xsd"/>
	<xs:element name="collection" type="collectionType" nillable="true" id="collection.e"/>
	<xs:complexType name="collectionType" id="collection.ct">
		<xs:sequence minOccurs="0" maxOccurs="unbounded">
			<xs:element ref="compRecord"/>
		</xs:sequence>
		<xs:attribute name="id" type="idDataType" use="optional"/>
	</xs:complexType>
	<xs:element name="compRecord">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="marc21:record"/>
				<xs:element ref="nor:record" minOccurs="0"/>
				<xs:element ref="local:record" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="description" type="xs:string" use="optional"/>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="idDataType" id="id.st">
		<xs:restriction base="xs:ID"/>
	</xs:simpleType>
</xs:schema>
