
/
Landing
How to record the Landing events given different scenarios.
All products harvested from the wild will have a landing event. This event represents the first time that these wild-harvested products reach land. The Business Step urn:gdst:bizStep:landing
will be used when recording this event and no disposition is required. The Location for the event should be the GLN
of where the products reached land. Most of the time this will be a port of some kind.
It is important that if there is a change of ownership when the products land, then that change of ownership should be recorded in the source and destination list
on the event as well as the disposition should be set to urn:gdst:disposition:entering_commerce
if this is the first time the products changed ownership.
<!-- WARNING: This is not a complete EPCIS Document, this is a partial of an EPCIS Document for demonstration purposes only. -->
<!-- OFFLOADING EVENT -->
<ObjectEvent>
<eventTime>2020-01-27T00:00:00.000-06:00</eventTime>
<eventTimeZoneOffset>+00:00</eventTimeZoneOffset>
<baseExtension>
<eventID>CC2BB7E8-0E81-4915-81EB-386BFD15B39C</eventID>
</baseExtension>
<epcList/>
<action>ADD</action>
<bizStep>urn:gdst:bizStep:landing</bizStep>
<!-- Port of San Diego -->
<bizLocation>
<id>urn:gdst:traceability-solution.com:location:loc:0048000.SDPORT</id>
</bizLocation>
<extension>
<quantityList>
<!-- YELLOW FIN TUNA -->
<quantityElement>
<epcClass>urn:gdst:traceability-solution.com:product:lot:class:0b4e59bb-29ba-4edd-8e51-7e8d1a96dce7.YFT-FILLET.LOT20203015</epcClass>
<quantity>5000.0</quantity>
<uom>KGM</uom>
</quantityElement>
</quantityList>
</extension>
<!-- Landing Authorization -->
<!-- This is a just an example Certificate for Transshipment Authorization and does not represnt a real Certificate -->
<gdst:certificationList>
<!-- This is a made up Certificate. This is just an example. -->
<certification>
<gdst:certificationType>urn:gdst:certType:landingAuth</gdst:certificationType>
<certificationStandard>Landing Authority</certificationStandard>
<certificationAgency>Landing Authority</certificationAgency>
<certificationValue>LA_123456789</certificationValue>
<certificationIdentification>LA_123456789</certificationIdentification>
</certification>
<!-- This is a made up Certificate. This is just an example. -->
<certification>
<gdst:certificationType>urn:gdst:certType:humanyPolicy</gdst:certificationType>
<certificationStandard>WHO Human Decency Policy</certificationStandard>
<certificationAgency>WHO</certificationAgency>
<certificationValue>1234567890</certificationValue>
<certificationIdentification>0987654321</certificationIdentification>
</certification>
</gdst:certificationList>
<!-- Landing Start / End Date -->
<gdst:landingStartDate>2020-01-27T00:00:00.000-06:00</gdst:landingStartDate>
<gdst:landingEndDate>2020-01-27T00:00:00.000-06:00</gdst:landingEndDate>
<!-- Unloading Port -->
<!-- Techinically if you look in the Master Data for the location, you can find this there. I included it here for demonstration purposes. -->
<cbvmda:unloadingPort>SDPORT</cbvmda:unloadingPort>
<!-- Human Welfare Policy -->
<gdst:humanWelfarePolicy>WHO Human Decency Policy</gdst:humanWelfarePolicy>
<!-- Jimmy's Processing Co. -->
<gdst:productOwner>urn:gdst:traceability-solution.com:party:0048000.000001</gdst:productOwner>
<!-- Jimmy's Processing Co. -->
<cbvmda:informationProvider>urn:gdst:traceability-solution.com:party:0048000.000001</cbvmda:informationProvider>
</ObjectEvent>