complexType CovarianceMatrixType
diagram index_p1596.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractPositionalAccuracyType
properties
base gml:AbstractPositionalAccuracyType
children gml:measureDescription gml:unitOfMeasure gml:includesElement
used by
element covarianceMatrix
annotation
documentation
Error estimate covariance matrix.
source <xs:complexType name="CovarianceMatrixType">
 
<xs:annotation>
   
<xs:documentation>Error estimate covariance matrix. </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractPositionalAccuracyType">
     
<xs:sequence>
       
<xs:element ref="gml:unitOfMeasure" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs: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. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element ref="gml:includesElement" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs: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. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy