<?xml version="1.0" encoding="UTF-8"?>
<q:quotationOption 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"
                   xmlns:cfdt="http://dtd.riege.com/scope/webservices/commonFinanceDataTypes-v1"
                   xsi:schemaLocation="http://dtd.riege.com/scope/webservices/quotation-v1 http://dtd.riege.com/scope/webservices/quotation-v1.xsd">
    <q:label>Option 1</q:label>
    <q:mainCarriage>
        <q:carrier>
            <q:sea>
                <q:scac>MSCU</q:scac>
            </q:sea>
        </q:carrier>
        <q:carrierAgent>
            <cdt:identifier>1d0a844c-5b17-4a3f-aae3-9f09241cce5a</cdt:identifier>
        </q:carrierAgent>
    </q:mainCarriage>
    <q:delivery>
        <q:carrier>
            <q:road>
                <cdt:identifier>1a43e2f7-2687-4f4d-8676-accd595e46ed</cdt:identifier>
            </q:road>
        </q:carrier>
        <q:conveyanceType>road</q:conveyanceType>
    </q:delivery>
    <q:jobcostingEntries>
        <q:jobcostingEntry>
            <q:orderType>pickup</q:orderType>
            <q:chargeType>
                <!-- Transport -->
                <cdt:identifier>3b56c362-611c-432a-9bf3-70f333603651</cdt:identifier>
            </q:chargeType>
            <q:incomeConstructions>
                <q:incomeConstruction>
                    <cfdt:type>rate</cfdt:type>
                    <cfdt:basis>containerType</cfdt:basis>
                    <cfdt:method>proportional</cfdt:method>
                    <cfdt:baseValue>1</cfdt:baseValue>
                    <cfdt:containerTypeCode>40GP</cfdt:containerTypeCode>
                    <cfdt:rate>1100</cfdt:rate>
                    <cfdt:baseUnits>1</cfdt:baseUnits>
                    <cfdt:result>1100</cfdt:result>
                    <cfdt:currency>EUR</cfdt:currency>
                </q:incomeConstruction>
            </q:incomeConstructions>
            <q:incomeAmount currency="EUR">1100</q:incomeAmount>
        </q:jobcostingEntry>
        <q:jobcostingEntry>
            <q:orderType>pickup</q:orderType>
            <q:chargeType>
                <!-- Fuel surcharges -->
                <cdt:identifier>8f151303-3fb9-4067-9fc3-fc82af278606</cdt:identifier>
            </q:chargeType>
            <q:incomeAmount currency="EUR">100</q:incomeAmount>
        </q:jobcostingEntry>
        <q:jobcostingEntry>
            <q:orderType>exportHandling</q:orderType>
            <q:chargeType>
                <!-- Terminal handling charges -->
                <cdt:identifier>b928c10f-03ab-49ed-9db0-c68cb54b1937</cdt:identifier>
            </q:chargeType>
            <q:incomeConstructions>
                <q:incomeConstruction>
                    <cfdt:type>rate</cfdt:type>
                    <cfdt:basis>containerType</cfdt:basis>
                    <cfdt:method>proportional</cfdt:method>
                    <cfdt:baseValue>1</cfdt:baseValue>
                    <cfdt:containerTypeCode>40GP</cfdt:containerTypeCode>
                    <cfdt:rate>250</cfdt:rate>
                    <cfdt:baseUnits>1</cfdt:baseUnits>
                    <cfdt:result>250</cfdt:result>
                    <cfdt:currency>EUR</cfdt:currency>
                </q:incomeConstruction>
            </q:incomeConstructions>
            <q:incomeAmount currency="EUR">250</q:incomeAmount>
        </q:jobcostingEntry>
        <q:jobcostingEntry>
            <q:orderType>mainCarriageSea</q:orderType>
            <q:chargeType>
                <!-- Ocean freight -->
                <cdt:identifier>3d28406e-270d-4ec7-992d-16ebb115e975</cdt:identifier>
            </q:chargeType>
            <q:incomeConstructions>
                <q:incomeConstruction>
                    <cfdt:type>rate</cfdt:type>
                    <cfdt:basis>containerType</cfdt:basis>
                    <cfdt:method>proportional</cfdt:method>
                    <cfdt:baseValue>1</cfdt:baseValue>
                    <cfdt:containerTypeCode>40GP</cfdt:containerTypeCode>
                    <cfdt:rate>800</cfdt:rate>
                    <cfdt:baseUnits>1</cfdt:baseUnits>
                    <cfdt:result>800</cfdt:result>
                    <cfdt:currency>USD</cfdt:currency>
                </q:incomeConstruction>
            </q:incomeConstructions>
            <q:incomeAmount currency="USD">800</q:incomeAmount>
            <q:incomeExchangeRate baseCurrency="USD" targetCurrency="EUR"
                                  mathematicOperator="divide"
                                  units="1">1.13856</q:incomeExchangeRate>
        </q:jobcostingEntry>
        <q:jobcostingEntry>
            <q:orderType>mainCarriageSea</q:orderType>
            <q:chargeType>
                <!-- Bunker adjustment factor -->
                <cdt:identifier>3d28406e-270d-4ec7-992d-16ebb115e975</cdt:identifier>
            </q:chargeType>
            <q:incomeConstructions>
                <q:incomeConstruction>
                    <cfdt:type>rate</cfdt:type>
                    <cfdt:basis>containerTeu</cfdt:basis>
                    <cfdt:method>proportional</cfdt:method>
                    <cfdt:baseValue>2</cfdt:baseValue>
                    <cfdt:rate>200</cfdt:rate>
                    <cfdt:baseUnits>1</cfdt:baseUnits>
                    <cfdt:result>400</cfdt:result>
                    <cfdt:currency>USD</cfdt:currency>
                </q:incomeConstruction>
            </q:incomeConstructions>
            <q:incomeAmount currency="USD">400</q:incomeAmount>
            <q:incomeExchangeRate baseCurrency="USD" targetCurrency="EUR"
                                  mathematicOperator="divide"
                                  units="1">1.13856
            </q:incomeExchangeRate>
        </q:jobcostingEntry>
    </q:jobcostingEntries>
</q:quotationOption>

