<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
	xmlns:BPEL="http://rep.oio.dk/kms.dk/miniMAKS/BPEL/xml/schemas/yyyy/mm/dd/"
	xmlns:BASIS="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/"
	xmlns:SAG="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
	xmlns:KMS="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/"
	targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/BPEL/xml/schemas/yyyy/mm/dd/"
	elementFormDefault="qualified" attributeFormDefault="qualified"	xml:lang="DA">
	<import	namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_RekvirentIdentifikator.xsd" />
	<import	namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_IndsenderIdentifikator.xsd" />
	<import	namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_RekvirentRefIndentifikator.xsd" />
	<import	namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_Journalnr.xsd" />
	<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_Kommentar.xsd" />
	<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_Sagskategori.xsd" />
	<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" schemaLocation="BASIS_MatrikelbetegnelseSamling.xsd" />
	<element name="OpretSagInputStruktur" type="BPEL:OpretSagInputStrukturType" />
	<complexType name="OpretSagInputStrukturType">
		<sequence>
			<element ref="SAG:RekvirentIdentifikator" />
			<element ref="SAG:IndsenderIdentifikator" />
			<element ref="SAG:RekvirentRefIdentifikator" />
			<element ref="KMS:Journalnr"/>
			<element ref="SAG:Kommentar" />
			<element ref="SAG:Sagskategori" />
			<element ref="BASIS:MatrikelbetegnelseSamling"/>
		</sequence>
	</complexType>
</schema>