<?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>airExport</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:partner>
                <cdt:identifier>e4033c0c-43eb-4155-a7d7-a6ec68df0677</cdt:identifier>
            </cdt:partner>
            <cdt:contact>
                <cdt:name>Sandra Schneider</cdt:name>
                <cdt:emailAddress>s.schneider@sport-iq-logic.de</cdt:emailAddress>
            </cdt:contact>
        </q:prospect>
        <q:consignee>
            <cdt:address>
                <cdt:name>Toy Company Inc.</cdt:name>
                <cdt:street>3000 East Mariposa Avenue</cdt:street>
                <cdt:city>New York</cdt:city>
                <cdt:zip>10007</cdt:zip>
                <cdt:state>NY</cdt:state>
                <cdt:country>US</cdt:country>
            </cdt:address>
        </q:consignee>
        <q:departure>
            <q:iataCode>AMS</q:iataCode>
        </q:departure>
        <q:destination>
            <q:iataCode>JFK</q:iataCode>
        </q:destination>
        <q:placeOfDelivery>
            <q:unlocode>USNYC</q:unlocode>
            <q:name>New York</q:name>
            <q:zip>10007</q:zip>
            <q:state>NY</q:state>
        </q:placeOfDelivery>
        <q:incoTerms>EXW</q:incoTerms>
        <q:movementScope>door2Port</q:movementScope>
        <q:packageType>PALLET</q:packageType>
        <q:totalPieces>1</q:totalPieces>
        <q:totalGrossWeight unit="kg">100</q:totalGrossWeight>
        <q:totalVolume unit="m3">1</q:totalVolume>
        <q:totalChargeableWeight unit="kg">166.667</q:totalChargeableWeight>
        <q:latestShippingDate>2024-04-20</q:latestShippingDate>
        <q:sentQuoteBefore>2024-04-14</q:sentQuoteBefore>
    </q:general>
    <q:calculation>
        <q:currency>EUR</q:currency>
        <q:shipmentScope>
            <q:orderType>pickup</q:orderType>
            <q:orderType>exportHandling</q:orderType>
            <q:orderType>mainCarriageAir</q:orderType>
        </q:shipmentScope>
    </q:calculation>
    <q:validFrom>2026-04-13</q:validFrom>
    <q:validTo>2026-04-20</q:validTo>
    <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>
