DataTopic Packaging: Difference between revisions

From imde.io

No edit summary
No edit summary
Line 43: Line 43:
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Packaging.xml Sample XML]
* [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/azlon/1.0/packaging.xsd XSD]
* [https://imde.io/schema/codelists/IMDE_PackagingType.xml Codelist PackagingType]
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist IMDE_PackagingTypeCode]
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCode.xml Codelist PackagingTypeCode]
* [https://imde.io/schema/codelists/IMDE_PackagingTypeCodeType.xml Codelist IMDE_PackagingTypeCodeType]
* [https://imde.io/schema/codelists/IMDE_PlatformType.xml Codelist PlatformType]
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCode.xml Codelist IMDE_PlatformTypeCode]
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCode.xml Codelist PlatformTypeCode]
* [https://imde.io/schema/codelists/IMDE_PlatformTypeCodeType.xml Codelist IMDE_PlatformTypeCodeType]
* [https://imde.io/schema/codelists/IMDE_ReturnableType.xml Codelist ReturnableType]
* [https://imde.io/schema/codelists/IMDE_ReturnableIdentifierType.xml Codelist IMDE_ReturnableIdentifierType]
* [https://imde.io/schema/codelists/IMDE_ReturnableTypeCode.xml Codelist ReturnableTypeCode]




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

Revision as of 11:59, 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