ESM Void Shipment Message Example (EPCIS v1.2)

<?xml version="1.0" encoding="UTF-8"?>
<epcis:EPCISDocument xmlns:cbvmda="urn:epcglobal:cbv:mda" xmlns:epcis="urn:epcglobal:epcis:xsd:1" xmlns:tl="http://epcis.tracelink.com/ns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sbdh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaVersion="1.2" creationDate="2016-09-18T22:08:02Z">
    <EPCISHeader>
        <sbdh:StandardBusinessDocumentHeader>
            <sbdh:HeaderVersion>1.1</sbdh:HeaderVersion>
            <sbdh:Sender>
                <sbdh:Identifier Authority="GLN">8887771013655</sbdh:Identifier>
            </sbdh:Sender>
            <sbdh:Receiver>
                <sbdh:Identifier Authority="GLN">8779891013658</sbdh:Identifier>
            </sbdh:Receiver>
            <sbdh:DocumentIdentification>
                <sbdh:Standard>EPCglobal</sbdh:Standard>
                <sbdh:TypeVersion>1.1</sbdh:TypeVersion>
                <sbdh:InstanceIdentifier>2019072522090033</sbdh:InstanceIdentifier>
                <sbdh:Type>Events</sbdh:Type>
                <sbdh:CreationDateAndTime>2019-07-25T22:10:53Z</sbdh:CreationDateAndTime>
            </sbdh:DocumentIdentification>
        </sbdh:StandardBusinessDocumentHeader>
    </EPCISHeader>
    <EPCISBody>
        <EventList>
            <ObjectEvent>
                <eventTime>2019-07-25T22:10:53Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc/>
                </epcList>
                <action>OBSERVE</action>
                <bizStep>urn:epcglobal:cbv:bizstep:void_shipping</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:8887777.01384.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:8887777.01384.0</id>
                </bizLocation>
                <bizTransactionList>
                    <bizTransaction type="urn:epcglobal:cbv:btt:desadv">urn:epcglobal:cbv:bt:7777776067344:8047889791</bizTransaction>
                </bizTransactionList>
			<extension>
				<sourceList>
					<source type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:088202.867701.0</source>
				</sourceList>
				<destinationList>
					<destination type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:033333.101365.0</destination>
				</destinationList>
			</extension>
                <tl:locationId type="GLN">8887771013655</tl:locationId>
                <tl:voidEventExtensions>
					<tl:deliveryDirection>Sent</tl:deliveryDirection>
                    <tl:partnerId type="GLN">8887771013655</tl:partnerId>
                    <tl:transactionDate>2019-07-25</tl:transactionDate>
                    <tl:orderCancelled>false</tl:orderCancelled>
                    <tl:changeReasonCode>DamagedInTransit</tl:changeReasonCode>
                    <tl:reasonDescription>Delivery truck was involved in an accident and product was damaged. New delivery will be sent.</tl:reasonDescription>
                </tl:voidEventExtensions>
            </ObjectEvent>
        </EventList>
    </EPCISBody>
</epcis:EPCISDocument>