DataTopic Measurements

From imde.io

Revision as of 14:52, 9 February 2023 by Yuri (talk | contribs)

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