DataTopic Packaging: Difference between revisions

From imde.io

No edit summary
No edit summary
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 use categories''':
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>
<Code Type="DataSender">27</Code>
<Code Type="DataReceiver">1</Code>
<Code Type="GDSN">CG</Code>
<Code Type="IMDE">CG</Code>
</PackagingType>
<PlatformType>
<Code Type="DataSender">270</Code>
<Code Type="DataReceiver">10</Code>
<Code Type="IMDE">PXT1X11</Code>
</PlatformType>
</PackagingElement>
<PackagingElement IsMainElement="false" IsReturnable="true">
<PackagingType>
<Code Type="DataSender">28</Code>
<Code Type="DataReceiver">19</Code>
<Code Type="GDSN">PUG</Code>
<Code Type="IMDE">CAP</Code>
</PackagingType>
<Returnable>
<Identifiers>
<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]
* Weight & Dimensions (width, depth, height, weight, specific weight, volume)
* [https://imde.io/schema/azlon/1.0/packaging.xsd XSD]
* Material Composition
* [https://imde.io/schema/codelists/IMDE_PackagingType.xml Codelist PackagingType]
** For polymers: % recycled content, % bio based, % from crude oil. % Other raw materials
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist PackagingTypeCode]
** For carton: % paper fiber
* [https://imde.io/schema/codelists/IMDE_PlatformType.xml Codelist PlatformType]
** For glass & polymers: colour & transparancy
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCode.xml Codelist PlatformTypeCode]
* Circularity Data on how to recycle, upcycle, re-use or dispose (e.g. % recycled content, % recyclable, recycling instructions)
* [https://imde.io/schema/codelists/IMDE_ReturnableType.xml Codelist ReturnableType]
* Printing Specs
* [https://imde.io/schema/codelists/IMDE_ReturnableTypeCode.xml Codelist ReturnableTypeCode]
* If needed additional data points needed for Packaging Tax declaration (packaging tax class per country)


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

Revision as of 11:58, 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>
				<Code Type="DataSender">27</Code>
				<Code Type="DataReceiver">1</Code>
				<Code Type="GDSN">CG</Code>
				<Code Type="IMDE">CG</Code>
			</PackagingType>
			<PlatformType>
				<Code Type="DataSender">270</Code>
				<Code Type="DataReceiver">10</Code>
				<Code Type="IMDE">PXT1X11</Code>
			</PlatformType>
		</PackagingElement>
		<PackagingElement IsMainElement="false" IsReturnable="true">
			<PackagingType>
				<Code Type="DataSender">28</Code>
				<Code Type="DataReceiver">19</Code>
				<Code Type="GDSN">PUG</Code>
				<Code Type="IMDE">CAP</Code>
			</PackagingType>
			<Returnable>
				<Identifiers>
					<Identifier Type="DataSender">54</Identifier>
					<Identifier Type="DataReceiver">22</Identifier>
					<Identifier Type="GRAI">8710547991113</Identifier>
				</Identifiers>
			</Returnable>
		</PackagingElement>
	</PackagingElements>
</Packaging>

Downloads