<?xml version="1.0" encoding="UTF-8"?>
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2">
  <ID>MK-2026-114</ID>
  <IssueDate>2026-02-05</IssueDate>
  <DocumentCurrencyCode>EUR</DocumentCurrencyCode>
  <AccountingSupplierParty>
    <Party>
      <PartyName><Name>Mayer Kuechen</Name></PartyName>
    </Party>
  </AccountingSupplierParty>
  <AccountingCustomerParty>
    <Party>
      <PartyName><Name>Café Lindenhof</Name></PartyName>
    </Party>
  </AccountingCustomerParty>
  <InvoiceLine>
    <ID>1</ID>
    <Note>Wartung Siebtraeger-Espressomaschine, Pauschale</Note>
    <LineExtensionAmount currencyID="EUR">140.00</LineExtensionAmount>
  </InvoiceLine>
  <LegalMonetaryTotal>
    <TaxInclusiveAmount currencyID="EUR">166.60</TaxInclusiveAmount>
  </LegalMonetaryTotal>
</Invoice>
