Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!DOCTYPE project>
  3. <epcis:EPCISDocument xmlns:epcis="urn:epcglobal:epcis:xsd:1"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns:example="http://ns.example.com/epcis"
  6. creationDate="2005-07-11T11:30:47.0Z"
  7. schemaVersion="1.1">
  8. <EPCISBody>
  9. <EventList>
  10. <ObjectEvent>
  11. <eventTime>2005-04-03T20:33:31.116-06:00</eventTime>
  12. <recordTime>2016-04-03T20:33:31.116-06:00</recordTime>
  13. <eventTimeZoneOffset>-06:00</eventTimeZoneOffset>
  14. <epcList>
  15. <epc>(01)80614141123458(21)6789</epc>
  16. <epc>(01)80614141123458(21)6790</epc>
  17. </epcList>
  18. <action>OBSERVE</action>
  19. <bizStep>urn:epcglobal:cbv:bizstep:shipping</bizStep>
  20. <disposition>urn:epcglobal:cbv:disp:in_transit</disposition>
  21. <readPoint>
  22. <id>(414)0614141123452(254)333</id>
  23. </readPoint>
  24. <bizLocation>
  25. <id>urn:epc:id:sgln:0614141.00888.0</id>
  26. </bizLocation>
  27. <bizTransactionList>
  28. <bizTransaction type="urn:epcglobal:cbv:btt:po">http://transaction.acme.com/po/12345678</bizTransaction>
  29. <bizTransaction type="urn:epcglobal:cbv:btt:po">http://transaction.acme.com/po/12345678</bizTransaction>
  30. <bizTransaction type="urn:epcglobal:cbv:btt:po">http://transaction.acme.com/po/12345678</bizTransaction>
  31. </bizTransactionList>
  32. <extension>
  33.  
  34. <ilmd>
  35. <!-- Section, in which the instance/ lot master data referring to the objects indicated
  36. in the outputEPCList are defined.-->
  37. <example:bestBeforeDate>2014-12-10</example:bestBeforeDate>
  38. <!-- The namespace 'example' is just a placeholder for the domain under which the ILMD
  39. attributes are defined (for instance, by a GS1 working group). Meaning: the best before date of
  40. the above GTIN + lot is the 10th December 2014. -->
  41. <example:batch>XYZ</example:batch>
  42. </ilmd>
  43. <quantityList>
  44. <quantityElement>
  45. <epcClass>(01)80614141123458(10)4222</epcClass>
  46. <quantity>200</quantity>
  47. <uom>KGM</uom>
  48. <!-- Meaning: 200 kg of GTIN '04012345123456' belonging to lot '4222' -->
  49. </quantityElement>
  50. <quantityElement>
  51. <epcClass>(01)80614141123458(10)4222</epcClass>
  52. <quantity>201</quantity>
  53. <uom>KGM</uom>
  54. <!-- Meaning: 200 kg of GTIN '04012345123456' belonging to lot '4222' -->
  55. </quantityElement>
  56. </quantityList>
  57. <sourceList>
  58. <source
  59. type="urn:epcglobal:cbv:sdt:possessing_party">urn:epc:id:sgln:4012345.00001.0</source>
  60. <!-- Party which had physical possession at the originating endpoint of the business
  61. transfer, e.g., a forwarder-->
  62. <source
  63. type="urn:epcglobal:cbv:sdt:location">urn:epc:id:sgln:4012345.00225.0</source>
  64. <!-- Physical location of the originating endpoint, e.g., a distribution centre of
  65. the forwarder-->
  66. </sourceList>
  67. <destinationList>
  68. <destination
  69. type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:0614141.00001.0</destination>
  70. <!-- Party which owns the physical objects at the terminating endpoint, e.g., a
  71. retail company -->
  72. <destination
  73. type="urn:epcglobal:cbv:sdt:location">urn:epc:id:sgln:0614141.00777.0</destination>
  74. <!-- Physical location of the terminating endpoint, e.g., a warehouse of the retail
  75. company-->
  76. </destinationList>
  77. </extension>
  78. <userdef>
  79. <first_field>one</first_field>
  80. <sec_field>two</sec_field>
  81. <three>three</three>
  82. </userdef>
  83. <userdef_two>
  84. <first_field>one</first_field>
  85. <sec_field>two</sec_field>
  86. <three>three</three>
  87. </userdef_two>
  88. </ObjectEvent>
  89. </EventList>
  90. </EPCISBody>
  91. </epcis:EPCISDocument>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement