<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns = "http://www.ddb.de/LMERprocess"
	 targetNamespace = "http://www.ddb.de/LMERprocess"
	 xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
	 xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
	 version = "1.2"
	 elementFormDefault = "qualified"
	 xsi:schemaLocation = "http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">

	<!-- LMER: Long-term preservation Metadata for Electronic Resources -->
	<!-- Copyright 2005 Die Deutsche Bibliothek -->

	<xsd:element name = "oldMetadataRecordCreator" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Person oder System, durch den/das die technischen Metadaten des Quellobjekts der Migration erstellt wurden. Notwendig, um oldObjectIdentifier einem System zuzuordnen.</xsd:documentation>
			<xsd:documentation xml:lang = "en">The name of the individual or system responsible for the creation of the preservation metadata information of the source object for the migration. Necessary to understand the context of oldObjectIdentifier.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "oldObjectIdentifier" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Eindeutige Kennung des Quellobjekts der Migration</xsd:documentation>
			<xsd:documentation xml:lang = "en">An internal identifier assigned to the source object for the migration.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "oldObjectVersion" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Die Version des Quellobjekt der Migration</xsd:documentation>
			<xsd:documentation xml:lang = "en">The version of the source object for the migration.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "purpose" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Beschreibung der Ursache fÃ¼r die vorgenommene Ã„nderung</xsd:documentation>
			<xsd:documentation xml:lang = "en">The reason why this Process has been undertaken.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "processCreator" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Person oder System, welcher/s die Ã„nderung vorgenommen hat</xsd:documentation>
			<xsd:documentation xml:lang = "en">The individual or system that carried out the process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "permission" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Person, entweder ein Vorgesetzter des Ã„nderers oder ein Verantwortlicher fÃ¼r das System, welches als Ã„nderer eingetragen wurde</xsd:documentation>
			<xsd:documentation xml:lang = "en">The individual who approved the process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "permissionDate" type = "xsd:dateTime">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Datum (und Zeit) der VerÃ¤nderungsverantwortlichkeit</xsd:documentation>
			<xsd:documentation xml:lang = "en">The date when permission was given to perform the process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "steps">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Beschreibung des genauen Vorgehens bei der VerÃ¤nderung.</xsd:documentation>
			<xsd:documentation xml:lang = "en">A description of the actions performed to initiate and complete the process.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name = "step" minOccurs = "0" maxOccurs = "unbounded">
					<xsd:complexType>
						<xsd:simpleContent>
							<xsd:extension base = "xsd:string">
								<xsd:attribute name = "NUMBER" type = "xsd:positiveInteger"/>
							</xsd:extension>
						</xsd:simpleContent>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "result" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Beschreibung des durch die Ã„nderung erreichten Status</xsd:documentation>
			<xsd:documentation xml:lang = "en">The outcomes of the process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "completionDate" type = "xsd:dateTime">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">Datum (und Zeit) der Erreichung der genannten Ergebnisse</xsd:documentation>
			<xsd:documentation xml:lang = "en">The date and time the process was completed.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name = "comments" type = "xsd:string">
		<xsd:annotation>
			<xsd:documentation xml:lang = "de">ErgÃ¤nzende Kommentare</xsd:documentation>
			<xsd:documentation xml:lang = "en">Any other matter of relevance to preservation involved in the process.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
