DataTopic Packaging: Difference between revisions

From imde.io

m (HansdG moved page DataTopic PackagingMaterials to DataTopic Packaging without leaving a redirect)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Every material (raw material, production material, finished good, handling unit) consists of one or more material parts:
[[DataContainer_-_Item|Part of DataContainer: Item]]
* 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 Materials


Packaging Material maens 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.
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].


The Packing Material DataTopic will be able to exchange the following data:
==DataTopic Packaging, Format Azlon, Version 1.0==
* Materials type / Composition
* Weigh & Dimensions
* Circularity Data (e.g. % recyclable materials used, % recyclable, recycling instructions)
* Printing Specs
* Packaging Tax (packaging tax class per country)


<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>
===Downloads===
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Packaging.xml Sample XML]
* [https://imde.io/schema/azlon/1.0/packaging.xsd XSD]
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist IMDE_PackagingTypeCode]
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCodeType.xml Codelist IMDE_PackagingTypeCodeType]
* [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