Definition Type: ComplexType
Name: CovarianceMatrixType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractPositionalAccuracyType
Containing Schema: dataQuality.xsd
Abstract
Documentation:
Error estimate covariance matrix.
Collapse XSD Schema Diagram:
Drilldown into includesElement in schema dataquality_xsd Drilldown into unitOfMeasure in schema units_xsd Drilldown into measureDescription in schema dataquality_xsd Drilldown into AbstractPositionalAccuracyType in schema dataquality_xsdXSD Diagram of CovarianceMatrixType in schema dataquality_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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">
                    <annotation>
                        <documentation>Unordered set of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in the upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
measureDescription gml:measureDescription 0 (1)
unitOfMeasure gml:unitOfMeasure (1) unbounded
includesElement gml:includesElement (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:covarianceMatrix