<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (c) 2020 Riege Software International. All rights reserved.
  Use is subject to license terms.
-->
<documentMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns="http://dtd.riege.com/scope/document" xsi:schemaLocation="http://dtd.riege.com/scope/document ../../schemas/scope_document-2.3.xsd" schemaVersion="2.3">
  <messageHeader messageCreation="2020-01-08T14:49:45+01:00">
    <!-- Organization code of the sending Scope organization: -->
    <sender>RSI</sender>
    <recipient>RECIPIENT_CODE</recipient>
    <!-- Generated ID to uniquely identify this message -->
    <messageId>123456789</messageId>
  </messageHeader>
  <document documentId="13804712098437129083741" version="1" mimeType="application/pdf">
    <!-- Time of document creation in Scope -->
    <time>2020-01-01T01:18:33+01:00</time>
    <refs>
      <!--
        A list of references is transmitted as far as the references are available. 
        For quotation documents we typically have the following references:
        * offerNumber: The quotation number given by Scope
      -->
      <entityId idType="offerNumber">Q10001446</entityId>
    </refs>
    <!--
      Name under which Scope stores the file in its database. Only provided as one means to match
      the message back to the original file in Scope.

      Beware:
      * THERE IS NO GUARANTEE AS TO THE FORMAT OF THE FILENAME OR INFORMATION CONTAINED IN IT!
      * IT CAN CHANGE WITHOUT NOTICE BETWEEN RE-TRANSMISSIONS OR IN GENERAL!
      * THERE IS NO GUARANTEE REGARDING UNIQUENESS!
    -->
    <fileName>Offerte_Q10001446.pdf</fileName>
    <content>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB
      O0lEQVQ4ja2RsU7CYBDHf1cLg5tJERcH3XTQwWjcNFoTH0FZeAUTF+MTuOkjuMlkGBmKEZ3UOLgo
      D2CIUkyYSkKh59BWmhIJUX7T3X3/7393OXFv2CKFBHiWzRNA+54Z32cFQPo0rT3eAL5qzAd9Fk2U
      27SBCnVgCaDvs4FSAVCDEnAIoD0KwJmR/jwObpU7hbwIm+agLV2E6yhuxOVelw8jQwlAlGbLoRgo
      ayI8Wzs8DAwEL7cbjpckv89LPHbLoajCpSTe/7RCEhO4iMbrjKF/Tehr/20+GcStcg6gSmfW5nSU
      uOWwrkIBwhUsm7IJHAGI0IbRBsByrNfwFOWJXCFEmXYdrqKskbM5BvissGqYnERdF343ELLAQZTV
      ITQws8wF+lMfYgIrCNvpogR4cTyV4THwhzUZ5R3gGymvYOl32TAlAAAAAElFTkSuQmCC
    </content>
    <!-- The document type indicates that the document was created by Scope -->
    <documentType>scopeDocument</documentType>
    <!-- 
      The subtype defines the exact type of document. 
      The shown value is just an example and may be subject to change.
    -->
    <subType>quotation</subType>
    <subTypeDescription language="EN">Quotations</subTypeDescription>
    <subTypeDescription language="DE">Offerten</subTypeDescription>
    <additionalInformation>
      <!-- Branch code of the document -->
      <branch>FRA</branch>
      <!-- Clerk who created the document -->
      <userID>clerk</userID>
      <quotation>
        <quotationDate>2023-01-01</quotationDate>
        <shipmentType>seaExportFcl</shipmentType>
        <incoterms>CFR</incoterms>
        <costCenter>SEA</costCenter>
        <validFrom>2023-01-01</validFrom>
        <validTo>2023-01-14</validTo>
      </quotation>
      <parties>
        <!-- Quotatin specific parties -->
        <prospect>
          <customerIdentificationNumber>54321</customerIdentificationNumber>
          <taxID>DE123456789</taxID>
          <debtorAccountNumber>12345</debtorAccountNumber>
          <name>Customer AG</name>
          <street>Börsenstraße 123</street>
          <city>Düsseldorf</city>
          <zip>12345</zip>
          <country>DE</country>
        </prospect>
      </parties>
    </additionalInformation>
  </document>
</documentMessage>
