Documentation for fieldgml

Complex Type: CovarianceElementType

[Table of contents]

Super-types: None
Sub-types: None
Name CovarianceElementType
Abstract no
Documentation An element of a covariance matrix.
XML Instance Representation
<...>
<gml:rowIndex> ... </gml:rowIndex> [1]
<gml:columnIndex> ... </gml:columnIndex> [1]
<gml:covariance> ... </gml:covariance> [1]
</...>
Diagram
h1288815867 h739438169 h-1544347648
Schema Component Representation
<complexType name="CovarianceElementType">
<sequence>
<element ref=" gml:rowIndex "/>
<element ref=" gml:columnIndex "/>
<element ref=" gml:covariance "/>
</sequence>
</complexType>