<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.dkma.dk/medicinecard-statistics/xml.schema/2025/07/01" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.dkma.dk/medicinecard-statistics/xml.schema/2025/07/01" targetNamespace="http://www.dkma.dk/medicinecard-statistics/xml.schema/2025/07/01">
  <wsdl:types>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.dkma.dk/medicinecard-statistics/xml.schema/2025/07/01">

    <xs:element name="GetUpdatedPatientsRequest">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="Start" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="End" type="xs:dateTime"/>
                <xs:element default="0" minOccurs="0" name="Offset" type="xs:int"/>
                <xs:element default="0" minOccurs="0" name="Limit" type="xs:int"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>

    <xs:element name="GetUpdatedPatientsResponse">
        <xs:complexType>
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="PersonIdentifier" type="tns:PersonIdentifierType"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>

    <xs:element name="GetMedicineCardRequest">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="PersonIdentifier" type="tns:PersonIdentifierType"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>

    <xs:element name="GetMedicineCardResponse">
        <xs:complexType>
            <xs:sequence>
                <xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>

    <xs:complexType name="PersonIdentifierType">
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="source" type="tns:IdentifierSourceType" use="required"/>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>

    <xs:simpleType name="IdentifierSourceType">
        <xs:restriction base="xs:string">
            <xs:enumeration value="CPR"/>
            <xs:enumeration value="X-eCPR"/>
        </xs:restriction>
    </xs:simpleType>

</xs:schema>
  </wsdl:types>
  <wsdl:message name="GetMedicineCardResponse">
    <wsdl:part element="tns:GetMedicineCardResponse" name="GetMedicineCardResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="GetUpdatedPatientsResponse">
    <wsdl:part element="tns:GetUpdatedPatientsResponse" name="GetUpdatedPatientsResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="GetUpdatedPatientsRequest">
    <wsdl:part element="tns:GetUpdatedPatientsRequest" name="GetUpdatedPatientsRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="GetMedicineCardRequest">
    <wsdl:part element="tns:GetMedicineCardRequest" name="GetMedicineCardRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="StatisticsPort">
    <wsdl:operation name="GetMedicineCard">
      <wsdl:input message="tns:GetMedicineCardRequest" name="GetMedicineCardRequest">
    </wsdl:input>
      <wsdl:output message="tns:GetMedicineCardResponse" name="GetMedicineCardResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUpdatedPatients">
      <wsdl:input message="tns:GetUpdatedPatientsRequest" name="GetUpdatedPatientsRequest">
    </wsdl:input>
      <wsdl:output message="tns:GetUpdatedPatientsResponse" name="GetUpdatedPatientsResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="StatisticsPortSoap11" type="tns:StatisticsPort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="GetMedicineCard">
      <soap:operation soapAction=""/>
      <wsdl:input name="GetMedicineCardRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="GetMedicineCardResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUpdatedPatients">
      <soap:operation soapAction=""/>
      <wsdl:input name="GetUpdatedPatientsRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="GetUpdatedPatientsResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="StatisticsPortService">
    <wsdl:port binding="tns:StatisticsPortSoap11" name="StatisticsPortSoap11">
      <soap:address location="https://test1-statistik.fmk.netic.dk:80/ws"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>