DataTopic Measurements: Difference between revisions

From imde.io

No edit summary
Line 6: Line 6:
<Measurements xmlns="https://imde.io/schema/azlon/1.0/measurements">
<Measurements xmlns="https://imde.io/schema/azlon/1.0/measurements">
<Dimensions>
<Dimensions>
<Depth UnitOfMeasure="Mm" Value="105.8"></Depth>
<Depth Value="105.8">
<Height UnitOfMeasure="Mm" Value="108.7"></Height>
<Units>
<Width UnitOfMeasure="Mm" Value="105.8"></Width>
<Unit Type="DataReceiver">Mm</Unit>
</Units>
</Depth>
<Depth Value="105.8">
<Units>
<Unit Type="DataReceiver">Mm</Unit>
</Units>
</Depth>
<Height Value="108.7">
<Units>
<Unit Type="DataReceiver">Mm</Unit>
</Units>
</Height>
<Width Value="105.8">
<Units>
<Unit Type="DataReceiver">Mm</Unit>
</Units>
</Width>
</Dimensions>
</Dimensions>
<Weights>
<Weights>
<GrossWeight UnitOfMeasure="Gr" Value="665.3"></GrossWeight>
<GrossWeight Value="665.3">
<NettoWeight UnitOfMeasure="Gr" Value="650"></NettoWeight>
<Units>
<DrainedWeight UnitOfMeasure="Gr" Value="645"></DrainedWeight>
<Unit Type="DataReceiver">Gr</Unit>
</Units>
</GrossWeight>
<NettoWeight Value="650">
<Units>
<Unit Type="DataReceiver">Gr</Unit>
</Units>
</NettoWeight>
<DrainedWeight Value="645">
<Units>
<Unit Type="DataReceiver">Gr</Unit>
</Units>
</DrainedWeight>
</Weights>
</Weights>
<NettoContents>
<NettoContents>
<NettoContent UnitOfMeasure="Pce" Value="6"></NettoContent>
<NettoContent Value="6">
<NettoContent UnitOfMeasure="Ml" Value="1550"></NettoContent>
<Units>
<Unit Type="DataReceiver">Pce</Unit>
</Units>
</NettoContent>
<NettoContent Value="1550">
<Units>
<Unit Type="DataReceiver">Ml</Unit>
</Units>
</NettoContent>
</NettoContents>
</NettoContents>
</Measurements>
</Measurements>
Line 23: Line 60:


===Downloads===
===Downloads===
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Measurements.xml Sample XML message DataTopic Measurements]
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Measurements.xml Sample XML]
* [https://imde.io/schema/azlon/1.0/measurements.xsd XSD FoodAllergens]
* [https://imde.io/schema/azlon/1.0/measurements.xsd XSD]
* [https://imde.io/schema/azlon/1.0/codelists/measurementUnitCode.xsd MeasurementUnitCode Codelist]
* [https://imde.io/schema/azlon/1.0/codelists/unitType.xsd Codelist unitType]

Revision as of 14:52, 9 February 2023

Part of DataContainer: Item

Measurements covers both trade item measurements (defined as the smallest rectangular fitting around an item) and additional product measurements related to the product out of pack, installed or in use.

<Measurements xmlns="https://imde.io/schema/azlon/1.0/measurements">
	<Dimensions>
		<Depth Value="105.8">
			<Units>
				<Unit Type="DataReceiver">Mm</Unit>
			</Units>
		</Depth>
		<Depth Value="105.8">
			<Units>
				<Unit Type="DataReceiver">Mm</Unit>
			</Units>
		</Depth>							
		<Height Value="108.7">
			<Units>
				<Unit Type="DataReceiver">Mm</Unit>
			</Units>
		</Height>
		<Width Value="105.8">
			<Units>
				<Unit Type="DataReceiver">Mm</Unit>
			</Units>
		</Width>
	</Dimensions>
	<Weights>
		<GrossWeight Value="665.3">
			<Units>
				<Unit Type="DataReceiver">Gr</Unit>
			</Units>
		</GrossWeight>
		<NettoWeight Value="650">
			<Units>
				<Unit Type="DataReceiver">Gr</Unit>
			</Units>
		</NettoWeight>
		<DrainedWeight Value="645">
			<Units>
				<Unit Type="DataReceiver">Gr</Unit>
			</Units>
		</DrainedWeight>
	</Weights>
	<NettoContents>
		<NettoContent Value="6">
			<Units>
				<Unit Type="DataReceiver">Pce</Unit>
			</Units>
		</NettoContent>
		<NettoContent Value="1550">
			<Units>
				<Unit Type="DataReceiver">Ml</Unit>
			</Units>
		</NettoContent>
	</NettoContents>
</Measurements>

Downloads