Skip to content

Instantly share code, notes, and snippets.

@michalmikolajczyk
Created June 15, 2018 12:26
Show Gist options
  • Save michalmikolajczyk/f5913d506763f9c9af3bb58708529e19 to your computer and use it in GitHub Desktop.
Save michalmikolajczyk/f5913d506763f9c9af3bb58708529e19 to your computer and use it in GitHub Desktop.
EPCIS example event
<epcis:EPCISDocument xmlns:epcis="urn:epcglobal:epcis:xsd:1" schemaVersion="1.1" creationDate="2015-04-14T09:33:00.597-04:00">
<EPCISBody>
<EventList>
<ObjectEvent>
<eventTime>2014-03-15T10:11:12.000Z</eventTime>
<eventTimeZoneOffset>-05:00</eventTimeZoneOffset>
<epcList>
<epc>urn:epc:id:sscc:0614141.0123456789</epc>
</epcList>
<action>OBSERVE</action>
<bizStep>urn:epcglobal:cbv:bizstep:shipping</bizStep>
<disposition>urn:epcglobal:cbv:disp:in_transit</disposition>
<readPoint>
<id>urn:epc:id:sgln:0614141.11111.2</id>
</readPoint>
<bizTransactionList>
<bizTransaction type="urn:epcglobal:cbv:btt:po">urn:epcglobal:cbv:bt:5012345678900:1234</bizTransaction>
<bizTransaction type="urn:epcglobal:cbv:btt:inv">urn:epcglobal:cbv:bt:0614141111114:9876</bizTransaction>
</bizTransactionList>
<extension>
<sourceList>
<source type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:0614141.11111.0</source>
</sourceList>
<destinationList>
<destination type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:5012345.67890.0</destination>
</destinationList>
</extension>
</ObjectEvent>
</EventList>
</EPCISBody>
</epcis:EPCISDocument>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment