Take Product Sample 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">8779891013658</sbdh:Identifier>
            </sbdh:Sender>
            <sbdh:Receiver>
                <sbdh:Identifier Authority="GLN">8811891013778</sbdh:Identifier>
            </sbdh:Receiver>
            <sbdh:DocumentIdentification>
                <sbdh:Standard>EPCglobal</sbdh:Standard>
                <sbdh:TypeVersion>1.0</sbdh:TypeVersion>
                <sbdh:InstanceIdentifier>201907251745200001</sbdh:InstanceIdentifier>
                <sbdh:Type>Events</sbdh:Type>
                <sbdh:CreationDateAndTime>2019-07-25T21:57:20Z</sbdh:CreationDateAndTime>
            </sbdh:DocumentIdentification>
        </sbdh:StandardBusinessDocumentHeader>
    </EPCISHeader>
    <EPCISBody>
        <EventList>
            <ObjectEvent>
                <eventTime>2019-07-25T21:57:20Z</eventTime>
                <eventTimeZoneOffset>-05:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:068202.0401034.11220207024596</epc>
                </epcList>
                <action>OBSERVE</action>
                <bizStep>http://epcis.tracelink.com/bizstep/sampling</bizStep>
                <disposition>http://epcis.tracelink.com/disp/sampled</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:9297187.01994.0</id>
                </readPoint>
                <bizLocation>
                    <id/>
                </bizLocation>
                <tl:locationId type="GLN">8811891013778</tl:locationId>
                <tl:takeProductSampleEventExtensions>
                    <tl:takeSampleReasonCode>SELECTIVE_CONTROL</tl:takeSampleReasonCode>
                    <tl:reasonDescription>Released by Quality</tl:reasonDescription>
                    <tl:inspectionCountryCode>US</tl:inspectionCountryCode>
                    <tl:samplingPartyId type="GLN">8811891013778</tl:samplingPartyId>
                </tl:takeProductSampleEventExtensions>
            </ObjectEvent>
        </EventList>
    </EPCISBody>
</epcis:EPCISDocument>