Message Examples
The Message Example section offers a fully populated message example, including sample data:
Line numbers and syntax highlights are only available in the online version of the guide.
Example

<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" creationDate="2014-02-28T19:12:53Z"> <EPCISHeader> <sbdh:StandardBusinessDocumentHeader> <sbdh:HeaderVersion>1.0</sbdh:HeaderVersion> <sbdh:Sender> <sbdh:Identifier Authority="GLN">81100001014507</sbdh:Identifier> </sbdh:Sender> <sbdh:Receiver> <sbdh:Identifier Authority="GLN">0614141123452</sbdh:Identifier> </sbdh:Receiver> <sbdh:DocumentIdentification> <sbdh:Standard>EPCglobal</sbdh:Standard> <sbdh:TypeVersion>1.0</sbdh:TypeVersion> <sbdh:InstanceIdentifier>2015-01-09</sbdh:InstanceIdentifier> <sbdh:Type>Events</sbdh:Type> <sbdh:CreationDateAndTime>2015-01-09T19:12:53</sbdh:CreationDateAndTime> </sbdh:DocumentIdentification> </sbdh:StandardBusinessDocumentHeader> </EPCISHeader> <EPCISBody> <EventList> <ObjectEvent> <eventTime>2015-01-09T08:30:21Z</eventTime> <eventTimeZoneOffset>-05:00</eventTimeZoneOffset> <epcList> <epc>urn:epc:id:sgtin:068202.0401034.11220207026272</epc> <epc>urn:epc:id:sgtin:068202.0401034.15870395191309</epc> <epc>urn:epc:id:sgtin:068202.5401034.40000000000019</epc> </epcList> <action>ADD</action> <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep> <disposition>urn:epcglobal:cbv:disp:active</disposition> <readPoint> <id>urn:epc:id:sgln:8888882.02867.0</id> </readPoint> <bizLocation> <id>urn:epc:id:sgln:8888882.02867.0</id> </bizLocation> <tl:commissionEventExtensions> <tl:packagingLevel>CA</tl:packagingLevel> <tl:epcAttributes epc="urn:epc:id:sgtin:068202.0401034.11220207026272"> <tl:barcodeContent>(01)50682020401034(21)11220207026272</tl:barcodeContent> </tl:epcAttributes> <tl:plantLocationId>12345</tl:plantLocationId> <tl:productionLineId>Line24</tl:productionLineId> <tl:lineManagerName>John Smith</tl:lineManagerName> <tl:itemDetail> <tl:internalMaterialCode>100234</tl:internalMaterialCode> <tl:packagingItemCode type="GTIN-14">50300694220667</tl:packagingItemCode> <tl:countryDrugCode type="US_NDC442">0069-4220-66</tl:countryDrugCode> <tl:lot>ABC123</tl:lot> <tl:expiry>2017-12-31</tl:expiry> <tl:manufacturingDate>2015-12-31</tl:manufacturingDate> </tl:itemDetail> <tl:referenceDocuments> <tl:poNumber>1001764</tl:poNumber> <tl:poLine>001</tl:poLine> <tl:workOrderNumber>1001764-00</tl:workOrderNumber> <tl:referenceIdentifier>A100352</tl:referenceIdentifier> </tl:referenceDocuments> </tl:commissionEventExtensions> </ObjectEvent> </EventList> </EPCISBody> </epcis:EPCISDocument>
Copy and Paste Instructions

- Create a blank text file and it save locally.
- Navigate to the message sample within the appropriate API Guide.
- Select the Copy to Clipboard icon (
).
The Copied to Clipboard icon (
) displays for 2 seconds, indicating that the copy is successful.
- Navigate to the first row of the saved text file and select Paste.
The message example's structure is maintained.
Syntax highlights will not reflect unless enabled in the file editor.