<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:SAG="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/"
    xmlns:BPEL="http://rep.oio.dk/kms.dk/miniMAKS/BPEL/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">
    <include schemaLocation="BPEL_SoapRequestFilnavn.xsd"/>
    <import namespace="http://rep.oio.dk/kms.dk/miniMAKS/SAG/xml/schemas/yyyy/mm/dd/" schemaLocation="SAG_SagStruktur.xsd"/>
    <element name="IndsendSagMiniInputStruktur" type="BPEL:IndsendSagMiniInputStrukturType"/>
	<complexType name="IndsendSagMiniInputStrukturType">
		<sequence>
			<element ref="SAG:MiniSagStruktur"/>
			<element minOccurs="0" ref="BPEL:SoapRequestFilnavn"/>
		</sequence>
	</complexType>
</schema>