Deactivate Event Message Example (EPCIS v1.2)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epcis:EPCISDocument xmlns:epcis="urn:epcglobal:epcis:xsd:1" xmlns:tl="http://epcis.tracelink.com/ns" xmlns:sbdh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:epcglobal="urn:epcglobal:xsd:1" schemaVersion="1.2" creationDate="2017-06-30T19:12:53Z">
    <EPCISHeader>
        <sbdh:StandardBusinessDocumentHeader>
            <sbdh:HeaderVersion>1.0</sbdh:HeaderVersion>
            <sbdh:Sender>
                <sbdh:Identifier Authority="GLN">8779891013658</sbdh:Identifier>
            </sbdh:Sender>
            <sbdh:Receiver>
                <sbdh:Identifier Authority="GLN">6667771013655</sbdh:Identifier>
            </sbdh:Receiver>
            <sbdh:DocumentIdentification>
                <sbdh:Standard>EPCglobal</sbdh:Standard>
                <sbdh:TypeVersion>1.0</sbdh:TypeVersion>
                <sbdh:InstanceIdentifier>2019120209350032</sbdh:InstanceIdentifier>
                <sbdh:Type>Events</sbdh:Type>
                <sbdh:CreationDateAndTime>2019-12-02T09:35:32</sbdh:CreationDateAndTime>
            </sbdh:DocumentIdentification>
        </sbdh:StandardBusinessDocumentHeader>
        <extension>
            <EPCISMasterData>
                <VocabularyList>
                    <Vocabulary type="urn:epcglobal:epcis:vtype:Location">
                        <VocabularyElementList>
                            <!-- SourceList owning_party (sold from business party) -->
                            <VocabularyElement id="urn:epc:id:sgln:088202.867701.0">
                                <attribute id="http://epcis.tracelink.com/mda/additionalPartyIdentificationValue">712333444</attribute>
                                <attribute id="http://epcis.tracelink.com/mda/additionalPartyIdentificationTypeCode">DEA</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#name">Clara Manufacturing</attribute>
                                <attribute id="http://epcis.tracelink.com/mda/businessClassification">MANUFACTURER</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#streetAddressOne">10 Welsh St</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#city">Malden</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#state">MA</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#postalCode">02148</attribute>
                                <attribute id="urn:epcglobal:cbv:mda#countryCode">US</attribute>
                                <attribute id="http://epcis.tracelink.com/mda/AddressObjectGUID">ClaraAddressObjGUID_123</attribute>
                                <attribute id="http://epcis.tracelink.com/mda/HouseGUID">ClaraHouseGUID_456</attribute>
                            </VocabularyElement>
                        </VocabularyElementList>
                    </Vocabulary>
                </VocabularyList>
            </EPCISMasterData>
        </extension>		
    </EPCISHeader>
    <EPCISBody>
        <EventList>
            <ObjectEvent>
                <eventTime>2019-12-02T09:35:32Z</eventTime>
                <eventTimeZoneOffset>-05:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:068202.0401034.11220207027000</epc>
                    <epc>urn:epc:id:sgtin:068202.0401034.11220207027001</epc>
                    <epc>urn:epc:id:sgtin:068202.5401034.11220207027002</epc>
                </epcList>
                <action>DELETE</action>
                <bizStep>http://epcis.tracelink.com/bizstep/deactivating</bizStep>
                <disposition>http://epcis.tracelink.com/disp/deactivated</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:9997777.01994.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6667771.01365.0</id>
                </bizLocation>
                <tl:deactivateEventExtensions>
                    <tl:transactionDate>2019-12-02</tl:transactionDate>
                    <tl:marketCountryCode>US</tl:marketCountryCode>
                    <tl:businessPartyInfo>
                        <tl:businessId type="GLN">8779891013658</tl:businessId>
                        <tl:businessClassification>MANUFACTURER</tl:businessClassification>
                        <tl:BusinessPartyDetail>
                            <tl:businessName>Clara Manufacturing</tl:businessName>
                            <tl:street1>10 Welsh St</tl:street1>
                            <tl:city>Malden</tl:city>
                            <tl:stateOrRegion>MA</tl:stateOrRegion>
                            <tl:postalCode>02148</tl:postalCode>
                            <tl:country>US</tl:country>
                        </tl:BusinessPartyDetail>
                    </tl:businessPartyInfo>
                    <tl:warehouseOperatorName>Kate Murphy</tl:warehouseOperatorName>
                    <tl:decommissionReasonCode>DAMAGED</tl:decommissionReasonCode>
                    <tl:reasonDescription>Defect from production</tl:reasonDescription>
                </tl:deactivateEventExtensions>
            </ObjectEvent>
        </EventList>
    </EPCISBody>
</epcis:EPCISDocument>