DataTopic Packaging: Difference between revisions
From imde.io
(Created page with "Every material (raw material, production material, finished good, handling unit) consists of one or more material types: * Consumable * Disposable * Durable * Packaging Materials Packaging Material 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. The Packing Material DataTopic will be a...") |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[DataContainer_-_Item|Part of DataContainer: Item]] | |||
Packaging | 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]. | ||
==DataTopic Packaging, Format Azlon, Version 1.0== | |||
<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
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>