<complexType name="CovarianceMatrixType">
<annotation>
<documentation>Error estimate covariance matrix. </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractPositionalAccuracyType">
<sequence>
<element ref="gml:unitOfMeasure" maxOccurs="unbounded">
<annotation>
<documentation>Ordered sequence of units of measure, corresponding to the row and column index numbers of the covariance matrix, starting with row and column 1 and ending with row/column N. Each unit of measure is for the ordinate reflected in the relevant row and column of the covariance matrix. </documentation>
</annotation>
</element>
<element ref="gml:includesElement" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|