<?xml version="1.0" encoding="UTF-8"?>
<sh:StandardBusinessDocument xmlns:sh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:eanucc="urn:ean.ucc:2" xmlns:order="urn:ean.ucc:order:2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader ../Schemas/sbdh/StandardBusinessDocumentHeader.xsd urn:ean.ucc:2 ../Schemas/OrderResponseProxy.xsd">
    <sh:StandardBusinessDocumentHeader>
        <sh:HeaderVersion>1.0</sh:HeaderVersion>
        <sh:Sender>
            <sh:Identifier Authority="EAN.UCC">4098765000010</sh:Identifier>
            <sh:ContactInformation>
                <sh:Contact>John Doe</sh:Contact>
                <sh:EmailAddress>John_Doe@purchasing.XYZretailer.com</sh:EmailAddress>
                <sh:FaxNumber>+1-212-555-1213</sh:FaxNumber>
                <sh:TelephoneNumber>+1-212-555-2122</sh:TelephoneNumber>
                <sh:ContactTypeIdentifier>Buyer</sh:ContactTypeIdentifier>
            </sh:ContactInformation>
        </sh:Sender>
        <sh:Receiver>
            <sh:Identifier Authority="EAN.UCC">5412345000013</sh:Identifier>
            <sh:ContactInformation>
                <sh:Contact>Mary Smith</sh:Contact>
                <sh:EmailAddress>Mary_Smith@widgets.com</sh:EmailAddress>
                <sh:FaxNumber>+1-312-555-1214</sh:FaxNumber>
                <sh:TelephoneNumber>+1-312-555-2125</sh:TelephoneNumber>
                <sh:ContactTypeIdentifier>Seller</sh:ContactTypeIdentifier>
            </sh:ContactInformation>
        </sh:Receiver>
        <sh:DocumentIdentification>
            <sh:Standard>EAN.UCC</sh:Standard>
            <sh:TypeVersion>2.5</sh:TypeVersion>
            <sh:InstanceIdentifier>100002</sh:InstanceIdentifier>
            <sh:Type>OrderResponse</sh:Type>
            <sh:MultipleType>false</sh:MultipleType>
            <sh:CreationDateAndTime>2003-11-04T10:00:01.000</sh:CreationDateAndTime>
        </sh:DocumentIdentification>
    </sh:StandardBusinessDocumentHeader>
    <eanucc:message>
        <entityIdentification>
            <uniqueCreatorIdentification>MSG-123-20040110</uniqueCreatorIdentification>
            <contentOwner>
                <gln>0012345000359</gln>
            </contentOwner>
        </entityIdentification>
        <order:orderResponse creationDateTime="2003-11-04T10:00:01.000" responseStatusType="MODIFIED" xsi:schemaLocation="urn:ean.ucc:2 ../Schemas/OrderResponseProxy.xsd">
            <responseIdentification>
                <uniqueCreatorIdentification>OR 002508</uniqueCreatorIdentification>
                <contentOwner>
                    <gln>4098765000010</gln>
                </contentOwner>
            </responseIdentification>
            <responseToOriginalDocument referenceDateTime="2003-11-03T09:00:00.000" referenceDocumentType="3" referenceIdentification="PO02109"/>
            <buyer>
                <gln>5412345000013</gln>
            </buyer>
            <seller>
                <gln>4098765000010</gln>
            </seller>
            <orderModification>
                <amendedDateTimeValue>
                    <requestedDeliveryDate>
                        <date>2003-11-10</date>
                    </requestedDeliveryDate>
                </amendedDateTimeValue>
                <orderModificationLineItemLevel>
                    <modifiedOrderInformation number="1">
                        <requestedQuantity>
                            <value>40.00</value>
                            <unitOfMeasure>
                                <measurementUnitCodeValue>PCE</measurementUnitCodeValue>
                            </unitOfMeasure>
                        </requestedQuantity>
                        <tradeItemIdentification>
                            <gtin>40987650000027</gtin>
                        </tradeItemIdentification>
                    </modifiedOrderInformation>
                </orderModificationLineItemLevel>
            </orderModification>
        </order:orderResponse>
    </eanucc:message>
</sh:StandardBusinessDocument>