<?xml version="1.0" encoding="UTF-8"?>
<q:quotation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xmlns:q="http://dtd.riege.com/scope/webservices/quotation-v1"
             xmlns:cdt="http://dtd.riege.com/scope/webservices/commonDataTypes-v1"
             xsi:schemaLocation="http://dtd.riege.com/scope/webservices/quotation-v1 http://dtd.riege.com/scope/webservices/quotation-v1.xsd">
    <q:externalIdentifier>987654321</q:externalIdentifier>
    <q:shipmentType>simpleShipmentRoad</q:shipmentType>
    <q:owner>
        <cdt:identifier>83ea16db-b7b1-45de-b1de-61225aa39e44</cdt:identifier>
    </q:owner>
    <q:salesperson>
        <cdt:identifier>bill.board@scope-cargo.com</cdt:identifier>
    </q:salesperson>
    <q:general>
        <q:prospect>
            <cdt:address>
                <cdt:name>Sport Logic IQ GmbH</cdt:name>
                <cdt:street>Am Gruenhahn 510b</cdt:street>
                <cdt:city>Frankfurt</cdt:city>
                <cdt:zip>60549</cdt:zip>
                <cdt:country>DE</cdt:country>
            </cdt:address>
            <cdt:contact>
                <cdt:name>Sandra Schneider</cdt:name>
                <cdt:emailAddress>s.schneider@sport-iq-logic.de</cdt:emailAddress>
                <cdt:phoneNumber>+49 069 6633164</cdt:phoneNumber>
                <cdt:description>Accounting</cdt:description>
            </cdt:contact>
        </q:prospect>
        <q:shipper>
            <cdt:address>
                <cdt:name>Sport Logic IQ GmbH</cdt:name>
                <cdt:street>Am Gruenhahn 510b</cdt:street>
                <cdt:city>Frankfurt</cdt:city>
                <cdt:zip>60549</cdt:zip>
                <cdt:country>DE</cdt:country>
            </cdt:address>
        </q:shipper>
        <q:consignee>
            <cdt:address>
                <cdt:name>Spandix Glam GmbH</cdt:name>
                <cdt:street>Am Wehrhahn 413</cdt:street>
                <cdt:city>Hamburg</cdt:city>
                <cdt:zip>20015</cdt:zip>
                <cdt:country>DE</cdt:country>
            </cdt:address>
        </q:consignee>
        <q:placeOfReceipt>
            <q:unlocode>DEFRA</q:unlocode>
            <q:name>Frankfurt</q:name>
            <q:zip>60549</q:zip>
        </q:placeOfReceipt>
        <q:departure>
            <q:unlocode>DEFRA</q:unlocode>
        </q:departure>
        <q:destination>
            <q:unlocode>DEHAM</q:unlocode>
        </q:destination>
        <q:placeOfDelivery>
            <q:unlocode>DEHAM</q:unlocode>
            <q:name>Hamburg</q:name>
            <q:zip>20015</q:zip>
        </q:placeOfDelivery>
        <q:incoTerms>CFR</q:incoTerms>
        <q:packageType>CT</q:packageType>
        <q:totalPieces>11</q:totalPieces>
        <q:totalGrossWeight unit="kg">120</q:totalGrossWeight>
        <q:totalVolume unit="m3">0.285</q:totalVolume>
        <q:totalChargeableWeight unit="kg">120</q:totalChargeableWeight>
        <q:loadingMetres>0.44</q:loadingMetres>
        <q:natureOfGoods>Spare parts</q:natureOfGoods>
    </q:general>
    <q:internalNotes>
        <q:note>
            <cdt:priority>medium</cdt:priority>
            <cdt:visibility>branch</cdt:visibility>
            <cdt:content>Handle with care!</cdt:content>
        </q:note>
    </q:internalNotes>
</q:quotation>
