Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema quality.xsd
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Properties
attribute form default unqualified
element form default qualified
version 0.4
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:AbstractQuality
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Abstract group for quality values.
Diagram
Diagram quality_xsd.tmp#DescriptiveQuality quality_xsd.tmp#NumericQualityList quality_xsd.tmp#NumericSingleQuality quality_xsd.tmp#VCV2D quality_xsd.tmp#VCV3D
Properties
abstract true
Substitution Group
Used by
Source
<element abstract="true" name="AbstractQuality">
  <annotation>
    <documentation>Abstract group for quality values.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:Value
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Generic property value holder
Diagram
Diagram quality_xsd.tmp#ValueTypeUnion quality_xsd.tmp#ValueType_codeSpace quality_xsd.tmp#ValueType_uomLabels quality_xsd.tmp#ValueType_axisLabels quality_xsd.tmp#ValueType_confidence quality_xsd.tmp#ValueType
Type geo:ValueType
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element name="Value" type="geo:ValueType">
  <annotation>
    <documentation>Generic property value holder</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:NumericSingleQuality
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A numeric value for quality. This is often the type used to describe Positional Uncertainty, Relative Uncertainty and Survey Uncertainty.
Diagram
Diagram quality_xsd.tmp#SingleValueType_codeSpace quality_xsd.tmp#SingleValueType_uomLabels quality_xsd.tmp#SingleValueType_confidence quality_xsd.tmp#SingleValueType quality_xsd.tmp#AbstractQuality
Type geo:SingleValueType
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Use
codeSpace anyURI optional
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element name="NumericSingleQuality" substitutionGroup="geo:AbstractQuality" type="geo:SingleValueType">
  <annotation>
    <documentation>A numeric value for quality. This is often the type used to describe Positional Uncertainty, Relative Uncertainty and Survey Uncertainty.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:NumericQualityList
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A numeric list value for quality. This is often the type used to describe a VCV matrix or some other arbitrary list of values. To specify a VCV matrix of 2x2 or 3x3 dimension it is better to use VCV2D and VCV3D respectively.
Diagram
Diagram quality_xsd.tmp#ValueTypeUnion quality_xsd.tmp#ValueType_codeSpace quality_xsd.tmp#ValueType_uomLabels quality_xsd.tmp#ValueType_axisLabels quality_xsd.tmp#ValueType_confidence quality_xsd.tmp#ValueType quality_xsd.tmp#AbstractQuality
Type geo:ValueType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element name="NumericQualityList" substitutionGroup="geo:AbstractQuality" type="geo:ValueType">
  <annotation>
    <documentation>A numeric list value for quality. This is often the type used to describe a VCV matrix or some other arbitrary list of values. To specify a VCV matrix of 2x2 or 3x3 dimension it is better to use VCV2D and VCV3D respectively.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:DescriptiveQuality
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram quality_xsd.tmp#AbstractQuality
Type CodeType
Properties
content simple
Substitution Group Affiliation
Source
<element name="DescriptiveQuality" substitutionGroup="geo:AbstractQuality" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:VCV3D
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Upper triangle of a symmetric 3x3 VCV matrix defined as a list of six doubles.
Diagram
Diagram quality_xsd.tmp#ValueTypes6 quality_xsd.tmp#VCV3x3Type_codeSpace quality_xsd.tmp#VCV3x3Type_srsName quality_xsd.tmp#VCV3x3Type_uomLabels quality_xsd.tmp#VCV3x3Type_axisLabels quality_xsd.tmp#VCV3x3Type_confidence quality_xsd.tmp#VCV3x3Type quality_xsd.tmp#AbstractQuality
Type geo:VCV3x3Type
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Use Annotation
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
srsName anyURI optional
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
uomLabels NCNameList optional
Source
<element name="VCV3D" substitutionGroup="geo:AbstractQuality" type="geo:VCV3x3Type">
  <annotation>
    <documentation>Upper triangle of a symmetric 3x3 VCV matrix defined as a list of six doubles.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Element geo:VCV2D
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Upper triangle of a symmetric 2x2 VCV matrix defined as a list of three doubles.
Diagram
Diagram quality_xsd.tmp#ValueTypes3 quality_xsd.tmp#VCV2x2Type_codeSpace quality_xsd.tmp#VCV2x2Type_srsName quality_xsd.tmp#VCV2x2Type_uomLabels quality_xsd.tmp#VCV2x2Type_axisLabels quality_xsd.tmp#VCV2x2Type_confidence quality_xsd.tmp#VCV2x2Type quality_xsd.tmp#AbstractQuality
Type geo:VCV2x2Type
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Use Annotation
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
srsName anyURI optional
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
uomLabels NCNameList optional
Source
<element name="VCV2D" substitutionGroup="geo:AbstractQuality" type="geo:VCV2x2Type">
  <annotation>
    <documentation>Upper triangle of a symmetric 2x2 VCV matrix defined as a list of three doubles.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Complex Type geo:SingleValueType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Format of a single value is as per the dictionary identified by the codeSpace attribute. e.g. "sp1v20_positional-uncertainty"
Diagram
Diagram quality_xsd.tmp#SingleValueType_codeSpace quality_xsd.tmp#SingleValueType_uomLabels quality_xsd.tmp#SingleValueType_confidence
Type extension of double
Used by
Attributes
QName Type Use
codeSpace anyURI optional
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<complexType name="SingleValueType">
  <annotation>
    <documentation>Format of a single value is as per the dictionary identified by the codeSpace attribute. e.g. "sp1v20_positional-uncertainty"</documentation>
  </annotation>
  <simpleContent>
    <extension base="double">
      <attribute name="codeSpace" type="anyURI"/>
      <attribute name="uomLabels" type="gml:NCNameList"/>
      <attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:ConfidenceTypeEnumeration
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of string
Facets
enumeration 1 sigma
enumeration 2 sigma
enumeration 3 sigma
enumeration 39.4%
enumeration 86.5%
enumeration 95%
enumeration 98.9%
enumeration unknown
Used by
Source
<simpleType name="ConfidenceTypeEnumeration">
  <restriction base="string">
    <enumeration value="1 sigma"/>
    <enumeration value="2 sigma"/>
    <enumeration value="3 sigma"/>
    <enumeration value="39.4%"/>
    <enumeration value="86.5%"/>
    <enumeration value="95%"/>
    <enumeration value="98.9%"/>
    <enumeration value="unknown"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Complex Type geo:ValueType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Format of values is as per the dictionary identified by the codeSpace attribute. e.g. "sp1v20_positional-uncertainty"
Diagram
Diagram quality_xsd.tmp#ValueTypeUnion quality_xsd.tmp#ValueType_codeSpace quality_xsd.tmp#ValueType_uomLabels quality_xsd.tmp#ValueType_axisLabels quality_xsd.tmp#ValueType_confidence
Type extension of geo:ValueTypeUnion
Type hierarchy
Used by
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<complexType name="ValueType">
  <annotation>
    <documentation>Format of values is as per the dictionary identified by the codeSpace attribute. e.g. "sp1v20_positional-uncertainty"</documentation>
  </annotation>
  <simpleContent>
    <extension base="geo:ValueTypeUnion">
      <attribute name="codeSpace" type="anyURI" use="required"/>
      <attribute name="uomLabels" type="gml:NCNameList"/>
      <attribute name="axisLabels" type="gml:NCNameList"/>
      <attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:ValueTypeUnion
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type union of(doubleList, string)
Used by
Complex Type geo:ValueType
Source
<simpleType name="ValueTypeUnion">
  <union memberTypes="gml:doubleList string"/>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:DescriptiveQualityType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of string
Facets
enumeration Unknown
Unknown is used when the parameter values are provided without a source and without an estimate of quality.
enumeration Approximate
Approximate is used to describe parameters that have been manually or systematically guessed for the purpose of providing operands for a parameter estimation.
Source
<simpleType name="DescriptiveQualityType">
  <restriction base="string">
    <enumeration value="Unknown">
      <annotation>
        <documentation>Unknown is used when the parameter values are provided without a source and without an estimate of quality.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="Approximate">
      <annotation>
        <documentation>Approximate is used to describe parameters that have been manually or systematically guessed for the purpose of providing operands for a parameter estimation.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Complex Type geo:VCV3x3Type
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A type for 3x3 VCV described as a list of double values.
Diagram
Diagram quality_xsd.tmp#ValueTypes6 quality_xsd.tmp#VCV3x3Type_codeSpace quality_xsd.tmp#VCV3x3Type_srsName quality_xsd.tmp#VCV3x3Type_uomLabels quality_xsd.tmp#VCV3x3Type_axisLabels quality_xsd.tmp#VCV3x3Type_confidence
Type extension of geo:ValueTypes6
Type hierarchy
Used by
Element geo:VCV3D
Attributes
QName Type Use Annotation
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
srsName anyURI optional
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
uomLabels NCNameList optional
Source
<complexType name="VCV3x3Type">
  <annotation>
    <documentation>A type for 3x3 VCV described as a list of double values.</documentation>
  </annotation>
  <simpleContent>
    <extension base="geo:ValueTypes6">
      <attribute name="codeSpace" type="anyURI" use="required"/>
      <attribute name="srsName" type="anyURI">
        <annotation>
          <documentation>Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.</documentation>
        </annotation>
      </attribute>
      <attribute name="uomLabels" type="gml:NCNameList"/>
      <attribute name="axisLabels" type="gml:NCNameList"/>
      <attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:ValueTypes6
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram quality_xsd.tmp#doubleList6
Type union of(geo:doubleList6, string)
Used by
Complex Type geo:VCV3x3Type
Source
<simpleType name="ValueTypes6">
  <union memberTypes="geo:doubleList6 string"/>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:doubleList6
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A gml:doubleList of length 6.
Diagram
Diagram
Type restriction of doubleList
Type hierarchy
Source
<simpleType name="doubleList6">
  <annotation>
    <documentation>A gml:doubleList of length 6.</documentation>
  </annotation>
  <restriction base="gml:doubleList">
    <length value="6"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Complex Type geo:VCV2x2Type
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A type for 2x2 VCV described as a list of double values.
Diagram
Diagram quality_xsd.tmp#ValueTypes3 quality_xsd.tmp#VCV2x2Type_codeSpace quality_xsd.tmp#VCV2x2Type_srsName quality_xsd.tmp#VCV2x2Type_uomLabels quality_xsd.tmp#VCV2x2Type_axisLabels quality_xsd.tmp#VCV2x2Type_confidence
Type extension of geo:ValueTypes3
Type hierarchy
Used by
Element geo:VCV2D
Attributes
QName Type Use Annotation
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
srsName anyURI optional
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
uomLabels NCNameList optional
Source
<complexType name="VCV2x2Type">
  <annotation>
    <documentation>A type for 2x2 VCV described as a list of double values.</documentation>
  </annotation>
  <simpleContent>
    <extension base="geo:ValueTypes3">
      <attribute name="codeSpace" type="anyURI" use="required"/>
      <attribute name="srsName" type="anyURI">
        <annotation>
          <documentation>Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.</documentation>
        </annotation>
      </attribute>
      <attribute name="uomLabels" type="gml:NCNameList"/>
      <attribute name="axisLabels" type="gml:NCNameList"/>
      <attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:ValueTypes3
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram quality_xsd.tmp#doubleList3
Type union of(geo:doubleList3, string)
Used by
Complex Type geo:VCV2x2Type
Source
<simpleType name="ValueTypes3">
  <union memberTypes="geo:doubleList3 string"/>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Simple Type geo:doubleList3
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A gml:doubleList of length 3.
Diagram
Diagram
Type restriction of doubleList
Type hierarchy
Source
<simpleType name="doubleList3">
  <annotation>
    <documentation>A gml:doubleList of length 3.</documentation>
  </annotation>
  <restriction base="gml:doubleList">
    <length value="3"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:SingleValueType / @codeSpace
Namespace No namespace
Type anyURI
Properties
content simple
Used by
Complex Type geo:SingleValueType
Source
<attribute name="codeSpace" type="anyURI"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:SingleValueType / @uomLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:SingleValueType
Source
<attribute name="uomLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:SingleValueType / @confidence
Namespace No namespace
Type geo:ConfidenceTypeEnumeration
Properties
content simple
Facets
enumeration 1 sigma
enumeration 2 sigma
enumeration 3 sigma
enumeration 39.4%
enumeration 86.5%
enumeration 95%
enumeration 98.9%
enumeration unknown
Used by
Complex Type geo:SingleValueType
Source
<attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:ValueType / @codeSpace
Namespace No namespace
Type anyURI
Properties
use required
Used by
Complex Type geo:ValueType
Source
<attribute name="codeSpace" type="anyURI" use="required"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:ValueType / @uomLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:ValueType
Source
<attribute name="uomLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:ValueType / @axisLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:ValueType
Source
<attribute name="axisLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:ValueType / @confidence
Namespace No namespace
Type geo:ConfidenceTypeEnumeration
Properties
content simple
Facets
enumeration 1 sigma
enumeration 2 sigma
enumeration 3 sigma
enumeration 39.4%
enumeration 86.5%
enumeration 95%
enumeration 98.9%
enumeration unknown
Used by
Complex Type geo:ValueType
Source
<attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV3x3Type / @codeSpace
Namespace No namespace
Type anyURI
Properties
use required
Used by
Complex Type geo:VCV3x3Type
Source
<attribute name="codeSpace" type="anyURI" use="required"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV3x3Type / @srsName
Namespace No namespace
Annotations
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
Type anyURI
Properties
content simple
Used by
Complex Type geo:VCV3x3Type
Source
<attribute name="srsName" type="anyURI">
  <annotation>
    <documentation>Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.</documentation>
  </annotation>
</attribute>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV3x3Type / @uomLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:VCV3x3Type
Source
<attribute name="uomLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV3x3Type / @axisLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:VCV3x3Type
Source
<attribute name="axisLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV3x3Type / @confidence
Namespace No namespace
Type geo:ConfidenceTypeEnumeration
Properties
content simple
Facets
enumeration 1 sigma
enumeration 2 sigma
enumeration 3 sigma
enumeration 39.4%
enumeration 86.5%
enumeration 95%
enumeration 98.9%
enumeration unknown
Used by
Complex Type geo:VCV3x3Type
Source
<attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV2x2Type / @codeSpace
Namespace No namespace
Type anyURI
Properties
use required
Used by
Complex Type geo:VCV2x2Type
Source
<attribute name="codeSpace" type="anyURI" use="required"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV2x2Type / @srsName
Namespace No namespace
Annotations
Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.
Type anyURI
Properties
content simple
Used by
Complex Type geo:VCV2x2Type
Source
<attribute name="srsName" type="anyURI">
  <annotation>
    <documentation>Often the reference frame and coordinate system of the quality matrix matches that of the coordinates, but sometimes these figures can be provided in a difference coordinate system. For example, coordinates could be in geocentric cartesian coordinates, but the quality could be in topocentric (ENU) cartesian coordinates which thurs requires rotation and translation before propagating variance.</documentation>
  </annotation>
</attribute>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV2x2Type / @uomLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:VCV2x2Type
Source
<attribute name="uomLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV2x2Type / @axisLabels
Namespace No namespace
Type NCNameList
Properties
content simple
Used by
Complex Type geo:VCV2x2Type
Source
<attribute name="axisLabels" type="gml:NCNameList"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd
Attribute geo:VCV2x2Type / @confidence
Namespace No namespace
Type geo:ConfidenceTypeEnumeration
Properties
content simple
Facets
enumeration 1 sigma
enumeration 2 sigma
enumeration 3 sigma
enumeration 39.4%
enumeration 86.5%
enumeration 95%
enumeration 98.9%
enumeration unknown
Used by
Complex Type geo:VCV2x2Type
Source
<attribute name="confidence" type="geo:ConfidenceTypeEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/quality.xsd