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:gs1ushc="http://epcis.gs1us.org/hc/ns"
 					       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-20T17:45:20.0Z">
	<EPCISHeader>
    		  <sbdh:StandardBusinessDocumentHeader>
			<sbdh:HeaderVersion>1.0</sbdh:HeaderVersion>
			<sbdh:Sender>   
			   <sbdh:Identifier Authority="GLN">088202.867701.0</sbdh:Identifier>
				</sbdh:Sender>
			<sbdh:Receiver>
			 	<sbdh:Identifier Authority="GLN">0333331013655</sbdh:Identifier>
			</sbdh:Receiver>
			<sbdh:DocumentIdentification>
				<sbdh:Standard>EPCglobal</sbdh:Standard>
				<sbdh:TypeVersion>1.0</sbdh:TypeVersion>
				<sbdh:InstanceIdentifier>201702201745200001</sbdh:InstanceIdentifier>
				<sbdh:Type>Events</sbdh:Type>
				<sbdh:CreationDateAndTime>2017-02-20T17:45:20Z</sbdh:CreationDateAndTime>
		          </sbdh:DocumentIdentification>
		</sbdh:StandardBusinessDocumentHeader>
	</EPCISHeader>
		<EPCISBody>
			<EventList>
				<ObjectEvent>
					<eventTime>2016-09-18T22:08:02Z</eventTime>
					<eventTimeZoneOffset>+00: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:7777776.67345.0</id>
					</readPoint>
					<bizLocation>
						<id>urn:epc:id:sgln:7777776.67345.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>
							<source type="urn:epcglobal:cbv:sdt:location">http://epcis.gs1us.org/hc/dea/loc/10023141</source>
						</sourceList>
						<destinationList>
							<destination type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:033333.101365.0</destination>
							<destination type="urn:epcglobal:cbv:sdt:location">http://epcis.gs1us.org/hc/dea/loc/12345678</destination>
						</destinationList>
					</extension>
					<tl:locationId type="GLN">7777776067344</tl:locationId>
					<tl:voidEventExtensions>
						<tl:deliveryDirection>Sent</tl:deliveryDirection>
						<tl:partnerId type="GLN">8888882028677</tl:partnerId>
						<tl:transactionDate>2016-07-14</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>