Definition Type: Element
Name: includesElement
Namespace: http://www.opengis.net/gml
Type: gml:CovarianceElementType
Containing Schema: dataQuality.xsd
Abstract
Documentation:
Unordered sequence of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in upper or lower diagonal part (including the main diagonal) of the matrix need to be specified. Any zero valued covariance elements can be omitted.
Collapse XSD Schema Diagram:
Drilldown into covariance in schema dataquality_xsd Drilldown into columnIndex in schema dataquality_xsd Drilldown into rowIndex in schema dataquality_xsd Drilldown into CovarianceElementType in schema dataquality_xsdXSD Diagram of includesElement in schema dataquality_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="includesElement" type="gml:CovarianceElementType">
    <annotation>
        <documentation>Unordered sequence of elements in this covariance matrix. Because the covariance matrix is symmetrical, only the elements in 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rowIndex gml:rowIndex (1) (1)
columnIndex gml:columnIndex (1) (1)
covariance gml:covariance (1) (1)
Collapse Derivation Tree: