Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema lineage.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/lineage.xsd
Element geo:AbstractPositionSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Define an abstract type to encapsulate the inputs and outputs of an "instance" of a coordinate operation. This instance is recorded to maintain the traceable lineage of a Position value.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation lineage_xsd.tmp#AbstractPositionSourceType lineage_xsd.tmp#PositionSource lineage_xsd.tmp#Transformation lineage_xsd.tmp#AbstractSource
Type geo:AbstractPositionSourceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:AbstractPositionSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:operation>{1,1}</geo:operation>
</geo:AbstractPositionSource>
Source
<element abstract="true" name="AbstractPositionSource" substitutionGroup="geo:AbstractSource" type="geo:AbstractPositionSourceType">
  <annotation>
    <documentation>Version 0.2.2: Define an abstract type to encapsulate the inputs and outputs of an "instance" of a coordinate operation. This instance is recorded to maintain the traceable lineage of a Position value.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractSourceType / geo:runDate
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Date and time this operation was run.
Diagram
Diagram
Type TimePositionType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="runDate" type="gml:TimePositionType">
  <annotation>
    <documentation>Date and time this operation was run.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractSourceType / geo:runBy
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CI_ResponsibleParty_PropertyType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="runBy" type="gmd:CI_ResponsibleParty_PropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractSourceType / geo:operands
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractOperand
Properties
content complex
minOccurs 0
Model
Children geo:AbstractOperand
Instance
<geo:operands xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractOperand>{1,1}</geo:AbstractOperand>
</geo:operands>
Source
<element minOccurs="0" name="operands">
  <complexType>
    <sequence maxOccurs="unbounded">
      <element ref="geo:AbstractOperand"/>
    </sequence>
  </complexType>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractOperand
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustmentMeasurement lineage_xsd.tmp#adjustmentPosition lineage_xsd.tmp#operand lineage_xsd.tmp#transformationMeasurement lineage_xsd.tmp#transformationPosition
Properties
abstract true
Substitution Group
Used by
Source
<element abstract="true" name="AbstractOperand"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractSourceType / geo:results
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractResult
Properties
content complex
minOccurs 0
Model
Children geo:AbstractResult
Instance
<geo:results xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractResult>{1,1}</geo:AbstractResult>
</geo:results>
Source
<element minOccurs="0" name="results">
  <complexType>
    <sequence maxOccurs="unbounded">
      <element ref="geo:AbstractResult"/>
    </sequence>
  </complexType>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractResult
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustedMeasurement lineage_xsd.tmp#adjustedPosition lineage_xsd.tmp#adjustedPositionQuality lineage_xsd.tmp#adjustmentValue lineage_xsd.tmp#result lineage_xsd.tmp#transformedMeasurement lineage_xsd.tmp#transformedPosition
Properties
abstract true
Substitution Group
Used by
Source
<element abstract="true" name="AbstractResult"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractPositionSourceType / geo:operation
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CoordinateOperationPropertyType
Properties
content simple
Source
<element name="operation" type="gml:CoordinateOperationPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractPositionEstimator
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators. Extends AbstractCoordinateOperation. gml:targetCRS and gml:sourceCRS have been removed.
Diagram
Diagram lineage_xsd.tmp#AbstractPositionEstimatorType lineage_xsd.tmp#PositionEstimatorProcess
Type geo:AbstractPositionEstimatorType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
  • AbstractCoordinateOperation
Used by
Complex Type geo:GeodesyMLType
Model
metaDataProperty* , description{0,1} , descriptionReference{0,1} , identifier , name* , remarks{0,1} , domainOfValidity{0,1} , scope+ , operationVersion{0,1} , coordinateOperationAccuracy*
Children coordinateOperationAccuracy, description, descriptionReference, domainOfValidity, identifier, metaDataProperty, name, operationVersion, remarks, scope
Instance
<geo:AbstractPositionEstimator xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <metaDataProperty>{0,unbounded}</metaDataProperty>
  <description>{0,1}</description>
  <descriptionReference>{0,1}</descriptionReference>
  <identifier>{1,1}</identifier>
  <name>{0,unbounded}</name>
  <remarks>{0,1}</remarks>
  <domainOfValidity>{0,1}</domainOfValidity>
  <scope>{1,unbounded}</scope>
  <operationVersion>{0,1}</operationVersion>
  <coordinateOperationAccuracy>{0,unbounded}</coordinateOperationAccuracy>
</geo:AbstractPositionEstimator>
Source
<element abstract="true" name="AbstractPositionEstimator" substitutionGroup="gml:AbstractCoordinateOperation" type="geo:AbstractPositionEstimatorType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators. Extends AbstractCoordinateOperation. gml:targetCRS and gml:sourceCRS have been removed.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractMeasurementSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Encapsulates measurement operation and the operands/results that define the operation event.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractMeasurementSourceType_operation lineage_xsd.tmp#AbstractMeasurementSourceType lineage_xsd.tmp#GNSSBaselineReduction lineage_xsd.tmp#AbstractSource
Type geo:AbstractMeasurementSourceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:AbstractMeasurementSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:operation>{1,1}</geo:operation>
</geo:AbstractMeasurementSource>
Source
<element abstract="true" name="AbstractMeasurementSource" substitutionGroup="geo:AbstractSource" type="geo:AbstractMeasurementSourceType">
  <annotation>
    <documentation>Version 0.2.2: Encapsulates measurement operation and the operands/results that define the operation event.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractMeasurementSourceType / geo:operation
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractMeasurementOperation lineage_xsd.tmp#MeasurementOperationPropertyType
Type geo:MeasurementOperationPropertyType
Properties
content complex
Model
Children geo:AbstractMeasurementOperation
Instance
<geo:operation xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractMeasurementOperation>{1,1}</geo:AbstractMeasurementOperation>
</geo:operation>
Source
<element name="operation" type="geo:MeasurementOperationPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractMeasurementOperation
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.
Diagram
Diagram lineage_xsd.tmp#ReductionMethod lineage_xsd.tmp#AbstractMeasurementOperationType_procedure lineage_xsd.tmp#AbstractMeasurementOperationType lineage_xsd.tmp#AbstractMeasurementEstimator
Type geo:AbstractMeasurementOperationType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
  • Definition
Used by
Model
Children geo:ReductionMethod, geo:procedure
Instance
<geo:AbstractMeasurementOperation xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:ReductionMethod>{0,1}</geo:ReductionMethod>
  <geo:procedure>{0,1}</geo:procedure>
</geo:AbstractMeasurementOperation>
Source
<element abstract="true" name="AbstractMeasurementOperation" substitutionGroup="gml:Definition" type="geo:AbstractMeasurementOperationType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:ReductionMethod
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ReductionMethod" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractMeasurementOperationType / geo:procedure
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type OM_ProcessPropertyType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="procedure" type="om:OM_ProcessPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractDefinitionSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Define an abstract type to encapsulate the inputs and outputs of an "instance" of a coordinate operation. This instance is recorded to maintain the traceable lineage of a Position value.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractDefinitionOperation lineage_xsd.tmp#AbstractDefinitionSourceType lineage_xsd.tmp#ReferenceFrameSource lineage_xsd.tmp#AbstractSource
Type geo:AbstractDefinitionSourceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Used by
Model
Children geo:AbstractDefinitionOperation, geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:AbstractDefinitionSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:AbstractDefinitionOperation>{1,1}</geo:AbstractDefinitionOperation>
</geo:AbstractDefinitionSource>
Source
<element abstract="true" name="AbstractDefinitionSource" substitutionGroup="geo:AbstractSource" type="geo:AbstractDefinitionSourceType">
  <annotation>
    <documentation>Version 0.2.2: Define an abstract type to encapsulate the inputs and outputs of an "instance" of a coordinate operation. This instance is recorded to maintain the traceable lineage of a Position value.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractDefinitionOperation
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of definitons.
Diagram
Diagram lineage_xsd.tmp#AbstractDefinitionOperationType lineage_xsd.tmp#AbstractDefinitionEstimator
Type geo:AbstractDefinitionOperationType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
  • Definition
Used by
Model
Source
<element abstract="true" name="AbstractDefinitionOperation" substitutionGroup="gml:Definition" type="geo:AbstractDefinitionOperationType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of definitons.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractDefinitionSource lineage_xsd.tmp#AbstractMeasurementSource lineage_xsd.tmp#AbstractPositionSource lineage_xsd.tmp#InterpolatedValueSource lineage_xsd.tmp#ObservationQualitySource
Type geo:AbstractSourceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
  • AbstractFeature
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:AbstractSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:AbstractSource>
Source
<element abstract="true" name="AbstractSource" substitutionGroup="gml:AbstractFeature" type="geo:AbstractSourceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation lineage_xsd.tmp#AbstractPositionSourceType lineage_xsd.tmp#PositionSourceType_EstimationType lineage_xsd.tmp#PositionSourceType_version lineage_xsd.tmp#PositionSourceType_epoch observationSystem_xsd.tmp#Status lineage_xsd.tmp#PositionSourceType_configureValue lineage_xsd.tmp#PositionSourceType lineage_xsd.tmp#AbstractPositionSource
Type geo:PositionSourceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children geo:EstimationType, geo:Status, geo:associatedDocument, geo:configureValue, geo:epoch, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:version, validTime
Instance
<geo:PositionSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:operation>{1,1}</geo:operation>
  <geo:EstimationType>{0,1}</geo:EstimationType>
  <geo:version>{0,1}</geo:version>
  <geo:epoch>{0,1}</geo:epoch>
  <geo:Status>{0,1}</geo:Status>
  <geo:configureValue axisLabels="" codeSpace="" confidence="" uomLabels="">{0,unbounded}</geo:configureValue>
</geo:PositionSource>
Source
<element name="PositionSource" substitutionGroup="geo:AbstractPositionSource" type="geo:PositionSourceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionSourceType / geo:EstimationType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
For clarity and identification purposes, some vendors may choose to denote the type of position estimation using a code supplied by a third party dictionary. A typical entry might be one of an enumeration of "Geodetic Adjustment", "National Adjustment" and "Campaign Adjustment" or could refer to a SINEX solution produced by Bernese "Daily Bernese SINEX" or "Weekly Bernese SINEX". This type is flexible enough to refer to both the business purpose for the estimation as well as infer the technique used in the estimation process.
Diagram
Diagram
Type CodeType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="EstimationType" type="gml:CodeType">
  <annotation>
    <documentation>For clarity and identification purposes, some vendors may choose to denote the type of position estimation using a code supplied by a third party dictionary. A typical entry might be one of an enumeration of "Geodetic Adjustment", "National Adjustment" and "Campaign Adjustment" or could refer to a SINEX solution produced by Bernese "Daily Bernese SINEX" or "Weekly Bernese SINEX". This type is flexible enough to refer to both the business purpose for the estimation as well as infer the technique used in the estimation process.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionSourceType / geo:version
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="version" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionSourceType / geo:epoch
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type TimePositionType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="epoch" type="gml:TimePositionType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionSourceType / geo:configureValue
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
In a geodetic adjustment a typical configureValue codeSpace would be the confidence interval for the t-test or f-test, or the computed degrees of freedom, number of measurements or positions, or estimator type.
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
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="configureValue" type="geo:ValueType">
  <annotation>
    <documentation>In a geodetic adjustment a typical configureValue codeSpace would be the confidence interval for the t-test or f-test, or the computed degrees of freedom, number of measurements or positions, or estimator type.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionEstimatorProcess
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Contains process steps that identify processes used for the generation of position parameters.
For geodetic adjustments this could involve a preprocessing step for generation of apriori coordinates, adjustment phases, outlier detection and removal and any other relevant procedures that impart a significant result on parameters.
For the generation of a SINEX file via GNSS processing software such as Bernese this type can be used to describe configuration steps.
Diagram
Diagram lineage_xsd.tmp#AbstractPositionEstimatorType lineage_xsd.tmp#PositionEstimatorProcessType_dimension lineage_xsd.tmp#PositionEstimatorProcessType_processStep lineage_xsd.tmp#PositionEstimatorProcessType lineage_xsd.tmp#AbstractPositionEstimator
Type geo:PositionEstimatorProcessType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
metaDataProperty* , description{0,1} , descriptionReference{0,1} , identifier , name* , remarks{0,1} , domainOfValidity{0,1} , scope+ , operationVersion{0,1} , coordinateOperationAccuracy* , geo:processStep+
Children coordinateOperationAccuracy, description, descriptionReference, domainOfValidity, geo:processStep, identifier, metaDataProperty, name, operationVersion, remarks, scope
Instance
<geo:PositionEstimatorProcess dimension="" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <metaDataProperty>{0,unbounded}</metaDataProperty>
  <description>{0,1}</description>
  <descriptionReference>{0,1}</descriptionReference>
  <identifier>{1,1}</identifier>
  <name>{0,unbounded}</name>
  <remarks>{0,1}</remarks>
  <domainOfValidity>{0,1}</domainOfValidity>
  <scope>{1,unbounded}</scope>
  <operationVersion>{0,1}</operationVersion>
  <coordinateOperationAccuracy>{0,unbounded}</coordinateOperationAccuracy>
  <geo:processStep>{1,unbounded}</geo:processStep>
</geo:PositionEstimatorProcess>
Attributes
Source
<element name="PositionEstimatorProcess" substitutionGroup="geo:AbstractPositionEstimator" type="geo:PositionEstimatorProcessType">
  <annotation>
    <documentation>Contains process steps that identify processes used for the generation of position parameters. For geodetic adjustments this could involve a preprocessing step for generation of apriori coordinates, adjustment phases, outlier detection and removal and any other relevant procedures that impart a significant result on parameters. For the generation of a SINEX file via GNSS processing software such as Bernese this type can be used to describe configuration steps.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionEstimatorProcessType / geo:processStep
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#PositionEstimatorProcessType_PositionEstimatorProcessType_processStep_description lineage_xsd.tmp#PositionEstimatorProcessType_PositionEstimatorProcessType_processStep_processReference lineage_xsd.tmp#PositionEstimatorProcessType_PositionEstimatorProcessType_processStep_processValue commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Properties
content complex
maxOccurs unbounded
Model
Children geo:associatedDocument, geo:description, geo:extension, geo:notes, geo:processReference, geo:processValue
Instance
<geo:processStep xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:description>{1,1}</geo:description>
  <geo:processReference>{0,1}</geo:processReference>
  <geo:processValue axisLabels="" codeSpace="" confidence="" uomLabels="">{0,unbounded}</geo:processValue>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:processStep>
Source
<element maxOccurs="unbounded" name="processStep">
  <complexType>
    <sequence>
      <element name="description" type="string"/>
      <element minOccurs="0" name="processReference" type="gml:ReferenceType"/>
      <element maxOccurs="unbounded" minOccurs="0" name="processValue" type="geo:ValueType"/>
      <group ref="geo:RemarksGroup"/>
    </sequence>
  </complexType>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionEstimatorProcessType / geo:processStep / geo:description
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="description" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionEstimatorProcessType / geo:processStep / geo:processReference
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="processReference" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:PositionEstimatorProcessType / geo:processStep / geo:processValue
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
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
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="processValue" type="geo:ValueType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:operand
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AnyOperandType_type lineage_xsd.tmp#AnyOperandType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AnyOperandType lineage_xsd.tmp#AbstractOperand
Type geo:AnyOperandType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:type, geo:value
Instance
<geo:operand xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:type>{0,1}</geo:type>
  <geo:value>{0,1}</geo:value>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:operand>
Source
<element name="operand" substitutionGroup="geo:AbstractOperand" type="geo:AnyOperandType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AnyOperandType / geo:type
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CodeType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="type" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AnyOperandType / geo:value
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Properties
minOccurs 0
Source
<element minOccurs="0" name="value" type="anyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:result
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AnyResultType_type lineage_xsd.tmp#AnyResultType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AnyResultType lineage_xsd.tmp#AbstractResult
Type geo:AnyResultType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:type, geo:value
Instance
<geo:result xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:type>{0,1}</geo:type>
  <geo:value>{0,1}</geo:value>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:result>
Source
<element name="result" substitutionGroup="geo:AbstractResult" type="geo:AnyResultType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AnyResultType / geo:type
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CodeType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="type" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AnyResultType / geo:value
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Properties
minOccurs 0
Source
<element minOccurs="0" name="value" type="anyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Position for nodes within adjustment.
Diagram
Diagram lineage_xsd.tmp#adjustmentPositionType_constraint lineage_xsd.tmp#adjustmentPositionType_usesPosition quality_xsd.tmp#AbstractQuality commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#adjustmentPositionType lineage_xsd.tmp#AbstractOperand
Type geo:adjustmentPositionType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:AbstractQuality, geo:associatedDocument, geo:extension, geo:notes, geo:usesPosition
Instance
<geo:adjustmentPosition constraint="" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:usesPosition>{1,1}</geo:usesPosition>
  <geo:AbstractQuality>{0,1}</geo:AbstractQuality>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:adjustmentPosition>
Attributes
QName Type Use
constraint geo:NodeConstraintEnumeration optional
Source
<element name="adjustmentPosition" substitutionGroup="geo:AbstractOperand" type="geo:adjustmentPositionType">
  <annotation>
    <documentation>Position for nodes within adjustment.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentPositionType / geo:usesPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram observationSystem_xsd.tmp#Position observationSystem_xsd.tmp#PositionTimeSeries observationSystem_xsd.tmp#PositionPropertyType_TimeSlice observationSystem_xsd.tmp#PositionPropertyType
Type geo:PositionPropertyType
Properties
content complex
Model
Children geo:Position, geo:PositionTimeSeries, geo:TimeSlice
Instance
<geo:usesPosition xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:Position>{1,1}</geo:Position>
  <geo:PositionTimeSeries srsDimension="" srsName="">{0,1}</geo:PositionTimeSeries>
  <geo:TimeSlice>{1,1}</geo:TimeSlice>
</geo:usesPosition>
Source
<element name="usesPosition" type="geo:PositionPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentMeasurement
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Measurements within adjustment.
Diagram
Diagram lineage_xsd.tmp#adjustmentMeasurementType_include lineage_xsd.tmp#adjustmentMeasurementType_usesMeasurement lineage_xsd.tmp#adjustmentMeasurementType_aprioriScalar commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#adjustmentMeasurementType lineage_xsd.tmp#AbstractOperand
Type geo:adjustmentMeasurementType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:aprioriScalar, geo:associatedDocument, geo:extension, geo:notes, geo:usesMeasurement
Instance
<geo:adjustmentMeasurement include="true" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:usesMeasurement>{1,1}</geo:usesMeasurement>
  <geo:aprioriScalar axisLabels="" codeSpace="" confidence="" uomLabels="">{0,unbounded}</geo:aprioriScalar>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:adjustmentMeasurement>
Attributes
QName Type Default Use
include boolean true optional
Source
<element name="adjustmentMeasurement" substitutionGroup="geo:AbstractOperand" type="geo:adjustmentMeasurementType">
  <annotation>
    <documentation>Measurements within adjustment.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentMeasurementType / geo:usesMeasurement
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram measurement_xsd.tmp#AbstractMeasurement measurement_xsd.tmp#AbstractMeasurementPropertyType
Type geo:AbstractMeasurementPropertyType
Properties
content complex
Model
Children geo:AbstractMeasurement
Instance
<geo:usesMeasurement xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractMeasurement>{1,1}</geo:AbstractMeasurement>
</geo:usesMeasurement>
Source
<element name="usesMeasurement" type="geo:AbstractMeasurementPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentMeasurementType / geo:aprioriScalar
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
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
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="aprioriScalar" type="geo:ValueType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustmentValue
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Used for returning information about the adjustment.
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 lineage_xsd.tmp#AbstractResult
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="adjustmentValue" substitutionGroup="geo:AbstractResult" type="geo:ValueType">
  <annotation>
    <documentation>Used for returning information about the adjustment.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Position returned from an adjustment. This element may be redundant since this link will be identified in a PositionType:source element.
Diagram
Diagram lineage_xsd.tmp#adjustedPositionType_usesPosition commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#adjustedPositionType lineage_xsd.tmp#AbstractResult
Type geo:adjustedPositionType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:usesPosition
Instance
<geo:adjustedPosition xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:usesPosition>{1,1}</geo:usesPosition>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:adjustedPosition>
Source
<element name="adjustedPosition" substitutionGroup="geo:AbstractResult" type="geo:adjustedPositionType">
  <annotation>
    <documentation>Position returned from an adjustment. This element may be redundant since this link will be identified in a PositionType:source element.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPositionType / geo:usesPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram observationSystem_xsd.tmp#Position observationSystem_xsd.tmp#PositionTimeSeries observationSystem_xsd.tmp#PositionPropertyType_TimeSlice observationSystem_xsd.tmp#PositionPropertyType
Type geo:PositionPropertyType
Properties
content complex
Model
Children geo:Position, geo:PositionTimeSeries, geo:TimeSlice
Instance
<geo:usesPosition xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:Position>{1,1}</geo:Position>
  <geo:PositionTimeSeries srsDimension="" srsName="">{0,1}</geo:PositionTimeSeries>
  <geo:TimeSlice>{1,1}</geo:TimeSlice>
</geo:usesPosition>
Source
<element name="usesPosition" type="geo:PositionPropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPositionQuality
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Covariances between adjusted positions determined as part of adjustment.
Diagram
Diagram lineage_xsd.tmp#adjustedPositionQualityType_atPosition lineage_xsd.tmp#adjustedPositionQualityType_toPosition lineage_xsd.tmp#adjustedPositionQualityType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#adjustedPositionQualityType lineage_xsd.tmp#AbstractResult
Type geo:adjustedPositionQualityType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:atPosition, geo:extension, geo:notes, geo:toPosition, geo:value
Instance
<geo:adjustedPositionQuality xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:atPosition>{1,1}</geo:atPosition>
  <geo:toPosition>{1,1}</geo:toPosition>
  <geo:value axisLabels="" codeSpace="" confidence="" uomLabels="">{1,1}</geo:value>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:adjustedPositionQuality>
Source
<element name="adjustedPositionQuality" substitutionGroup="geo:AbstractResult" type="geo:adjustedPositionQualityType">
  <annotation>
    <documentation>Covariances between adjusted positions determined as part of adjustment.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPositionQualityType / geo:atPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
Source
<element name="atPosition" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPositionQualityType / geo:toPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
Source
<element name="toPosition" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedPositionQualityType / geo:value
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
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
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element name="value" type="geo:ValueType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedMeasurement
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Additional values returned from an adjustment for measurement line.  For example may be residuals or statistics.
Diagram
Diagram lineage_xsd.tmp#adjustedMeasurementType_atLine lineage_xsd.tmp#adjustedMeasurementType_atPoint lineage_xsd.tmp#adjustedMeasurementType_adjustmentValue lineage_xsd.tmp#adjustedMeasurementType lineage_xsd.tmp#AbstractResult
Type geo:adjustedMeasurementType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:adjustmentValue, geo:atLine, geo:atPoint
Instance
<geo:adjustedMeasurement xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:atLine>{1,1}</geo:atLine>
  <geo:atPoint>{1,1}</geo:atPoint>
  <geo:adjustmentValue axisLabels="" codeSpace="" confidence="" uomLabels="">{1,unbounded}</geo:adjustmentValue>
</geo:adjustedMeasurement>
Source
<element name="adjustedMeasurement" substitutionGroup="geo:AbstractResult" type="geo:adjustedMeasurementType">
  <annotation>
    <documentation>Additional values returned from an adjustment for measurement line. For example may be residuals or statistics.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedMeasurementType / geo:atLine
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
Source
<element name="atLine" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedMeasurementType / geo:atPoint
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
Source
<element name="atPoint" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:adjustedMeasurementType / geo:adjustmentValue
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
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
maxOccurs unbounded
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element maxOccurs="unbounded" name="adjustmentValue" type="geo:ValueType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:Transformation
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation lineage_xsd.tmp#AbstractPositionSourceType lineage_xsd.tmp#TransformationType_version lineage_xsd.tmp#TransformationType_epoch lineage_xsd.tmp#TransformationType_status commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#TransformationType lineage_xsd.tmp#AbstractPositionSource
Type geo:TransformationType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:epoch, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:status, geo:version, validTime
Instance
<geo:Transformation xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:operation>{1,1}</geo:operation>
  <geo:version>{0,1}</geo:version>
  <geo:epoch>{0,1}</geo:epoch>
  <geo:status>{1,1}</geo:status>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:Transformation>
Source
<element name="Transformation" substitutionGroup="geo:AbstractPositionSource" type="geo:TransformationType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:TransformationType / geo:version
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="version" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:TransformationType / geo:epoch
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type TimePositionType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="epoch" type="gml:TimePositionType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:TransformationType / geo:status
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CodeType
Properties
content simple
Source
<element name="status" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:transformationPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
The operand to a transformation on a position.
Diagram
Diagram observationSystem_xsd.tmp#Position lineage_xsd.tmp#transformationPositionType lineage_xsd.tmp#AbstractOperand
Type geo:transformationPositionType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:Position
Instance
<geo:transformationPosition xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:Position>{1,1}</geo:Position>
</geo:transformationPosition>
Source
<element name="transformationPosition" substitutionGroup="geo:AbstractOperand" type="geo:transformationPositionType">
  <annotation>
    <documentation>The operand to a transformation on a position.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:transformationMeasurement
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
The operand to a transformation on a datum-defined measurement.
Diagram
Diagram measurement_xsd.tmp#AbstractMeasurement lineage_xsd.tmp#transformationMeasurementType lineage_xsd.tmp#AbstractOperand
Type geo:transformationMeasurementType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:AbstractMeasurement
Instance
<geo:transformationMeasurement xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractMeasurement>{1,1}</geo:AbstractMeasurement>
</geo:transformationMeasurement>
Source
<element name="transformationMeasurement" substitutionGroup="geo:AbstractOperand" type="geo:transformationMeasurementType">
  <annotation>
    <documentation>The operand to a transformation on a datum-defined measurement.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:transformedPosition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
The result of a transformation on a position.
Diagram
Diagram observationSystem_xsd.tmp#Position lineage_xsd.tmp#transformedPositionType lineage_xsd.tmp#AbstractResult
Type geo:transformedPositionType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:Position
Instance
<geo:transformedPosition xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:Position>{1,1}</geo:Position>
</geo:transformedPosition>
Source
<element name="transformedPosition" substitutionGroup="geo:AbstractResult" type="geo:transformedPositionType">
  <annotation>
    <documentation>The result of a transformation on a position.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:transformedMeasurement
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
The result of a transformation on a datum-defined measurement.
Diagram
Diagram measurement_xsd.tmp#AbstractMeasurement lineage_xsd.tmp#transformedMeasurementType lineage_xsd.tmp#AbstractResult
Type geo:transformedMeasurementType
Properties
content complex
Substitution Group Affiliation
Model
Children geo:AbstractMeasurement
Instance
<geo:transformedMeasurement xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:AbstractMeasurement>{1,1}</geo:AbstractMeasurement>
</geo:transformedMeasurement>
Source
<element name="transformedMeasurement" substitutionGroup="geo:AbstractResult" type="geo:transformedMeasurementType">
  <annotation>
    <documentation>The result of a transformation on a datum-defined measurement.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractMeasurementEstimator
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.
Diagram
Diagram lineage_xsd.tmp#ReductionMethod lineage_xsd.tmp#AbstractMeasurementOperationType_procedure lineage_xsd.tmp#AbstractMeasurementOperationType lineage_xsd.tmp#AbstractMeasurementEstimatorType lineage_xsd.tmp#AbstractMeasurementOperation
Type geo:AbstractMeasurementEstimatorType
Type hierarchy
Properties
content complex
abstract true
Substitution Group Affiliation
Model
Children geo:ReductionMethod, geo:procedure
Instance
<geo:AbstractMeasurementEstimator xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:ReductionMethod>{0,1}</geo:ReductionMethod>
  <geo:procedure>{0,1}</geo:procedure>
</geo:AbstractMeasurementEstimator>
Source
<element abstract="true" name="AbstractMeasurementEstimator" substitutionGroup="geo:AbstractMeasurementOperation" type="geo:AbstractMeasurementEstimatorType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:GNSSBaselineReduction
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractMeasurementSourceType_operation lineage_xsd.tmp#AbstractMeasurementSourceType commonTypes_xsd.tmp#RequiredSRSReferenceGroup lineage_xsd.tmp#GNSSBaselineReductionType_version lineage_xsd.tmp#GNSSBaselineReductionType_status lineage_xsd.tmp#GNSSBaselineReductionType_configureValue commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#GNSSBaselineReductionType lineage_xsd.tmp#AbstractMeasurementSource
Type geo:GNSSBaselineReductionType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children geo:associatedDocument, geo:configureValue, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:status, geo:version, validTime
Instance
<geo:GNSSBaselineReduction srsDimension="" srsName="" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:operation>{1,1}</geo:operation>
  <geo:version>{0,1}</geo:version>
  <geo:status>{1,1}</geo:status>
  <geo:configureValue axisLabels="" codeSpace="" confidence="" uomLabels="">{0,unbounded}</geo:configureValue>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
</geo:GNSSBaselineReduction>
Attributes
QName Type Use
srsDimension positiveInteger optional
srsName anyURI required
Source
<element name="GNSSBaselineReduction" substitutionGroup="geo:AbstractMeasurementSource" type="geo:GNSSBaselineReductionType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:GNSSBaselineReductionType / geo:version
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="version" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:GNSSBaselineReductionType / geo:status
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CodeType
Properties
content simple
Source
<element name="status" type="gml:CodeType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:GNSSBaselineReductionType / geo:configureValue
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
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
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
axisLabels NCNameList optional
codeSpace anyURI required
confidence geo:ConfidenceTypeEnumeration optional
uomLabels NCNameList optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="configureValue" type="geo:ValueType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:AbstractDefinitionEstimator
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of definition estimators. Usually defines a collocation or inversion.
Diagram
Diagram lineage_xsd.tmp#AbstractDefinitionOperationType lineage_xsd.tmp#AbstractDefinitionEstimatorType lineage_xsd.tmp#AbstractDefinitionOperation
Type geo:AbstractDefinitionEstimatorType
Type hierarchy
Properties
content complex
abstract true
Substitution Group Affiliation
Model
Source
<element abstract="true" name="AbstractDefinitionEstimator" substitutionGroup="geo:AbstractDefinitionOperation" type="geo:AbstractDefinitionEstimatorType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of definition estimators. Usually defines a collocation or inversion.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:ReferenceFrameSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractDefinitionOperation lineage_xsd.tmp#AbstractDefinitionSourceType lineage_xsd.tmp#ReferenceFrameSourceType lineage_xsd.tmp#AbstractDefinitionSource
Type geo:ReferenceFrameSourceType
Type hierarchy
Properties
content complex
abstract true
Substitution Group Affiliation
Model
Children geo:AbstractDefinitionOperation, geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:ReferenceFrameSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:AbstractDefinitionOperation>{1,1}</geo:AbstractDefinitionOperation>
</geo:ReferenceFrameSource>
Source
<element abstract="true" name="ReferenceFrameSource" substitutionGroup="geo:AbstractDefinitionSource" type="geo:ReferenceFrameSourceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:InterpolatedValueSource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Define an abstract type to encapsulate the operands, results and process of the operation event that produced an interpolated value.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#InterpolatedValueSourceType_definition lineage_xsd.tmp#InterpolatedValueSourceType lineage_xsd.tmp#AbstractSource
Type geo:InterpolatedValueSourceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children geo:associatedDocument, geo:definition, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:InterpolatedValueSource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:definition>{1,1}</geo:definition>
</geo:InterpolatedValueSource>
Source
<element name="InterpolatedValueSource" substitutionGroup="geo:AbstractSource" type="geo:InterpolatedValueSourceType">
  <annotation>
    <documentation>Version 0.2.2: Define an abstract type to encapsulate the operands, results and process of the operation event that produced an interpolated value.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:InterpolatedValueSourceType / geo:definition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type DictionaryEntryType
Properties
content simple
Source
<element name="definition" type="gml:DictionaryEntryType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:ObservationQualitySource
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Define an abstract type to encapsulate the operands, results and process of the operation event that produced observation quality meta-data.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#ObservationQualitySourceType_definition lineage_xsd.tmp#ObservationQualitySourceType lineage_xsd.tmp#AbstractSource
Type geo:ObservationQualitySourceType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children geo:associatedDocument, geo:definition, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Instance
<geo:ObservationQualitySource xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <validTime>{1,1}</validTime>
  <geo:runDate>{0,1}</geo:runDate>
  <geo:runBy>{0,1}</geo:runBy>
  <geo:operands>{0,1}</geo:operands>
  <geo:results>{0,1}</geo:results>
  <geo:notes>{0,1}</geo:notes>
  <geo:associatedDocument>{0,unbounded}</geo:associatedDocument>
  <geo:extension>{0,1}</geo:extension>
  <geo:definition>{1,1}</geo:definition>
</geo:ObservationQualitySource>
Source
<element name="ObservationQualitySource" substitutionGroup="geo:AbstractSource" type="geo:ObservationQualitySourceType">
  <annotation>
    <documentation>Version 0.2.2: Define an abstract type to encapsulate the operands, results and process of the operation event that produced observation quality meta-data.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Element geo:ObservationQualitySourceType / geo:definition
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type DictionaryEntryType
Properties
content simple
Source
<element name="definition" type="gml:DictionaryEntryType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractPositionSourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractPositionSource
Used by
Model
Children geo:AbstractPositionSource
Source
<complexType name="AbstractPositionSourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:AbstractPositionSource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractPositionSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation
Type extension of geo:AbstractSourceType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="AbstractPositionSourceType">
  <annotation>
    <documentation>Encapsulates</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractSourceType">
      <sequence>
        <element name="operation" type="gml:CoordinateOperationPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates operands and results related to the event of running an operation. It is intended that this complex type is extended to include a reference to the particular operation type to be recorded.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Type extension of AbstractFeatureType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="AbstractSourceType">
  <annotation>
    <documentation>Encapsulates operands and results related to the event of running an operation. It is intended that this complex type is extended to include a reference to the particular operation type to be recorded.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractFeatureType">
      <sequence>
        <element ref="gml:validTime">
          <annotation>
            <documentation>The valid time range or instant for this encapsulation.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="runDate" type="gml:TimePositionType">
          <annotation>
            <documentation>Date and time this operation was run.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="runBy" type="gmd:CI_ResponsibleParty_PropertyType"/>
        <element minOccurs="0" name="operands">
          <complexType>
            <sequence maxOccurs="unbounded">
              <element ref="geo:AbstractOperand"/>
            </sequence>
          </complexType>
        </element>
        <element minOccurs="0" name="results">
          <complexType>
            <sequence maxOccurs="unbounded">
              <element ref="geo:AbstractResult"/>
            </sequence>
          </complexType>
        </element>
        <group ref="geo:RemarksGroup"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractPositionEstimatorType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of AbstractCoordinateOperationType
Type hierarchy
Used by
Model
metaDataProperty* , description{0,1} , descriptionReference{0,1} , identifier , name* , remarks{0,1} , domainOfValidity{0,1} , scope+ , operationVersion{0,1} , coordinateOperationAccuracy*
Children coordinateOperationAccuracy, description, descriptionReference, domainOfValidity, identifier, metaDataProperty, name, operationVersion, remarks, scope
Source
<complexType name="AbstractPositionEstimatorType">
  <complexContent>
    <restriction base="gml:AbstractCoordinateOperationType">
      <sequence>
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" ref="gml:metaDataProperty"/>
          <element minOccurs="0" ref="gml:description"/>
          <element minOccurs="0" ref="gml:descriptionReference"/>
          <element ref="gml:identifier"/>
          <element maxOccurs="unbounded" minOccurs="0" ref="gml:name"/>
        </sequence>
        <sequence>
          <element minOccurs="0" ref="gml:remarks"/>
        </sequence>
        <sequence>
          <element minOccurs="0" ref="gml:domainOfValidity"/>
          <element maxOccurs="unbounded" ref="gml:scope"/>
          <element minOccurs="0" ref="gml:operationVersion"/>
          <element maxOccurs="unbounded" minOccurs="0" ref="gml:coordinateOperationAccuracy"/>
        </sequence>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractMeasurementSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates measurement operation and the operands/results that define the operation event.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractMeasurementSourceType_operation
Type extension of geo:AbstractSourceType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="AbstractMeasurementSourceType">
  <annotation>
    <documentation>Encapsulates measurement operation and the operands/results that define the operation event.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractSourceType">
      <sequence>
        <element name="operation" type="geo:MeasurementOperationPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:MeasurementOperationPropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
geo:MeasurementOperationPropertyType is a property type for association roles to a measurement operation, either referencing or containing the definition of that measurement operation.
Diagram
Diagram lineage_xsd.tmp#AbstractMeasurementOperation
Used by
Model
Children geo:AbstractMeasurementOperation
Source
<complexType name="MeasurementOperationPropertyType">
  <annotation>
    <documentation>geo:MeasurementOperationPropertyType is a property type for association roles to a measurement operation, either referencing or containing the definition of that measurement operation.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="geo:AbstractMeasurementOperation"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractMeasurementOperationType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.
Diagram
Diagram lineage_xsd.tmp#ReductionMethod lineage_xsd.tmp#AbstractMeasurementOperationType_procedure
Type extension of IdentifiedObjectType
Type hierarchy
Used by
Model
Children geo:ReductionMethod, geo:procedure
Source
<complexType name="AbstractMeasurementOperationType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:IdentifiedObjectType">
      <sequence>
        <element minOccurs="0" ref="geo:ReductionMethod"/>
        <element minOccurs="0" name="procedure" type="om:OM_ProcessPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractDefinitionSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates a reference to the operation definition used to produce resultant parameters that are gazetted in the gml:IdentifiedObject.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractDefinitionOperation
Type extension of geo:AbstractSourceType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:AbstractDefinitionOperation, geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="AbstractDefinitionSourceType">
  <annotation>
    <documentation>Encapsulates a reference to the operation definition used to produce resultant parameters that are gazetted in the gml:IdentifiedObject.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractSourceType">
      <sequence>
        <element ref="geo:AbstractDefinitionOperation"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractDefinitionOperationType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.
Diagram
Diagram
Type extension of IdentifiedObjectType
Type hierarchy
Used by
Model
Source
<complexType name="AbstractDefinitionOperationType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractCoordinateOperation for the purpose of the definition of estimators.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:IdentifiedObjectType">
      <sequence/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractDefinitionSourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractDefinitionSource
Used by
Model
Children geo:AbstractDefinitionSource
Source
<complexType name="AbstractDefinitionSourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:AbstractDefinitionSource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractSourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractSource
Model
Children geo:AbstractSource
Source
<complexType name="AbstractSourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:AbstractSource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:PositionSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A position source encapsulates any position estimation operation with source and destination references to operands, resultant parameters and configuration options.
To encapsulate a geodetic adjustment, the least squares estimation operation would be the referenced along with operand positions and measurements.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation lineage_xsd.tmp#AbstractPositionSourceType lineage_xsd.tmp#PositionSourceType_EstimationType lineage_xsd.tmp#PositionSourceType_version lineage_xsd.tmp#PositionSourceType_epoch observationSystem_xsd.tmp#Status lineage_xsd.tmp#PositionSourceType_configureValue
Type extension of geo:AbstractPositionSourceType
Type hierarchy
Used by
Model
Children geo:EstimationType, geo:Status, geo:associatedDocument, geo:configureValue, geo:epoch, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:version, validTime
Source
<complexType name="PositionSourceType">
  <annotation>
    <documentation>A position source encapsulates any position estimation operation with source and destination references to operands, resultant parameters and configuration options. To encapsulate a geodetic adjustment, the least squares estimation operation would be the referenced along with operand positions and measurements.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractPositionSourceType">
      <sequence>
        <element minOccurs="0" name="EstimationType" type="gml:CodeType">
          <annotation>
            <documentation>For clarity and identification purposes, some vendors may choose to denote the type of position estimation using a code supplied by a third party dictionary. A typical entry might be one of an enumeration of "Geodetic Adjustment", "National Adjustment" and "Campaign Adjustment" or could refer to a SINEX solution produced by Bernese "Daily Bernese SINEX" or "Weekly Bernese SINEX". This type is flexible enough to refer to both the business purpose for the estimation as well as infer the technique used in the estimation process.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="version" type="string"/>
        <element minOccurs="0" name="epoch" type="gml:TimePositionType"/>
        <element minOccurs="0" ref="geo:Status"/>
        <element maxOccurs="unbounded" minOccurs="0" name="configureValue" type="geo:ValueType">
          <annotation>
            <documentation>In a geodetic adjustment a typical configureValue codeSpace would be the confidence interval for the t-test or f-test, or the computed degrees of freedom, number of measurements or positions, or estimator type.</documentation>
          </annotation>
        </element>
      </sequence>
      <attributeGroup ref="gml:SRSReferenceGroup"/>
    </extension>
    <!--<attributeGroup ref="geo:SpatialReferenceGroup"/>-->
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:PositionEstimatorProcessType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractPositionEstimatorType lineage_xsd.tmp#PositionEstimatorProcessType_dimension lineage_xsd.tmp#PositionEstimatorProcessType_processStep
Type extension of geo:AbstractPositionEstimatorType
Type hierarchy
Used by
Model
metaDataProperty* , description{0,1} , descriptionReference{0,1} , identifier , name* , remarks{0,1} , domainOfValidity{0,1} , scope+ , operationVersion{0,1} , coordinateOperationAccuracy* , geo:processStep+
Children coordinateOperationAccuracy, description, descriptionReference, domainOfValidity, geo:processStep, identifier, metaDataProperty, name, operationVersion, remarks, scope
Attributes
Source
<complexType name="PositionEstimatorProcessType">
  <complexContent>
    <extension base="geo:AbstractPositionEstimatorType">
      <sequence>
        <element maxOccurs="unbounded" name="processStep">
          <complexType>
            <sequence>
              <element name="description" type="string"/>
              <element minOccurs="0" name="processReference" type="gml:ReferenceType"/>
              <element maxOccurs="unbounded" minOccurs="0" name="processValue" type="geo:ValueType"/>
              <group ref="geo:RemarksGroup"/>
            </sequence>
          </complexType>
        </element>
      </sequence>
      <attribute name="dimension" type="geo:PositionDimensionEnumeration"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Simple Type geo:PositionDimensionEnumeration
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of string
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration 4
Used by
Source
<simpleType name="PositionDimensionEnumeration">
  <restriction base="string">
    <enumeration value="1"/>
    <enumeration value="2"/>
    <enumeration value="3"/>
    <enumeration value="4"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AnyOperandType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AnyOperandType_type lineage_xsd.tmp#AnyOperandType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Element geo:operand
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:type, geo:value
Source
<complexType name="AnyOperandType">
  <sequence>
    <element minOccurs="0" name="type" type="gml:CodeType"/>
    <element minOccurs="0" name="value" type="anyType"/>
    <group ref="geo:RemarksGroup"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AnyResultType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AnyResultType_type lineage_xsd.tmp#AnyResultType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Element geo:result
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:type, geo:value
Source
<complexType name="AnyResultType">
  <sequence>
    <element minOccurs="0" name="type" type="gml:CodeType"/>
    <element minOccurs="0" name="value" type="anyType"/>
    <group ref="geo:RemarksGroup"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:adjustmentPositionType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A reference to the Position record and a description of parameters to constrain.
Diagram
Diagram lineage_xsd.tmp#adjustmentPositionType_constraint lineage_xsd.tmp#adjustmentPositionType_usesPosition quality_xsd.tmp#AbstractQuality commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Model
Children geo:AbstractQuality, geo:associatedDocument, geo:extension, geo:notes, geo:usesPosition
Attributes
QName Type Use
constraint geo:NodeConstraintEnumeration optional
Source
<complexType name="adjustmentPositionType">
  <annotation>
    <documentation>A reference to the Position record and a description of parameters to constrain.</documentation>
  </annotation>
  <sequence>
    <element name="usesPosition" type="geo:PositionPropertyType"/>
    <element minOccurs="0" ref="geo:AbstractQuality">
      <annotation>
        <documentation>This quality element acts as a datum constraint and is typically a VCV or PU constraint of this position to the datum of the estimation/adjustment. This element would be used in conjunction with the constraint attribute set to "Constrained".</documentation>
      </annotation>
    </element>
    <group ref="geo:RemarksGroup"/>
  </sequence>
  <attribute name="constraint" type="geo:NodeConstraintEnumeration"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Simple Type geo:NodeConstraintEnumeration
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of string
Facets
enumeration Free
enumeration Constrained
enumeration Constrained Vertical
enumeration Constrained Horizontal
Used by
Source
<simpleType name="NodeConstraintEnumeration">
  <restriction base="string">
    <enumeration value="Free"/>
    <enumeration value="Constrained"/>
    <enumeration value="Constrained Vertical"/>
    <enumeration value="Constrained Horizontal"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:adjustmentMeasurementType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustmentMeasurementType_include lineage_xsd.tmp#adjustmentMeasurementType_usesMeasurement lineage_xsd.tmp#adjustmentMeasurementType_aprioriScalar commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Model
Children geo:aprioriScalar, geo:associatedDocument, geo:extension, geo:notes, geo:usesMeasurement
Attributes
QName Type Default Use
include boolean true optional
Source
<complexType name="adjustmentMeasurementType">
  <sequence>
    <element name="usesMeasurement" type="geo:AbstractMeasurementPropertyType"/>
    <element maxOccurs="unbounded" minOccurs="0" name="aprioriScalar" type="geo:ValueType"/>
    <group ref="geo:RemarksGroup"/>
  </sequence>
  <attribute default="true" name="include" type="boolean"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:adjustedPositionType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustedPositionType_usesPosition commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Model
Children geo:associatedDocument, geo:extension, geo:notes, geo:usesPosition
Source
<complexType name="adjustedPositionType">
  <sequence>
    <element name="usesPosition" type="geo:PositionPropertyType"/>
    <group ref="geo:RemarksGroup"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:adjustedPositionQualityType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustedPositionQualityType_atPosition lineage_xsd.tmp#adjustedPositionQualityType_toPosition lineage_xsd.tmp#adjustedPositionQualityType_value commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Used by
Model
Children geo:associatedDocument, geo:atPosition, geo:extension, geo:notes, geo:toPosition, geo:value
Source
<complexType name="adjustedPositionQualityType">
  <sequence>
    <element name="atPosition" type="gml:ReferenceType"/>
    <element name="toPosition" type="gml:ReferenceType"/>
    <element name="value" type="geo:ValueType"/>
    <group ref="geo:RemarksGroup"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:adjustedMeasurementType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#adjustedMeasurementType_atLine lineage_xsd.tmp#adjustedMeasurementType_atPoint lineage_xsd.tmp#adjustedMeasurementType_adjustmentValue
Used by
Model
Children geo:adjustmentValue, geo:atLine, geo:atPoint
Source
<complexType name="adjustedMeasurementType">
  <sequence>
    <choice>
      <element name="atLine" type="gml:ReferenceType"/>
      <element name="atPoint" type="gml:ReferenceType"/>
    </choice>
    <element maxOccurs="unbounded" name="adjustmentValue" type="geo:ValueType"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:TransformationType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A Transformation encapsulates the coordinate operation with source and destination references to operand and result data.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractPositionSourceType_operation lineage_xsd.tmp#AbstractPositionSourceType lineage_xsd.tmp#TransformationType_version lineage_xsd.tmp#TransformationType_epoch lineage_xsd.tmp#TransformationType_status commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Type extension of geo:AbstractPositionSourceType
Type hierarchy
Used by
Model
Children geo:associatedDocument, geo:epoch, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:status, geo:version, validTime
Source
<complexType name="TransformationType">
  <annotation>
    <documentation>A Transformation encapsulates the coordinate operation with source and destination references to operand and result data.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractPositionSourceType">
      <sequence>
        <element minOccurs="0" name="version" type="string"/>
        <element minOccurs="0" name="epoch" type="gml:TimePositionType"/>
        <element name="status" type="gml:CodeType"/>
        <group ref="geo:RemarksGroup"/>
      </sequence>
      <attributeGroup ref="gml:SRSReferenceGroup">
        <annotation>
          <documentation>The transformation source and destination CRS are required elements in the GML transformation coordinate operation. The ability to note the srsName and dimension of the results here is optional.</documentation>
        </annotation>
      </attributeGroup>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:transformationPositionType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram observationSystem_xsd.tmp#Position
Used by
Model
Children geo:Position
Source
<complexType name="transformationPositionType">
  <sequence>
    <element ref="geo:Position"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:transformationMeasurementType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram measurement_xsd.tmp#AbstractMeasurement
Used by
Model
Children geo:AbstractMeasurement
Source
<complexType name="transformationMeasurementType">
  <sequence>
    <element ref="geo:AbstractMeasurement"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:transformedPositionType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram observationSystem_xsd.tmp#Position
Used by
Model
Children geo:Position
Source
<complexType name="transformedPositionType">
  <sequence>
    <element ref="geo:Position"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:transformedMeasurementType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram measurement_xsd.tmp#AbstractMeasurement
Used by
Model
Children geo:AbstractMeasurement
Source
<complexType name="transformedMeasurementType">
  <sequence>
    <element ref="geo:AbstractMeasurement"/>
  </sequence>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractMeasurementSourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#AbstractMeasurementSource
Used by
Model
Children geo:AbstractMeasurementSource
Source
<complexType name="AbstractMeasurementSourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:AbstractMeasurementSource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractMeasurementEstimatorType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractMeasurementOperation for the purpose of the definition of estimators. Extends AbstractMeasurementOperation.
Diagram
Diagram lineage_xsd.tmp#ReductionMethod lineage_xsd.tmp#AbstractMeasurementOperationType_procedure lineage_xsd.tmp#AbstractMeasurementOperationType
Type extension of geo:AbstractMeasurementOperationType
Type hierarchy
Used by
Model
Children geo:ReductionMethod, geo:procedure
Source
<complexType name="AbstractMeasurementEstimatorType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractMeasurementOperation for the purpose of the definition of estimators. Extends AbstractMeasurementOperation.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractMeasurementOperationType">
      <sequence/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:GNSSBaselineReductionType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A GNSS baseline reduction source encapsulates the baseline reductuin operation with operand and result properties and configuration values.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractMeasurementSourceType_operation lineage_xsd.tmp#AbstractMeasurementSourceType commonTypes_xsd.tmp#RequiredSRSReferenceGroup lineage_xsd.tmp#GNSSBaselineReductionType_version lineage_xsd.tmp#GNSSBaselineReductionType_status lineage_xsd.tmp#GNSSBaselineReductionType_configureValue commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup
Type extension of geo:AbstractMeasurementSourceType
Type hierarchy
Used by
Model
Children geo:associatedDocument, geo:configureValue, geo:extension, geo:notes, geo:operands, geo:operation, geo:results, geo:runBy, geo:runDate, geo:status, geo:version, validTime
Attributes
QName Type Use
srsDimension positiveInteger optional
srsName anyURI required
Source
<complexType name="GNSSBaselineReductionType">
  <annotation>
    <documentation>A GNSS baseline reduction source encapsulates the baseline reductuin operation with operand and result properties and configuration values.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractMeasurementSourceType">
      <sequence>
        <element minOccurs="0" name="version" type="string"/>
        <element name="status" type="gml:CodeType"/>
        <element maxOccurs="unbounded" minOccurs="0" name="configureValue" type="geo:ValueType"/>
        <group ref="geo:RemarksGroup"/>
      </sequence>
      <attributeGroup ref="geo:RequiredSRSReferenceGroup"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:AbstractDefinitionEstimatorType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Version 0.2.2: Mirrors the hierarchy of gml:AbstractMeasurementOperation for the purpose of the definition of estimators. Extends AbstractMeasurementOperation.
Diagram
Diagram lineage_xsd.tmp#AbstractDefinitionOperationType
Type extension of geo:AbstractDefinitionOperationType
Type hierarchy
Used by
Model
Source
<complexType name="AbstractDefinitionEstimatorType">
  <annotation>
    <documentation>Version 0.2.2: Mirrors the hierarchy of gml:AbstractMeasurementOperation for the purpose of the definition of estimators. Extends AbstractMeasurementOperation.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractDefinitionOperationType">
      <sequence/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:DefinitionOperationPropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
geo:DefinitionOperationPropertyType is a property type for association roles to a Definition operation, either referencing or containing the definition of that Definition operation.
Diagram
Diagram lineage_xsd.tmp#AbstractDefinitionOperation
Model
Children geo:AbstractDefinitionOperation
Source
<complexType name="DefinitionOperationPropertyType">
  <annotation>
    <documentation>geo:DefinitionOperationPropertyType is a property type for association roles to a Definition operation, either referencing or containing the definition of that Definition operation.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="geo:AbstractDefinitionOperation"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:ReferenceFrameSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
A Reference Frame Source encapsulates the inversion operation with position operands and a 14 parameter transform as a result.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#AbstractDefinitionOperation lineage_xsd.tmp#AbstractDefinitionSourceType
Type extension of geo:AbstractDefinitionSourceType
Type hierarchy
Used by
Model
Children geo:AbstractDefinitionOperation, geo:associatedDocument, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType name="ReferenceFrameSourceType">
  <annotation>
    <documentation>A Reference Frame Source encapsulates the inversion operation with position operands and a 14 parameter transform as a result.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractDefinitionSourceType">
      <attributeGroup ref="gml:SRSReferenceGroup"/>
    </extension>
    <!--<attributeGroup ref="geo:SpatialReferenceGroup"/>-->
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:InterpolatedValueSourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#InterpolatedValueSource
Used by
Model
Children geo:InterpolatedValueSource
Source
<complexType name="InterpolatedValueSourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:InterpolatedValueSource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:InterpolatedValueSourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates the definition used to compute the interpolation, the gridded data operand and a result reference.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#InterpolatedValueSourceType_definition
Type extension of geo:AbstractSourceType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:associatedDocument, geo:definition, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="InterpolatedValueSourceType">
  <annotation>
    <documentation>Encapsulates the definition used to compute the interpolation, the gridded data operand and a result reference.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractSourceType">
      <sequence>
        <element name="definition" type="gml:DictionaryEntryType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:ObservationQualitySourcePropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram lineage_xsd.tmp#ObservationQualitySource
Used by
Model
Children geo:ObservationQualitySource
Source
<complexType name="ObservationQualitySourcePropertyType">
  <sequence minOccurs="0">
    <element ref="geo:ObservationQualitySource"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Complex Type geo:ObservationQualitySourceType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Encapsulates the definition used to compute the interpolation, the gridded data operand and a result reference.
Diagram
Diagram lineage_xsd.tmp#AbstractSourceType_runDate lineage_xsd.tmp#AbstractSourceType_runBy lineage_xsd.tmp#AbstractSourceType_operands lineage_xsd.tmp#AbstractSourceType_results commonTypes_xsd.tmp#RemarksGroup_notes commonTypes_xsd.tmp#RemarksGroup_associatedDocument commonTypes_xsd.tmp#RemarksGroup_extension commonTypes_xsd.tmp#RemarksGroup lineage_xsd.tmp#AbstractSourceType lineage_xsd.tmp#ObservationQualitySourceType_definition
Type extension of geo:AbstractSourceType
Type hierarchy
Properties
abstract true
Used by
Model
Children geo:associatedDocument, geo:definition, geo:extension, geo:notes, geo:operands, geo:results, geo:runBy, geo:runDate, validTime
Source
<complexType abstract="true" name="ObservationQualitySourceType">
  <annotation>
    <documentation>Encapsulates the definition used to compute the interpolation, the gridded data operand and a result reference.</documentation>
  </annotation>
  <complexContent>
    <extension base="geo:AbstractSourceType">
      <sequence>
        <element name="definition" type="gml:DictionaryEntryType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Attribute geo:PositionEstimatorProcessType / @dimension
Namespace No namespace
Type geo:PositionDimensionEnumeration
Properties
content simple
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration 4
Used by
Source
<attribute name="dimension" type="geo:PositionDimensionEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Attribute geo:adjustmentPositionType / @constraint
Namespace No namespace
Type geo:NodeConstraintEnumeration
Properties
content simple
Facets
enumeration Free
enumeration Constrained
enumeration Constrained Vertical
enumeration Constrained Horizontal
Used by
Source
<attribute name="constraint" type="geo:NodeConstraintEnumeration"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd
Attribute geo:adjustmentMeasurementType / @include
Namespace No namespace
Type boolean
Properties
default true
Used by
Source
<attribute default="true" name="include" type="boolean"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/lineage.xsd