DataTopic Packaging: Difference between revisions

From imde.io

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[DataContainer_-_Item|Part of DataContainer: Item]]
[[DataContainer_-_Item|Part of DataContainer: Item]]


Every item (raw material, production material, semi-finished good, finished good, handling unit) consists of one or more parts and every part is from one of the four material part types:
For more information on the Packaging Datatopic, [https://docs.google.com/presentation/d/e/2PACX-1vRodqhll_LXNfp8YnznP_MahAapkPkC3_aaluV0EnjQxxB4zswnOD5mnf1-5mf-1mIgsyrReAcMCPrr/pub?start=false&loop=false&delayms=3000 see presentation].
* '''Consumable''' (Require recurrent replacement because they are used up or transformed in their use)
** Food recipe based consumables, like drinks, dairy products, soups, et cetera.
** Feed recipe based consumables, like dog food
** Formula recipe based consumables, like lipstick, dishwash tabs and adhesives.
* '''Disposable''' (Intended to be thrown away after use)
* '''Durable''' (Can exist for a long time without significant deterioration in quality or value)
* '''Packaging'''


===What is considered packaging?===
==DataTopic Packaging, Format Azlon, Version 1.0==
Packaging means any material, container or wrapping, used for or in connection with the transport, handling, protection, marketing or sale of any Supplies, excluding any material, container or wrapping used for the containment of the Supplies.


[https://docs.google.com/presentation/d/e/2PACX-1vRodqhll_LXNfp8YnznP_MahAapkPkC3_aaluV0EnjQxxB4zswnOD5mnf1-5mf-1mIgsyrReAcMCPrr/pub?start=false&loop=false&delayms=3000 Presentation with more details on Packaging Material data exchange]
<pre>
<Packaging xmlns="https://imde.io/schema/azlon/1.0/packaging" xsi:schemaLocation="https://imde.io/schema/azlon/1.0/packaging https://imde.io/schema/azlon/1.0/packaging.xsd">
<PackagingElements>
<PackagingElement IsMainElement="true" IsReturnable="false">
<PackagingType>
<!-- Codelists: IMDE_PackagingTypeCode & IMDE_PackagingTypeCodeType -->
<Code Type="DataSender">27</Code>
<Code Type="DataReceiver">1</Code>
<Code Type="GDSN">CG</Code>
<Code Type="IMDE">CG</Code>
</PackagingType>
<PlatformType>
<!-- Codelists: IMDE_PlatformTypeCode & IMDE_PlatformTypeCodeType -->
<Code Type="DataSender">270</Code>
<Code Type="DataReceiver">10</Code>
<Code Type="IMDE">PXT1X11</Code>
</PlatformType>
</PackagingElement>
<PackagingElement IsMainElement="false" IsReturnable="true">
<PackagingType>
<!-- Codelists: IMDE_PackagingTypeCode & IMDE_PackagingTypeCodeType -->
<Code Type="DataSender">28</Code>
<Code Type="DataReceiver">19</Code>
<Code Type="GDSN">PUG</Code>
<Code Type="IMDE">CAP</Code>
</PackagingType>
<Returnable>
<Identifiers>
<!-- Codelist: IMDE_ReturnableIdentifierType -->
<Identifier Type="DataSender">54</Identifier>
<Identifier Type="DataReceiver">22</Identifier>
<Identifier Type="GRAI">8710547991113</Identifier>
</Identifiers>
</Returnable>
</PackagingElement>
</PackagingElements>
</Packaging>
</pre>


The Packing DataTopic will be able to exchange the following data:
===Downloads===
* Material type (for example polymers, metals, paper & carton, glass & ceramics)
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Packaging.xml Sample XML]
* Weigh & Dimensions
* [https://imde.io/schema/azlon/1.0/packaging.xsd XSD]
* Material Composition
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist IMDE_PackagingTypeCode]
** For polymers: % recycled content, % bio based, % from crude oil. % Other raw materials
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCodeType.xml Codelist IMDE_PackagingTypeCodeType]
** For carton: % paper fiber
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCode.xml Codelist IMDE_PlatformTypeCode]
** For glass & polymers: colour & transparancy
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCodeType.xml Codelist IMDE_PlatformTypeCodeType]
* Circularity Data on how to recycle, upcycle, re-use or dispose (e.g. % recycled content, % recyclable, recycling instructions)
* [https://imde.io/schema/codelists/IMDE_ReturnableIdentifierType.xml Codelist IMDE_ReturnableIdentifierType]
* Printing Specs
* If needed additional data points needed for Packaging Tax declaration (packaging tax class per country)


[[Category:Packaging]]
[[Category:DataTopic]]
[[Category:DataTopic]]

Latest revision as of 12:02, 1 April 2025

Part of DataContainer: Item

For more information on the Packaging Datatopic, see presentation.

DataTopic Packaging, Format Azlon, Version 1.0

<Packaging xmlns="https://imde.io/schema/azlon/1.0/packaging" xsi:schemaLocation="https://imde.io/schema/azlon/1.0/packaging https://imde.io/schema/azlon/1.0/packaging.xsd">
	<PackagingElements>
		<PackagingElement IsMainElement="true" IsReturnable="false">
			<PackagingType>
				<!-- Codelists: IMDE_PackagingTypeCode & IMDE_PackagingTypeCodeType -->
				<Code Type="DataSender">27</Code>
				<Code Type="DataReceiver">1</Code>
				<Code Type="GDSN">CG</Code>
				<Code Type="IMDE">CG</Code>
			</PackagingType>
			<PlatformType>
				<!-- Codelists: IMDE_PlatformTypeCode & IMDE_PlatformTypeCodeType -->
				<Code Type="DataSender">270</Code>
				<Code Type="DataReceiver">10</Code>
				<Code Type="IMDE">PXT1X11</Code>
			</PlatformType>
		</PackagingElement>
		<PackagingElement IsMainElement="false" IsReturnable="true">
			<PackagingType>
				<!-- Codelists: IMDE_PackagingTypeCode & IMDE_PackagingTypeCodeType -->
				<Code Type="DataSender">28</Code>
				<Code Type="DataReceiver">19</Code>
				<Code Type="GDSN">PUG</Code>
				<Code Type="IMDE">CAP</Code>
			</PackagingType>
			<Returnable>
				<Identifiers>
					<!-- Codelist: IMDE_ReturnableIdentifierType -->
					<Identifier Type="DataSender">54</Identifier>
					<Identifier Type="DataReceiver">22</Identifier>
					<Identifier Type="GRAI">8710547991113</Identifier>
				</Identifiers>
			</Returnable>
		</PackagingElement>
	</PackagingElements>
</Packaging>

Downloads