Take Product Sample Event Message Example (EPCIS v1.2)

<?xml version="1.0" encoding="UTF-8"?>
<epcis:EPCISDocument xmlns:tl="http://epcis.tracelink.com/ns" xmlns:sbdh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" 
  xmlns:cbvmda="urn:epcglobal:cbv:mda" xmlns:epcis="urn:epcglobal:epcis:xsd:1" schemaVersion="1.2" creationDate="2017-02-20T17:45:20Z">
    <EPCISHeader>
        <sbdh:StandardBusinessDocumentHeader>
            <sbdh:HeaderVersion>1.0</sbdh:HeaderVersion>
            <sbdh:Sender>
                <sbdh:Identifier Authority="GLN">8779891024769</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.0</sbdh:TypeVersion>
                <sbdh:InstanceIdentifier>2019120210090032</sbdh:InstanceIdentifier>
                <sbdh:Type>Events</sbdh:Type>
                <sbdh:CreationDateAndTime>2019-12-02T10:09:32Z</sbdh:CreationDateAndTime>
            </sbdh:DocumentIdentification>
        </sbdh:StandardBusinessDocumentHeader>
    </EPCISHeader>
    <EPCISBody>
        <EventList>
            <ObjectEvent>
                <eventTime>2019-12-02T10:09:32Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:088202.5503022.100000000670</epc>
                </epcList>
                <action>OBSERVE</action>
                <bizStep>https://epcis.tracelink.com/bizStep/sampling</bizStep>
                <disposition>https://epcis.tracelink.com/disp/sampled</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:9997777.02449.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:9997777.02449.0</id>
                </bizLocation>
                <tl:locationId type="GLN">8888882028677</tl:locationId>
                <tl:takeProductSampleEventExtensions>
                    <tl:takeSampleReasonCode>QUALITY_CONTROL</tl:takeSampleReasonCode>
                    <tl:reasonDescription>Released by Quality</tl:reasonDescription>
                    <tl:inspectionCountryCode>US</tl:inspectionCountryCode>
                    <tl:samplingPartyId type="GLN">8888882028677</tl:samplingPartyId>
                </tl:takeProductSampleEventExtensions>
            </ObjectEvent>
        </EventList>
    </EPCISBody>
</epcis:EPCISDocument>