<?xml version="1.0" encoding="UTF-8"?>
<CovarianceMatrix xmlns="http://www.opengis.net/igm/0.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:gco="http://www.isotc211.org/2005/gco" 
xsi:schemaLocation="http://www.opengis.net/igm/0.0 igmCovarianceMatrix.xsd"
id="CovarianceMatrixObjectDefault">
	<measureDescription>
		<gco:CharacterString>This default CovarianceMatrix for measured object positions specifies a diagonal matrix with the same value for both horizontal coordinates, and a larger value for the vertical coordinate. The horizontal variances correspond to a standard deviation of 1 metre, and the vertical variance corresponds to a standard deviation of 5 metres. </gco:CharacterString> 
	</measureDescription>
	<matrixSize>3</matrixSize>
	<adjustedParameters>X Y Z</adjustedParameters>
	<result>
		<DiagonalMatrix>
			<valueUnit>m m m</valueUnit>
			<valuesList>1 1 25</valuesList>
		</DiagonalMatrix>
	</result>
</CovarianceMatrix>
