<?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: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/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_SagsIdentifikator.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_RekvirentIdentifikator.xsd"/>
    <element name="ForespoergPaaSagshaendelserInputStruktur" type="BPEL:ForespoergPaaSagshaendelserInputStrukturType"/>
    <complexType name="ForespoergPaaSagshaendelserInputStrukturType">
        <sequence>
            <element ref="KMS:SagsIdentifikator"/>
            <element ref="SAG:IndsenderIdentifikator" minOccurs="0"/>
            <element ref="SAG:RekvirentIdentifikator" minOccurs="0"/>
        </sequence>
    </complexType>
</schema>