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" />
            </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