<?xml version="1.0" encoding="UTF-8"?>

<!-- Ziegler -->
<techdata>
    <datatype >Operating weight </datatype>
    <si-value><number>481 </number><unit>kg </unit></si-value>
</techdata>

<!-- S1000D -->
<text>Operating weight
	<quantity>
		<qtygrp>
			<qtyvalue qtyuom="kg">481</qtyvalue>
		</qtygrp>
	</quantity>
</text>

<!-- combined -->
<techdata>
    <datatype >Operating weight </datatype>
	<quantity>
		<qtygrp>
			<qtyvalue qtytype="si-value" qtyuom="kg">481</qtyvalue>
		</qtygrp>
	</quantity>
</techdata>


<!-- Ziegler -->
<techdata >
    <datatype>Rated speed</datatype>
    <si-value><number>2500 </number><unit>min <superscript>-1 </superscript></unit></si-value>
</techdata>

<!-- S1000D -->
<text>Rated speed
	<quantity>
		<qtygrp>
			<qtyvalue qtyuom="1/min">2500</qtyvalue>
		</qtygrp>
	</quantity>
</text>

<!-- combined -->
<techdata >
    <datatype>Rated speed</datatype>
    <quantity>
		<qtygrp>
			<qtyvalue qtytype="si-value" qtyuom="1/min">2500</qtyvalue>
		</qtygrp>
	</quantity>
</techdata>

<!-- Ziegler -->
<techdata>
	<datatype>Engine manufacturer </datatype>
	<textdata>MC</textdata>
</techdata>

<!-- S1000D -->
<text>Engine manufacturer
?
</text>

<!-- combined -->
<techdata>
	<datatype>Engine manufacturer </datatype>
	<textdata>MC</textdata>
</techdata>

<!-- Ziegler -->
<techdata >
	<datatype >Operating pressure</datatype>
	<si-value >    <!–- published e.g. as 210 (+5/-10)  bar -->
	<number>210 
		<tolerance-asymmetric-value>
			<tolerance-high-value><si-value><number>5<number><unit>bar</unit</si-value></tolerance-high-value>
			<tolerance-low-value><si-value><number>10<number><unit>bar</unit</si-value></tolerance-low-value>
		</tolerance-asymmetric-value>
	</number>
	<unit>bar</unit>
	</si-value>
</techdata>

<!-- S1000D -->
<text>Operating pressure
	<quantity>
		<qtygrp>
			<qtyvalue qtyuom="bar">210</qtyvalue>
			<qtytolerance qtytoltype="plus" qtyuom="bar">5</qtytolerance>
			<qtytolerance qtytoltype="minus" qtyuom="bar">10</qtytolerance>
		</qtygrp>
	</quantity>
</text>

<!-- combined -->
<techdata>
	<datatype >Operating pressure</datatype>
	<quantity>
		<qtygrp>
			<qtyvalue qtytype="si-value" qtyuom="bar">210</qtyvalue>
			<qtytolerance qtytoltype="plus" qtyuom="bar">5</qtytolerance>
			<qtytolerance qtytoltype="minus" qtyuom="bar">10</qtytolerance>
		</qtygrp>
	</quantity>
</techdata>

<!-- Ziegler -->
<techdata>
	<datatype >Operating weight </datatype>
	<si-value><number>481 </number><unit>kg </unit></si-value>
	<us-value><number>1060.4</number><unit>lbs</unit></us-value>
</techdata>


<!-- S1000D -->
<text>Operating weight
	<quantity>
		<qtygrp>
			<qtyvalue qtyuom="kg">481</qtyvalue>
			<qtyvalue qtyuom="lbs">1060.4</qtyvalue>
		</qtygrp>
	</quantity>
</text>

<!-- combined -->
<techdata>
	<datatype >Operating weight </datatype>
	<quantity>
		<qtygrp>
			<qtyvalue qtytype="si-value" qtyuom="kg">481</qtyvalue>
			<qtyvalue qtytype="us-value"  qtyuom="lbs">1060.4</qtyvalue>
		</qtygrp>
	</quantity>
</techdata>
