Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema dataQuality.xsd
Namespace http://kuutio.fi/schemas/contactRequests
Annotations
How to encode positional data quality information. Builds on units.xsd to encode the data needed to describe the positional accuracy of coordinate operations. This schema encodes the Data Quality (DQ) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default: unqualified
element form default: qualified
version: 3.1.1.2
Element gml:_positionalAccuracy
Namespace http://www.opengis.net/gml
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index38.tmp#id1970 index38.tmp#id1972 index38.tmp#id1971
Type gml:AbstractPositionalAccuracyType
Properties
content: complex
abstract: true
Substitution Group
Used by
Model gml:measureDescription{0,1}
Children gml:measureDescription
Instance
<gml:_positionalAccuracy>
  <gml:measureDescription codeSpace="">{0,1}</gml:measureDescription>
</gml:_positionalAccuracy>
Source
<element name="_positionalAccuracy" type="gml:AbstractPositionalAccuracyType" abstract="true"/>
Element gml:measureDescription
Namespace http://www.opengis.net/gml
Annotations
A description of the position accuracy parameter(s) provided.
Diagram
Diagram index13.tmp#id171 index13.tmp#id170
Type gml:CodeType
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="measureDescription" type="gml:CodeType">
  <annotation>
    <documentation>A description of the position accuracy parameter(s) provided.</documentation>
  </annotation>
</element>
Element gml:absoluteExternalPositionalAccuracy
Namespace http://www.opengis.net/gml
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index38.tmp#id2125 index38.tmp#id2124 index38.tmp#id1969
Type gml:AbsoluteExternalPositionalAccuracyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:measureDescription{0,1} , gml:result
Children gml:measureDescription, gml:result
Instance
<gml:absoluteExternalPositionalAccuracy>
  <gml:measureDescription codeSpace="">{0,1}</gml:measureDescription>
</gml:absoluteExternalPositionalAccuracy>
Source
<element name="absoluteExternalPositionalAccuracy" type="gml:AbsoluteExternalPositionalAccuracyType" substitutionGroup="gml:_positionalAccuracy"/>
Element gml:result
Namespace http://www.opengis.net/gml
Annotations
A quantitative result defined by the evaluation procedure used, and identified by the measureDescription.
Diagram
Diagram index13.tmp#id1228 index13.tmp#id1227
Type gml:MeasureType
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="result" type="gml:MeasureType">
  <annotation>
    <documentation>A quantitative result defined by the evaluation procedure used, and identified by the measureDescription.</documentation>
  </annotation>
</element>
Element gml:relativeInternalPositionalAccuracy
Namespace http://www.opengis.net/gml
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index38.tmp#id2125 index38.tmp#id2126 index38.tmp#id1969
Type gml:RelativeInternalPositionalAccuracyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:measureDescription{0,1} , gml:result
Children gml:measureDescription, gml:result
Instance
<gml:relativeInternalPositionalAccuracy>
  <gml:measureDescription codeSpace="">{0,1}</gml:measureDescription>
</gml:relativeInternalPositionalAccuracy>
Source
<element name="relativeInternalPositionalAccuracy" type="gml:RelativeInternalPositionalAccuracyType" substitutionGroup="gml:_positionalAccuracy"/>
Element gml:covarianceMatrix
Namespace http://www.opengis.net/gml
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index23.tmp#id1334 index38.tmp#id2128 index38.tmp#id2127 index38.tmp#id1969
Type gml:CovarianceMatrixType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:measureDescription{0,1} , gml:unitOfMeasure+ , gml:includesElement+
Children gml:includesElement, gml:measureDescription, gml:unitOfMeasure
Instance
<gml:covarianceMatrix>
  <gml:measureDescription codeSpace="">{0,1}</gml:measureDescription>
</gml:covarianceMatrix>
Source
<element name="covarianceMatrix" type="gml:CovarianceMatrixType" substitutionGroup="gml:_positionalAccuracy"/>
Element gml:includesElement
Namespace http://www.opengis.net/gml
Diagram
Diagram index38.tmp#id2130 index38.tmp#id2131 index38.tmp#id2132 index38.tmp#id2129
Type gml:CovarianceElementType
Properties
content: complex
Used by
Model gml:rowIndex , gml:columnIndex , gml:covariance
Children gml:columnIndex, gml:covariance, gml:rowIndex
Instance
<gml:includesElement>
  <gml:rowIndex>{1,1}</gml:rowIndex>
  <gml:columnIndex>{1,1}</gml:columnIndex>
  <gml:covariance>{1,1}</gml:covariance>
</gml:includesElement>
Source
<element name="includesElement" type="gml:CovarianceElementType"/>
Element gml:rowIndex
Namespace http://www.opengis.net/gml
Annotations
Row number of this covariance element value.
Diagram
Diagram
Type positiveInteger
Properties
content: simple
Used by
Source
<element name="rowIndex" type="positiveInteger">
  <annotation>
    <documentation>Row number of this covariance element value.</documentation>
  </annotation>
</element>
Element gml:columnIndex
Namespace http://www.opengis.net/gml
Annotations
Column number of this covariance element value.
Diagram
Diagram
Type positiveInteger
Properties
content: simple
Used by
Source
<element name="columnIndex" type="positiveInteger">
  <annotation>
    <documentation>Column number of this covariance element value.</documentation>
  </annotation>
</element>
Element gml:covariance
Namespace http://www.opengis.net/gml
Annotations
Value of covariance matrix element.
Diagram
Diagram
Type double
Properties
content: simple
Used by
Source
<element name="covariance" type="double">
  <annotation>
    <documentation>Value of covariance matrix element.</documentation>
  </annotation>
</element>
Complex Type gml:AbstractPositionalAccuracyType
Namespace http://www.opengis.net/gml
Annotations
Position error estimate (or accuracy) data.
Diagram
Diagram index38.tmp#id1974
Properties
abstract: true
Used by
Model gml:measureDescription{0,1}
Children gml:measureDescription
Source
<complexType name="AbstractPositionalAccuracyType" abstract="true">
  <annotation>
    <documentation>Position error estimate (or accuracy) data.</documentation>
  </annotation>
  <sequence>
    <element ref="gml:measureDescription" minOccurs="0"/>
  </sequence>
</complexType>
Complex Type gml:AbsoluteExternalPositionalAccuracyType
Namespace http://www.opengis.net/gml
Annotations
Closeness of reported coordinate values to values accepted as or being true.
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index38.tmp#id2125
Type extension of gml:AbstractPositionalAccuracyType
Type hierarchy
Used by
Model gml:measureDescription{0,1} , gml:result
Children gml:measureDescription, gml:result
Source
<complexType name="AbsoluteExternalPositionalAccuracyType">
  <annotation>
    <documentation>Closeness of reported coordinate values to values accepted as or being true.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractPositionalAccuracyType">
      <sequence>
        <element ref="gml:result"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:RelativeInternalPositionalAccuracyType
Namespace http://www.opengis.net/gml
Annotations
Closeness of the relative positions of two or more positions to their respective relative positions accepted as or being true.
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index38.tmp#id2125
Type extension of gml:AbstractPositionalAccuracyType
Type hierarchy
Used by
Model gml:measureDescription{0,1} , gml:result
Children gml:measureDescription, gml:result
Source
<complexType name="RelativeInternalPositionalAccuracyType">
  <annotation>
    <documentation>Closeness of the relative positions of two or more positions to their respective relative positions accepted as or being true.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractPositionalAccuracyType">
      <sequence>
        <element ref="gml:result"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:CovarianceMatrixType
Namespace http://www.opengis.net/gml
Annotations
Error estimate covariance matrix.
Diagram
Diagram index38.tmp#id1974 index38.tmp#id1973 index23.tmp#id1334 index38.tmp#id2128
Type extension of gml:AbstractPositionalAccuracyType
Type hierarchy
Used by
Model gml:measureDescription{0,1} , gml:unitOfMeasure+ , gml:includesElement+
Children gml:includesElement, gml:measureDescription, gml:unitOfMeasure
Source
<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>
Complex Type gml:CovarianceElementType
Namespace http://www.opengis.net/gml
Annotations
An element of a covariance matrix.
Diagram
Diagram index38.tmp#id2130 index38.tmp#id2131 index38.tmp#id2132
Used by
Model gml:rowIndex , gml:columnIndex , gml:covariance
Children gml:columnIndex, gml:covariance, gml:rowIndex
Source
<complexType name="CovarianceElementType">
  <annotation>
    <documentation>An element of a covariance matrix.</documentation>
  </annotation>
  <sequence>
    <element ref="gml:rowIndex"/>
    <element ref="gml:columnIndex"/>
    <element ref="gml:covariance"/>
  </sequence>
</complexType>