DataTopic Packaging: Difference between revisions

From imde.io

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


Every material (raw material, production material, finished good, handling unit) consists of one or more material parts:
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)
* Disposable (Intended to be thrown away after use)
* Durable (Is able to exist for a long time without significant deterioration in quality or value)
* '''Packaging'''


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.
==DataTopic Packaging, Format Azlon, Version 1.0==


[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===
* Materials type / Composition
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Packaging.xml Sample XML]
* Weigh & Dimensions
* [https://imde.io/schema/azlon/1.0/packaging.xsd XSD]
* Circularity Data (e.g. % recyclable materials used, % recyclable, recycling instructions)
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist IMDE_PackagingTypeCode]
* Printing Specs
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCodeType.xml Codelist IMDE_PackagingTypeCodeType]
* Packaging Tax (packaging tax class per country)
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCode.xml Codelist IMDE_PlatformTypeCode]
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCodeType.xml Codelist IMDE_PlatformTypeCodeType]
* [https://imde.io/schema/codelists/IMDE_ReturnableIdentifierType.xml Codelist IMDE_ReturnableIdentifierType]


[[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