diff --git a/gdb-encoding/EnergyResourcesVector.md b/gdb-encoding/EnergyResourcesVector.md
new file mode 100644
index 0000000..efa5110
--- /dev/null
+++ b/gdb-encoding/EnergyResourcesVector.md
@@ -0,0 +1,293 @@
+# Geodatabase Encoding Rule for INSPIRE EnergyResourcesVector
+
+`Version: 1.0`
+`Date: 2025-08-11`
+
+The Simple Energy Resources Vector encoding can be used as an *alternative encoding* for Energy Resources Vector data that fulfills the following requirements:
+
+* There is not Coverage data.
+* There is not more than 1 `reportingAuthority` per `FossilFuelResource` and `RenewableAndWasteResource`
+* There is not more than 1 `exploitationPeriod` per `FossilFuelResource` and `RenewableAndWasteResource`
+* There is not more than 1 `resourceName` per `FossilFuelResource` and `RenewableAndWasteResource`
+* There is not more than 1 `quantity amount` per `FossilFuelResource_type`
+* There is not more than 1 `quantity dateOfDetermination` per `FossilFuelResource_type`
+* There is not more than 1 `quantity resourceClass` per `FossilFuelResource_type`
+
+
+## Normative References
+
+* [INSPIRE UML-to-Geodatabase encoding rule version 0.2](GeodatabaseEncoding.md)
+* [Data Specification - INSPIRE Natural Risk Zones version 3.0.0](https://github.com/INSPIRE-MIF/technical-guidelines/tree/main/data/er)
+
+## Conformance Class Core
+
+The Energy Resources theme has three application schema. This application schema-specific encoding rule defines a single conformance class for the application schema Energy Resources Vector.
+
+### Model Transformation
+
+This section describes which transformation rules with which parameters are applied to the Energy Resources Vector conceptual model before applying the general rules of this encoding rule:
+
+1. Subsitute all attributes that have a property type with a Codelist Sterotype through a inline codelist reference using `MT008()`.
+2. Apply the Simplified Geographical Name rule `MT005()`.
+3. Apply the SimplePeriod rule `MT009()`.
+4. Apply the General Flattening rule to simplify the remaining properties: `MT001(separator: '_')`
+5. Limit the Multiplicity for `reportingAuthority` for `FossilFuelResource` and `RenewableAndWasteResource`to 1 through Rule `MT012(1)`
+6. Limit the Multiplicity for `exploitationPeriod` for `FossilFuelResource` and `RenewableAndWasteResource`to 1 through Rule `MT012(1)`
+7. Limit the Multiplicity for `resourceName` for `FossilFuelResource` and `RenewableAndWasteResource`to 1 through Rule `MT012(1)`
+8. Limit the Multiplicity for `quantity amount` for `FossilFuelResource_type` to 1 through Rule `MT012(1)`
+9. Limit the Multiplicity for `quantity dateOfDetermination` for `FossilFuelResource_type` to 1 through Rule `MT012(1)`
+10. Limit the Multiplicity for `quantity resourceClass` for `FossilFuelResource_type` to 1 through Rule `MT012(1)`
+11. Apply the Simplified Codelist Reference rule `MT008()`.
+12. Apply Attribute shortening rule for FossilFuelResource:
+
+ |Replace|With|
+ |----|----|
+ |`'reportingAuthority_'`|`'repAuthority__' `|
+ |`'resourceName_'`|`'resName_' `|
+ |`'ClassificationAndQuantificationFramework'`|`'cqFramework' `|
+ |`'exploitationPeriod_'`|`'expPeriod_' `|
+ |`'verticalExtent_'`|`'vertExt_' `|
+
+13. Apply Attribute shortening rule for RenewableAndWasteResource:
+
+ |Replace|With|
+ |----|----|
+ |`'reportingAuthority_'`|`'repAuthority__' `|
+ |`'resourceName_'`|`'resName_' `|
+ |`'ClassificationAndQuantificationFramework'`|`'cqFramework' `|
+ |`'exploitationPeriod_'`|`'expPeriod_' `|
+ |`'verticalExtent_'`|`'vertExt_' `|
+
+14. Apply Attribute shortening rule for FossilFuelResource_type:
+
+ |Replace|With|
+ |----|----|
+ |`'resource_calorificValue_calorificRange'`|`'res_calRange_' `|
+ |`'resource_calorificValue_calorificScalar'`|`'res_calScalar_' `|
+ |`'resource_quantity_'`|`'res_quant_' `|
+ |`'resource_quantity_resourceClass_'`|`'res_quant_resourceClass' `|
+ |`'resource_typeOfResource_'`|`'res_typeOfResource' `|
+
+
+
+#### FossilFuelResourceL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDiscovery|DateTime|dateOfDiscovery|Date|
+
+#### FossilFuelResourceP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDiscovery|DateTime|dateOfDiscovery|Date|
+
+#### FossilFuelResourceS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDiscovery|DateTime|dateOfDiscovery|Date|
+
+#### RenewableAndWasteResourceL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDetermination|DateTime|dateOfDiscovery|Date|
+|Capacity|Float|capacity|Float|
+|||capacity_uom|Text|
+|typeOfResource|RenewableAndWasteValue|typeOfResource|Text|
+|||typeOfResource_href|Text|
+
+#### RenewableAndWasteResourceP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDetermination|DateTime|dateOfDiscovery|Date|
+|Capacity|Float|capacity|Float|
+|||capacity_uom|Text|
+|typeOfResource|RenewableAndWasteValue|typeOfResource|Text|
+|||typeOfResource_href|Text|
+
+#### RenewableAndWasteResourceS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|reportingAuthority|reportingAuthority|repAuthority_contact|Text|
+|||repAuthority_individualName|Text|
+|||repAuthority_organisationName|Text|
+|||repAuthority_positionName|Text|
+|||repAuthority_role|Text|
+|resourceName|resourceName|resName|Text|
+|||resName_lang|Text|
+|ClassificationAndQuantificationFramework|ClassificationAndQuantificationFramework|cqFramework|Text|
+|||cqFramework_href|Text|
+|exploitationPeriod|DateTime|expPeriod_beginTime|Date|
+|||expPeriod_endTimeTime|Date|
+|verticalExtent|VerticalExtentType|vertExt_lowerBound|Float|
+|||vertExt_upperBound|Float|
+|||vertExt_scalar|Float|
+|||vertExt_Reference|Text|
+|||vertExt_Reference_href|Text|
+|dateOfDetermination|DateTime|dateOfDiscovery|Date|
+|Capacity|Float|capacity|Float|
+|||capacity_uom|Text|
+|typeOfResource|RenewableAndWasteValue|typeOfResource|Text|
+|||typeOfResource_href|Text|
+
+
+#### FossilFuelResource_type
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+inspireId|Identifier|featureId|Long|
+|calorificValue|CalorificValueType|res_calRange_lower|Float|
+|||res_calRange_lower_uom|Text|
+|||res_calRange_upper|Float|
+|||res_calRange_upper_uom|Text|
+|||res_calScalar|Float|
+|||res_calScalar_uom|Text|
+|quantity|FossilFuelMeasure|res_quant_amount|Float|
+|||res_quant_amount_uom|Text|
+|||res_quant_dateOfDeterm|Date|
+|resourceClass|FossilFuelClassValue|res_quant_resourceClass|Text|
+|||res_quant_resourceClass_href|Text|
+|typeOfResource|FossilFuelValue|res_typeOfResource|Text|
+|||res_typeOfResource_href|Text|
+|||RID|Long|
+
+#### RelFossilFuelResourceL_Resource_type
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|FossilFuelResourceType|FossilFuelResourceType|featureId|Long|
+|||RID|Long|
+
+#### RelFossilFuelResourceP_Resource_type
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|FossilFuelResourceType|FossilFuelResourceType|featureId|Long|
+|||RID|Long|
+
+#### RelFossilFuelResourceS_Resource_type
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|FossilFuelResourceType|FossilFuelResourceType|featureId|Long|
+|||RID|Long|
diff --git a/gdb-encoding/Hydrogeology.md b/gdb-encoding/Hydrogeology.md
new file mode 100644
index 0000000..312bd2c
--- /dev/null
+++ b/gdb-encoding/Hydrogeology.md
@@ -0,0 +1,400 @@
+# Geodatabase Encoding Rule for INSPIRE Hydrogeology
+
+`Version: 1.0`
+`Date: 2025-05-27`
+
+The Simple Hydrogeology encoding can be used as an *alternative encoding* for Hydrogeology data that fulfills the following requirements:
+
+* There is not more than 1 `purpose` per `Borehole`
+* There is not more than 1 `activityType` per `ActiveWellP`
+* There is no `downholeGeometry` relation for `Borehole`
+* There is no `MappedInterval` relation for `Borehole`
+* There is no `EnvironmentalMonitoringFacility` relation for `GroundWaterBodyS`
+* There is no `EnvironmentalMonitoringFacility` relation for `ActiveWellP`
+* There is no `GeStructure` relation for `HGUnit`
+
+## Normative References
+
+* [INSPIRE UML-to-Geodatabase encoding rule version 0.2](GeodatabaseEncoding.md)
+* [Data Specification - INSPIRE Geology version 3.0.0](https://github.com/INSPIRE-MIF/technical-guidelines/tree/main/data/ge)
+
+## Conformance Class Core
+
+The Geology theme has three application schema. This application schema-specific encoding rule defines a single conformance class for the application schema Hydrogeology.
+
+### Model Transformation
+
+This section describes which transformation rules with which parameters are applied to the Hydrogeology conceptual model before applying the general rules of this encoding rule:
+
+1. Subsitute all attributes that have a property type with a Codelist Sterotype through a inline codelist reference using `MT008()`.
+2. Apply the SimplePeriod rule `MT009()`.
+3. Apply the General Flattening rule to simplify the remaining properties: `MT001(separator: '_')`
+4. Represent the Relationships Aquitard.featureId and Aquifer.featureId in a Relationship Table: `MT013()`
+5. Represent the Relationships GroundwaterbodyS.featureId and ActiveWellP.featureId in a Relationship Table: `MT013()`
+6. Limit the Multiplicity for activityType in hgActiveWellP to 1 through Rule: `MT012()`
+7. Apply Attribute shortening rule for hgGroundwaterbodyS:
+
+ |Replace|With|
+ |----|----|
+ |`'conOfGroundWaterBody'`|`'cOGWB' `|
+ |`'conOfGroundWaterBody_href'`|`'cOGWB_href' `|
+
+
+
+#### ActiveWellP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|||description|Text|
+|||hgoName|Text|
+|statusCode|StatusCodeTypeValue|statusCode|Text|
+|validFrom||validFrom|Date|
+|validTo||validTo|Date|
+|activityType|ActiveWellTypeValue|activityType|Text|
+|||activityType_href|Text|
+|aquifer||rid1|Long|
+|borehole||rid2|Long|
+
+#### AquicludeS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+| mappingFrame|MappingFrameValue|mappingFrame|Text|
+|||mappingFrame_href|Text|
+|||rid|Text|
+
+
+#### AquiferS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+| mappingFrame|MappingFrameValue|mappingFrame|Text|
+|||mappingFrame_href|Text|
+|||rid|Text|
+
+#### AquitardS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+| mappingFrame|MappingFrameValue|mappingFrame|Text|
+|||mappingFrame_href|Text|
+|||rid|Text|
+
+#### AquiferSystemS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+| mappingFrame|MappingFrameValue|mappingFrame|Text|
+|||mappingFrame_href|Text|
+|||rid|Text|
+
+#### Borehole
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|elevation|DirectPosition|elevation|Long|
+|||elevation_dimension|Long|
+|||elevationCRS|Text|
+|boreholeLength|Quantity|length|Float|
+|||length_uom|Text|
+|purpose|BoreholePurposeValue|purpose|Text|
+|||purpose_href|Text|
+
+#### GroundwaterbodyS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|piezometricState|PiezometricState|piezState_obsTime|Date|
+|||length_uom|Text|
+|mineralization|WaterSalinityValue|mineralization|Text|
+|||mineralization_href|Text|
+|ConditionOfGroundwaterValue|ConditionOfGroundwaterValue|cOGWB|Text|
+|||cOGWB_href|Text|
+
+#### HyGeObjNaturalP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|description|PT_FreeText|description|Text|
+|name|PT_FreeText|hgoName|Text|
+|approximateQuantityOfFlow|QuantityValue|approxQuantityOfFlow|Float|
+|||approxQuantityOfFlow_from|Float|
+|||approxQuantityOfFlow_to|Float|
+|||approxQuantityOfFlow_uom|Text|
+|naturalObjectType|NaturalObjectTypeValue|naturalObjectType|Text|
+|||naturalObjectType_href|Text|
+|waterPersistence|WaterPersistenceValue|waterPersistence|Text|
+|||waterPersistence_href|Text|
+|||rid1|Long|
+|||rid2|Long|
+
+
+#### Aquiclude
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|description|PT_FreeText|description|Text|
+|name|PT_FreeText|name|Text|
+|approximateDepth|QuantityValue|approxiDepth|Float|
+|||approxiDepth_from|Float|
+|||approxiDepth_to|Float|
+|||approxiDepth_uom|Text|
+|approximateThickness|QuantityValue|approxiThickness|Float|
+|||approxiThickness_from|Float|
+|||approxiThickness_to|Float|
+|||approxiThickness_uom|Text|
+|geologicUnitType|GeologicUnitTypeValue|geologicUnitType|Text|
+|||geologicUnitType_href|Text|
+|||rid1|Long|
+
+#### Aquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|description|PT_FreeText|description|Text|
+|name|PT_FreeText|name|Text|
+|approximateDepth|QuantityValue|approxiDepth|Float|
+|||approxiDepth_from|Float|
+|||approxiDepth_to|Float|
+|||approxiDepth_uom|Text|
+|approximateThickness|QuantityValue|approxiThickness|Float|
+|||approxiThickness_from|Float|
+|||approxiThickness_to|Float|
+|||approxiThickness_uom|Text|
+|aquiferType|AquiferTypeValue|aquiferType|Text|
+|||aquiferType_href|Text|
+|hydroGeochemicalRockType|HydroGeochemicalRockTypeValue|hyGeochemRockType|Text|
+|||hyGeochemRockType_href|Text|
+|isExploited|Boolean|isExploited|Long|
+|isMainInSystem|Boolean|isMainInSystem|Long|
+|mediaType|AquiferMediaTypeValue|mediaType|Text|
+|||mediaType_href|Text|
+|permeabilityCoefficient|QuantityValue|permeaCoef_from|Float|
+|||permeaCoef_to|Float|
+|||permeaCoef_uom|Text|
+|||permeaCoef_value|Float|
+|storativityCoefficient|QuantityValue|storaCoef_from|Float|
+|||storaCoef_to|Float|
+|||storaCoef_uom|Text|
+|||storaCoef_value|Float|
+|vulnerabilityToPollution|QuantityValue|VulnToPollution_from|Float|
+|||VulnToPollution_to|Float|
+|||VulnToPollution_uom|Text|
+|||VulnToPollution_value|Float|
+|geologicUnitType|GeologicUnitTypeValue|geologicUnitType|Text|
+|||geologicUnitType_href|Text|
+|||rid1|Long|
+
+#### AquiferSystem
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|description|PT_FreeText|description|Text|
+|name|PT_FreeText|name|Text|
+|approximateDepth|QuantityValue|approxiDepth|Float|
+|||approxiDepth_from|Float|
+|||approxiDepth_to|Float|
+|||approxiDepth_uom|Text|
+|approximateThickness|QuantityValue|approxiThickness|Float|
+|||approxiThickness_from|Float|
+|||approxiThickness_to|Float|
+|||approxiThickness_uom|Text|
+|isLayered|Boolean|isLayered|Long|
+|geologicUnitType|GeologicUnitTypeValue|geologicUnitType|Text|
+|||geologicUnitType_href|Text|
+|||rid1|Long|
+
+#### Aquitard
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|description|PT_FreeText|description|Text|
+|name|PT_FreeText|name|Text|
+|approximateDepth|QuantityValue|approxiDepth|Float|
+|||approxiDepth_from|Float|
+|||approxiDepth_to|Float|
+|||approxiDepth_uom|Text|
+|approximateThickness|QuantityValue|approxiThickness|Float|
+|||approxiThickness_from|Float|
+|||approxiThickness_to|Float|
+|||approxiThickness_uom|Text|
+|permeabilityCoefficient|QuantityValue|permeaCoef_from|Float|
+|||permeaCoef_to|Float|
+|||permeaCoef_uom|Text|
+|||permeaCoef_value|Float|
+|storativityCoefficient|QuantityValue|storaCoef_from|Float|
+|||storaCoef_to|Float|
+|||storaCoef_uom|Text|
+|||storaCoef_value|Float|
+|geologicUnitType|GeologicUnitTypeValue|geologicUnitType|Text|
+|||geologicUnitType_href|Text|
+|||rid1|Long|
+
+#### AquitardAquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||rid1|Long|
+|||rid2|Long|
+
+#### GwbdsActiveWell
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||rid1|Long|
+|||rid2|Long|
+
+#### RelActiveWellP_Borehole
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Borehole||featureId|Long|
+|ActiveWellP||rid2|Long|
+
+#### RelActiveWellP_GwbdsActiveWell
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|ActiveWellP||featureId|Long|
+|GwbdsActiveWell||rid2|Long|
+
+#### RelAqSystem_Aquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|AquiferSystem||featureId|Long|
+|Aquitard||rid2|Long|
+
+#### RelAquiclude_AquicludeS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquiclude||featureId|Long|
+|AquicludeS||rid|Long|
+
+#### RelAquifer_activeWellP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquifer||featureId|Long|
+|ActiveWellP||rid1|Long|
+
+#### RelAquifer_AquitardAquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquifer||featureId|Long|
+|AquitardAquifer||rid2|Long|
+
+#### RelAquifer_HGObjNaturalP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquifer||featureId|Long|
+|HyGeObjNaturalP||rid2|Long|
+
+#### RelAquiferSystem_aquiclude
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|AquiferSystem||featureId|Long|
+|Aquiclude||rid1|Long|
+
+#### RelAquiferSystem_aquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|AquiferSystem||featureId|Long|
+|Aquifer||rid1|Long|
+
+#### RelAquiferSystem_AquiferSystemS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|AquiferSystem||featureId|Long|
+|AquiferSystemS||rid|Long|
+
+#### RelAquitard_AquitardAquifer
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquitard||featureId|Long|
+|AquitardAquifer||rid1|Long|
+
+#### RelAquitard_AquitardS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|Aquitard||featureId|Long|
+|AquitardS||rid|Long|
+
+#### RelGwbdS_AquiferSystem
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|GroundwaterbodyS||featureId|Long|
+|AquiferSystem||rid1|Long|
+
+#### RelGwbdS_GwbdsActiveWell
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|GroundwaterbodyS||featureId|Long|
+|GwbdsActiveWell||rid1|Long|
+
+#### RelGwbdS_HGObjNaturalP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|GroundwaterbodyS||featureId|Long|
+|HyGeObjNaturalP||rid1|Long|
diff --git a/gdb-encoding/Hydrography.md b/gdb-encoding/Hydrography.md
new file mode 100644
index 0000000..bc45017
--- /dev/null
+++ b/gdb-encoding/Hydrography.md
@@ -0,0 +1,700 @@
+# Geodatabase Encoding Rule for INSPIRE Administrative Units
+
+`Version: 0.5`
+`Date: 2025-06-11`
+
+The Simple Hydrography encoding can be used as an *alternative encoding* for hydrography data that fulfills the following requirements:
+
+* There are not more than three values for `name` in `DrainageBasin`,`SurfaceWater`, `Shore`, `Wetland`,`ManMadeObj`, `POIP`.
+* There are not more than three values for `GeographicalName` and `hydroId` (hyId_classificationScheme, hyId_localId, hyId_namespace) in relation to HydroObject in `DrainageBasin`,`SurfaceWater`, `Shore`, `Wetland`,`ManMadeObj`, `POIP.
+* There is no networkElementS as a Hydro - Network element.
+* There is no networkProperty and NetworkReference dependent Object Class as a Hydro - Network element.
+* There is no NetworkConnection since only one single Hydro - Network si implemented.
+
+## Normative References
+
+* [INSPIRE UML-to-Geodatabase encoding rule version 0.2](GeodatabaseEncoding.md)
+* [Data Specification - INSPIRE Hydrography version 3.1](https://github.com/INSPIRE-MIF/technical-guidelines/blob/main/data/hy/dataspecification_hy.pdf)
+
+## Conformance Class Administrative Units
+
+The Hydrography theme has three application schemas: Hydro - base, Hydro - Network, Hydro - Physical Waters. This application schema-specific encoding rule defines a conformance class for all three schemas without including Water Transport Network and transport related feature tpes included in Source application schemas other than Hydro.
+
+### Model Transformation
+
+This section describes which transformation rules with which parameters are applied to the Hydrography conceptual model before applying the general rules of this encoding rule:
+
+
+1. Subsitute all attributes that have a property type with a Codelist Sterotype through a inline codelist reference using `MT008()`.
+2. Apply the General Flattening rule to simplify the remaining properties: `MT001(separator: '_')`
+3. Limit the Multiplicity for `name` in `DrainageBasin`,`SurfaceWater`, `Shore`, `Wetland`,`ManMadeObj`, `POIP` to 3 through Rule `MT012(3)`
+5. Limit the Multiplicity for `GeographicalName` and `hydroId` (hyId_classificationScheme, hyId_localId, hyId_namespace) in relation to HydroObject in `DrainageBasin`,`SurfaceWater`, `Shore`, `Wetland`,`ManMadeObj`, `POIP` to 3 through Rule `MT012(3)`
+6. Limit the Multiplicity for `name` in `networkElementL`, `networkElementP`, `networkElement`, `networkNetwork` to 3 through Rule `MT012(3)`
+7. Limit the Multiplicity for `hydroId` (hyId_classificationScheme, hyId_localId, hyId_namespace) in `networkElementL`, `networkElementP`, `networkElement` to 3 through Rule `MT012(3)`
+8. Represent the n:m Relationships in Relationship Tables: `MT013`
+
+
+#### DrainageBasin
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|area|Area|area|Float|
+|||area_uom|Text|
+|basinOrder|HydroOrderCode|basinOrder_order|Text|
+|||basinOrder_orderScheme|Text|
+|||basinOrder_scope|Text|
+|origin|OriginValue|origin|Text|
+|||origin_href|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### HydroPOIL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|height|height|falls_height|Float|
+|||falls_height _uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### HydroPOIP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|height|height|falls_height|Float|
+|||falls_height _uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### HydroPOIS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|height|height|falls_height|Float|
+|||falls_height _uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### LandWaterBoundaryL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|origin|OriginValue|origin|Text|
+|||origin_href|Text|
+|waterLevelCategory|WaterLevelValue|waterLevelCategory|Text|
+|||waterLevelCategory_href|Text|
+
+#### ManMadeObjL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|condition|ConditionOfFacilityValue|condition|Float|
+|||condition_href|Text|
+|||type|Text|
+|levelOfDetail|levelOfDetail|lod|Long|
+|crossing_type|CrossingTypeValue|crossing_type|Text|
+|||crossing_type_href|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### ManMadeObjP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|condition|ConditionOfFacilityValue|condition|Float|
+|||condition_href|Text|
+|||type|Text|
+|levelOfDetail|levelOfDetail|lod|Long|
+|crossing_type|CrossingTypeValue|crossing_type|Text|
+|||crossing_type_href|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+
+#### ManMadeObjS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|condition|ConditionOfFacilityValue|condition|Float|
+|||condition_href|Text|
+|||type|Text|
+|levelOfDetail|levelOfDetail|lod|Long|
+|crossing_type|CrossingTypeValue|crossing_type|Text|
+|||crossing_type_href|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### networkElementL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|fictitious|Boolean|fictitious|Short|
+|endNode|Long|endNode|Long|
+|startNode|Long|startNode|Long|
+|flowDirection|LinkDirectionValue|flowDirection|Text|
+|||flowDirection_href|Text|
+|length|length|length|Float|
+|||length_uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### networkElementP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|hydroNodeCategory|HydroNodeCategoryValue|hydroNodeCategory|Text|
+|||hydroNodeCategory_href|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### ShoreS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|composition|ShoreTypeValue|composition|Float|
+|||composition_href|Text|
+|delineationKnown|Boolean|delineationKnown|Long|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### SurfaceWaterL
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|levelOfDetail|levelOfDetail|lod|Float|
+|localType|LocalisedCharacterString|localType|Text|
+|||localType_locale|Text|
+|origin|OriginValue|origin|Text|
+|||origin_href|Text|
+|persistence|HydrologicalPersistenceValue|persistence|Text|
+|||persistence_href|Text|
+|tidal|Boolean|tidal|Short|
+|condition|ConditionOfFacilityValue|wc_condition|Text|
+|||wc_condition_href|Text|
+|delineationKnown|Boolean|wc_delineationKnown|Short|
+|length|length|wc_length|Float|
+|||wc_length_uom|Text|
+|level|VerticalPositionValue|wc_level|Text|
+|streamOrder|HydroOrderCode|wc_streamOrder_order|Text|
+|||wc_streamOrder_orderScheme|Text|
+|||wc_streamOrder_scope|Text|
+|width|WidthRange|wc_width_lower|Float|
+|||wc_width_lower_uom|Text|
+|||wc_width_upper|Float|
+|||wc_width_upper_uom|Text|
+|elevation|Length|stw_elevation|Float|
+|||stw_elevation_uom|Text|
+|meanDepth|Length|stw_meanDepth|Float|
+|||stw_meanDepth_uom|Text|
+|surfaceArea|Area|stw_surfaceArea|Float|
+|||stw_surfaceArea_uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### SurfaceWaterP
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|levelOfDetail|levelOfDetail|lod|Float|
+|localType|LocalisedCharacterString|localType|Text|
+|||localType_locale|Text|
+|origin|OriginValue|origin|Text|
+|||origin_href|Text|
+|persistence|HydrologicalPersistenceValue|persistence|Text|
+|||persistence_href|Text|
+|tidal|Boolean|tidal|Short|
+|condition|ConditionOfFacilityValue|wc_condition|Text|
+|||wc_condition_href|Text|
+|delineationKnown|Boolean|wc_delineationKnown|Short|
+|length|length|wc_length|Float|
+|||wc_length_uom|Text|
+|level|VerticalPositionValue|wc_level|Text|
+|streamOrder|HydroOrderCode|wc_streamOrder_order|Text|
+|||wc_streamOrder_orderScheme|Text|
+|||wc_streamOrder_scope|Text|
+|width|WidthRange|wc_width_lower|Float|
+|||wc_width_lower_uom|Text|
+|||wc_width_upper|Float|
+|||wc_width_upper_uom|Text|
+|elevation|Length|stw_elevation|Float|
+|||stw_elevation_uom|Text|
+|meanDepth|Length|stw_meanDepth|Float|
+|||stw_meanDepth_uom|Text|
+|surfaceArea|Area|stw_surfaceArea|Float|
+|||stw_surfaceArea_uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### SurfaceWaterS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|levelOfDetail|levelOfDetail|lod|Float|
+|localType|LocalisedCharacterString|localType|Text|
+|||localType_locale|Text|
+|origin|OriginValue|origin|Text|
+|||origin_href|Text|
+|persistence|HydrologicalPersistenceValue|persistence|Text|
+|||persistence_href|Text|
+|tidal|Boolean|tidal|Short|
+|condition|ConditionOfFacilityValue|wc_condition|Text|
+|||wc_condition_href|Text|
+|delineationKnown|Boolean|wc_delineationKnown|Short|
+|length|length|wc_length|Float|
+|||wc_length_uom|Text|
+|level|VerticalPositionValue|wc_level|Text|
+|streamOrder|HydroOrderCode|wc_streamOrder_order|Text|
+|||wc_streamOrder_orderScheme|Text|
+|||wc_streamOrder_scope|Text|
+|width|WidthRange|wc_width_lower|Float|
+|||wc_width_lower_uom|Text|
+|||wc_width_upper|Float|
+|||wc_width_upper_uom|Text|
+|elevation|Length|stw_elevation|Float|
+|||stw_elevation_uom|Text|
+|meanDepth|Length|stw_meanDepth|Float|
+|||stw_meanDepth_uom|Text|
+|surfaceArea|Area|stw_surfaceArea|Float|
+|||stw_surfaceArea_uom|Text|
+|||type|Text|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### WetlandS
+
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|localType|LocalisedCharacterString|localType|Text|
+|||localType_locale|Text|
+|tidal|Boolean|tidal|Short|
+|HydroIdentifier|HydroIdentifier|hyId_classificationScheme1|Text|
+|||hyId_classificationScheme2|Text|
+|||hyId_classificationScheme3|Text|
+|||hyId_localId1|Text|
+|||hyId_localId2|Text|
+|||hyId_localId3|Text|
+|||hyId_namespace1|Text|
+|||hyId_namespace2|Text|
+|||hyId_namespace3|Text|
+|||name_1|Text|
+|||name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+#### Tables
+
+#### DrainageBasin_contains
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdDrainageBasin1|Long|
+|||IdDrainageBasin2|Long|
+
+#### DrainageBasin_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdDrainageBasin|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### HydroPOI_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdHydroPOI|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### ManMadeObj_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdManMadeObj|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### netCrossing_Element
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElement1|Long|
+|||IdNetworkElement2|Text|
+
+#### netCrossReference_Elements
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkCrossReference|Long|
+|||IdNetworkElement|Text|
+
+#### netElement_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElement|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### netElement_Link
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElementLink|Long|
+|||IdNetworkElement|Text|
+|||direction|Text|
+
+#### netElementL_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElement|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### netElementP_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElement|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### netLinkSet_Link
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetworkElement1|Long|
+|||IdNetworkElement2|Text|
+
+#### netNetwork_Elements
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdNetwork|Long|
+|||IdNetworkElement|Text|
+
+#### networkCrossReference
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+
+#### networkElement
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+
+#### networkNetwork
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||featureId|Long|
+|inspireId|Identifier|inspireId_localId|Text|
+|||inspireId_namespace|Text|
+|||inspireId_versionId|Text|
+|beginLifespanVersion|DateTime|beginLifespanVersion|Date|
+|endLifespanVersion|DateTime|endLifespanVersion|Date|
+|||typeOfTransport|Text|
+|||type|Text|
+|geographicalName|GeographicalName|name_1_lang|Text|
+|||name_2|Text|
+|||name_2_lang|Text|
+|||name_3|Text|
+|||name_3_lang|Text|
+
+#### Shore_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdShore|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### SurfaceWater_bank
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWater|Long|
+|||IdShore|Text|
+
+#### SurfaceWater_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWater|Long|
+|relatedHydroObject||IdHyObj|Text|
+
+#### SurfaceWater_neighbour
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWater1|Long|
+|||IdSurfaceWater2|Long|
+
+#### SurfaceWaterL_DrainageBasin
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWaterL|Long|
+|||IdDrainageBasin|Long|
+
+#### SurfaceWaterP_DrainageBasin
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWaterP|Long|
+|||IdDrainageBasin|Long|
+
+#### SurfaceWaterS_DrainageBasin
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdSurfaceWaterS|Long|
+|||IdDrainageBasin|Long|
+
+#### Wetland_HyObj
+|Name|Type|Simplified Name|GDB Type|
+|------|------|------|------|
+|||IdWetland|Long|
+|relatedHydroObject||IdHyObj|Text|
\ No newline at end of file
diff --git a/gdb-templates/data-dictionary/EnergyResourcesVector.html b/gdb-templates/data-dictionary/EnergyResourcesVector.html
new file mode 100644
index 0000000..0c59ac7
--- /dev/null
+++ b/gdb-templates/data-dictionary/EnergyResourcesVector.html
@@ -0,0 +1,3270 @@
+
+
+
+
+
+
+ Geodatabase Documentation
+
+ Date: Tuesday, August 12, 2025
Time: 2:40:40 PM
+
+ Summary Information and Links
0 Feature Datasets and 6 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
1 Table (Object Class)
3 Relationship Classes
10 Domains
+
+ Feature Datasets and Child Classes
+ Rasters
+
+ Workspace-Level Tables and Feature Classes
FossilFuelResource_type - Table
FossilFuelResourceL - Feature Class
FossilFuelResourceP - Feature Class
FossilFuelResourceS - Feature Class
RenewableAndWasteResourceP - Feature Class
RenewableAndWasteResourceS - Feature Class
RenewableAndWasteRessourceL - Feature Class
+
+
+ Relationship Classes
RelFossilFuelResourceL_Resource_type
RelFossilFuelResourceP_Resource_type
RelFossilFuelResourceS_Resource_type
+
+
+ Domains
dClassAndQuantFramework
dClassAndQuantFramework_href
dFossilFuelClassValue
dFossilFuelClassValue_href
dFossilFuelValue
dFossilFuelValue_href
dRenewAndWasteValue
dRenewAndWasteValue_href
dVerticalRefValue
dVerticalRefValue_href
+
+
+ FossilFuelResourceL - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceL |
+
+
+ | ShapeType |
+ Polyline |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceL |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceL |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResourceP - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceP |
+
+
+ | ShapeType |
+ Point |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceP |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceP |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResourceS - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceS |
+
+
+ | ShapeType |
+ Polygon |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceS |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceS |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteResourceP - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteResourceP |
+
+
+ | ShapeType |
+ Point |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteResourceP |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteResourceP |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteResourceS - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteResourceS |
+
+
+ | ShapeType |
+ Polygon |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteResourceS |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteResourceS |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteRessourceL - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteRessourceL |
+
+
+ | ShapeType |
+ Polyline |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteRessourceL |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteRessourceL |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResource_type - Table
+
+
+
+ | Name |
+ FossilFuelResource_type |
+
+
+ | AliasName |
+ FossilFuelResource_type |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResource_type |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_lower |
+ Double |
+ 8 |
+ res_calRange_lower |
+ The lower value range of calorific values describing the calorific value of an Energy Resource. Each fossil fuel resource is characterised by its own calorific value, i.e. the quantity of energy available in a unit of mass. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_lower_uom |
+ String |
+ 50 |
+ res_calRange_lower_uom |
+ Unit of Measure for Calorific range (lower). |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_upper |
+ Double |
+ 8 |
+ res_calRange_upper |
+ The upper value range of calorific values describing the calorific value of an Energy Resource. Each fossil fuel resource is characterised by its own calorific value, i.e. the quantity of energy available in a unit of mass. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_upper_uom |
+ String |
+ 50 |
+ res_calRange_upper_uom |
+ Unit of Measure for Calorific range (upper). |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calScalar |
+ Double |
+ 8 |
+ res_calScalar |
+ Measure quantifying the calorific property of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calScalar_uom |
+ String |
+ 50 |
+ res_calScalar_uom |
+ Unit of Measure for calorific Scalar. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_amount |
+ Double |
+ 8 |
+ res_quant_amount |
+ Amount of resource according to the specific categorisation. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_amount_uom |
+ String |
+ 50 |
+ res_quant_amount_uom |
+ Unit of Measure for quantity amount. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_dateOfDeterm |
+ Date |
+ 8 |
+ res_quant_dateOfDeterm |
+ Date on which the resource was quantified. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_resourceClass |
+ String |
+ 50 |
+ res_quant_resourceClass |
+ Category indicating the different confidence levels of fossil fuel resources for distinguishing real from potential or expected amount of fossil fuels. |
+ dFossilFuelClassValue |
+ |
+ true |
+ |
+ |
+
+
+ | res_typeOfResource |
+ String |
+ 255 |
+ res_typeOfRes |
+ A generic classification of the types of fossil fuel resource. |
+ dFossilFuelValue |
+ |
+ true |
+ |
+ |
+
+
+ | res_typeOfResource_href |
+ String |
+ 255 |
+ res_typeOfResource_href |
+ URI from the INSPIRE code list register - FossilFuelValue https://inspire.ec.europa.eu/codelist/FossilFuelValue |
+ dFossilFuelValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | RID |
+ Integer |
+ 4 |
+ RID |
+ Reference to featureId field in parent FossilFuelResourceS, FossilFuelResourceL, FossilFuelResourceP. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_resourceClass_href |
+ String |
+ 255 |
+ res_quant_resourceClass_href |
+ URI from the INSPIRE code list register - FossilFuelClassValue https://inspire.ec.europa.eu/codelist/FossilFuelClassValue |
+ dFossilFuelClassValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceL_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceL_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceL |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceL_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceL |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceP_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceP_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceP |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceP_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceP |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceS_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceS_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceS |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceS_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceS |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ dClassAndQuantFramework - Domain
+
+
+
+
+ | DomainName |
+ dClassAndQuantFramework |
+
+
+ | Description |
+ Values for the most widely used classification schemes to classify and quantify energy resources. NOTE Most of the listed classification frameworks only focus on fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | PERC |
+ Pan-European Code for Reporting of Exploration Results, Mineral Resources and Reserves (PERC). |
+
+
+ | PRMS |
+ Petroleum Resources Management System |
+
+
+ | RSG |
+ Russian reserve guidelines. |
+
+
+ | UNFC-1997 |
+ United Nations Framework Classification (1997). |
+
+
+ | UNFC-2004 |
+ United Nations Framework Classification (2004). |
+
+
+ | UNFC-2009 |
+ United Nations Framework Classification (2009). |
+
+
+ | USGS |
+ United States Geological Survey |
+
+
+ | NPD-2001 |
+ Norwegian Petroleum Directorate classification (NPD-2001) |
+
+
+
+
+
+
+ dClassAndQuantFramework_href - Domain
+
+
+
+
+ | DomainName |
+ dClassAndQuantFramework_href |
+
+
+ | Description |
+ Values for the most widely used classification schemes to classify and quantify energy resources. NOTE Most of the listed classification frameworks only focus on fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD |
+
+
+
+
+
+
+ dFossilFuelClassValue - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelClassValue |
+
+
+ | Description |
+ Values indicating the various levels of fossil fuel resources. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | provenreserves |
+ proven reserves |
+
+
+ | resourcesinitiallyinplace |
+ resources initially in place |
+
+
+ | contingentresources |
+ contingent resources |
+
+
+
+
+
+
+ dFossilFuelClassValue_href - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelClassValue_href |
+
+
+ | Description |
+ Values indicating the various levels of fossil fuel resources. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources |
+
+
+
+
+
+
+ dFossilFuelValue - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelValue |
+
+
+ | Description |
+ Types of fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | hardcoal |
+ hard coal |
+
+
+ | lowrankcoal |
+ low-rank coal |
+
+
+ | naturalgas |
+ natural gas |
+
+
+ | naturalgasliquids |
+ natural gas liquids |
+
+
+ | oilsands |
+ oil sands |
+
+
+ | oilshales |
+ oil shales |
+
+
+ | peat |
+ peat |
+
+
+ | crudeoil |
+ crude oil |
+
+
+
+
+
+
+ dFossilFuelValue_href - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelValue_href |
+
+
+ | Description |
+ Types of fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/peat |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/peat |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil |
+
+
+
+
+
+
+ dRenewAndWasteValue - Domain
+
+
+
+
+ | DomainName |
+ dRenewAndWasteValue |
+
+
+ | Description |
+ Types of renewable and waste resources. NOTE Waste values have been included in this code list to simplify the code lists rather than to imply that only renewable waste is included. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | geothermal |
+ geothermal |
+
+
+ | hydropower |
+ hydro power |
+
+
+ | industrialwaste |
+ industrial waste |
+
+
+ | liquidbiofuels |
+ liquid biofuels |
+
+
+ | municipalsolidwaste |
+ municipal solid waste |
+
+
+ | solarphotovoltaic |
+ solar photovoltaic |
+
+
+ | solarthermal |
+ solar thermal |
+
+
+ | solidbiomass |
+ solid biomass |
+
+
+ | tidewaveocean |
+ tide, wave, ocean |
+
+
+ | wind |
+ wind |
+
+
+ | biogas |
+ biogas |
+
+
+
+
+
+
+ dRenewAndWasteValue_href - Domain
+
+
+
+
+ | DomainName |
+ dRenewAndWasteValue_href |
+
+
+ | Description |
+ Types of renewable and waste resources. NOTE Waste values have been included in this code list to simplify the code lists rather than to imply that only renewable waste is included. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind |
+
+
+
+
+
+
+ dVerticalRefValue - Domain
+
+
+
+
+ | DomainName |
+ dVerticalRefValue |
+
+
+ | Description |
+ Values indicating the reference level of the vertical extent. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | lowestastronomicaltide |
+ lowest astronomical tide |
+
+
+ | meansealevel |
+ mean sea level |
+
+
+ | seafloor |
+ seafloor |
+
+
+ | groundlevel |
+ ground level |
+
+
+
+
+
+
+ dVerticalRefValue_href - Domain
+
+
+
+
+ | DomainName |
+ dVerticalRefValue_href |
+
+
+ | Description |
+ Values indicating the reference level of the vertical extent. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloor |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloor |
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gdb-templates/data-dictionary/EnergyResourcesVector.md b/gdb-templates/data-dictionary/EnergyResourcesVector.md
new file mode 100644
index 0000000..be0e033
--- /dev/null
+++ b/gdb-templates/data-dictionary/EnergyResourcesVector.md
@@ -0,0 +1,3225 @@
+
+#EnergyResourcesVector
+
+
+
+Geodatabase Documentation
+
+Date: Tuesday, August 12, 2025
+
+ Summary Information and Links
0 Feature Datasets and 6 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
1 Table (Object Class)
3 Relationship Classes
10 Domains
+
+ Feature Datasets and Child Classes
+ Rasters
+
+ Workspace-Level Tables and Feature Classes
FossilFuelResource_type - Table
FossilFuelResourceL - Feature Class
FossilFuelResourceP - Feature Class
FossilFuelResourceS - Feature Class
RenewableAndWasteResourceP - Feature Class
RenewableAndWasteResourceS - Feature Class
RenewableAndWasteRessourceL - Feature Class
+
+
+ Relationship Classes
RelFossilFuelResourceL_Resource_type
RelFossilFuelResourceP_Resource_type
RelFossilFuelResourceS_Resource_type
+
+
+ Domains
dClassAndQuantFramework
dClassAndQuantFramework_href
dFossilFuelClassValue
dFossilFuelClassValue_href
dFossilFuelValue
dFossilFuelValue_href
dRenewAndWasteValue
dRenewAndWasteValue_href
dVerticalRefValue
dVerticalRefValue_href
+
+
+ FossilFuelResourceL - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceL |
+
+
+ | ShapeType |
+ Polyline |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceL |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceL |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResourceP - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceP |
+
+
+ | ShapeType |
+ Point |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceP |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceP |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResourceS - FeatureClass
+
+
+
+
+ | Name |
+ FossilFuelResourceS |
+
+
+ | ShapeType |
+ Polygon |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ FossilFuelResourceS |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResourceS |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDiscovery |
+ Date |
+ 8 |
+ dateOfDiscovery |
+ dateOfDiscovery |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteResourceP - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteResourceP |
+
+
+ | ShapeType |
+ Point |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteResourceP |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteResourceP |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteResourceS - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteResourceS |
+
+
+ | ShapeType |
+ Polygon |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteResourceS |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteResourceS |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ RenewableAndWasteRessourceL - FeatureClass
+
+
+
+
+ | Name |
+ RenewableAndWasteRessourceL |
+
+
+ | ShapeType |
+ Polyline |
+
+
+ | FeatureType |
+ Simple |
+
+
+ | AliasName |
+ RenewableAndWasteRessourceL |
+
+
+ | HasM |
+ false |
+
+
+ | HasZ |
+ false |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ RenewableAndWasteRessourceL |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | beginLifespanVersion |
+ Date |
+ 8 |
+ beginLifespanVersion |
+ Date and time at which this version of the spatial object was inserted or changed in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_contact |
+ String |
+ 255 |
+ repAuthority_contact |
+ Reporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_individualName |
+ String |
+ 100 |
+ repAuthority_individualName |
+ Name of the related person at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_organisationName |
+ String |
+ 100 |
+ repAuthority_organisationName |
+ Name of the related organisation at the Reporting authority. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_positionName |
+ String |
+ 50 |
+ repAuthority_positionName |
+ Position of the party in relation to a resource, such as head of department. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | repAuthority_role |
+ String |
+ 50 |
+ repAuthority_role |
+ Role(s) of the party in relation to a resource, such as owner. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName |
+ String |
+ 255 |
+ resName |
+ The name of the energy resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | resName_lang |
+ String |
+ 50 |
+ resName_lang |
+ Resource name Language. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework |
+ String |
+ 255 |
+ cqFramework |
+ A generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources. |
+ dClassAndQuantFramework |
+ |
+ true |
+ |
+ |
+
+
+ | cqFramework_href |
+ String |
+ 255 |
+ cqFramework_href |
+ URI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue |
+ dClassAndQuantFramework_href |
+ |
+ true |
+ |
+ |
+
+
+ | endLifespanVersion |
+ Date |
+ 8 |
+ endLifespanVersion |
+ Date and time at which this version of the spatial object was superseded or retired in the spatial data set. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_beginTime |
+ Date |
+ 8 |
+ expPeriod_beginTime |
+ The exploitationPeriod defines the start date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | expPeriod_endTime |
+ Date |
+ 8 |
+ expPeriod_endTime |
+ The exploitationPeriod defines the end date of the application. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_lowerBound |
+ Double |
+ 8 |
+ vertExt_lowerBound |
+ Value indicating the lower bound of the depth range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_upperBound |
+ Double |
+ 8 |
+ vertExt_upperBound |
+ Value indicating the lower bound of the height range of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_scalar |
+ Double |
+ 8 |
+ vertExt_scalar |
+ Number representing the height or depth of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference |
+ String |
+ 255 |
+ vExt_scalar |
+ A generic classification of Reference levels chosen to determine the vertical height/depth. |
+ dVerticalRefValue |
+ |
+ true |
+ |
+ |
+
+
+ | vertExt_Reference_href |
+ String |
+ 255 |
+ vertExt_Reference_href |
+ URI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValue |
+ dVerticalRefValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | dateOfDetermination |
+ Date |
+ 8 |
+ dateOfDetermination |
+ Date of determination.Date on which the capacity of the resource has been determined. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_localId |
+ String |
+ 255 |
+ inspireId_localId |
+ A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_namespace |
+ String |
+ 255 |
+ inspireId_namespace |
+ Namespace uniquely identifying the data source of the spatial object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | inspireId_versionId |
+ String |
+ 255 |
+ inspireId_versionId |
+ The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity |
+ Double |
+ 8 |
+ capacity |
+ Energy capacity of a renewable energy resource within the spatial object.NOTE the unit of measure to be used is MWe for electrical generation capacity and MWt for heat generation capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | capacity_uom |
+ String |
+ 50 |
+ capacity_uom |
+ Unit of Measure for the capacity. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource |
+ String |
+ 100 |
+ typeOfResource |
+ A generic classification of types of renewable energy or waste resource. |
+ dRenewAndWasteValue |
+ |
+ true |
+ |
+ |
+
+
+ | typeOfResource_href |
+ String |
+ 255 |
+ typeOfResource_href |
+ URI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue |
+ dRenewAndWasteValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+
+ FossilFuelResource_type - Table
+
+
+
+ | Name |
+ FossilFuelResource_type |
+
+
+ | AliasName |
+ FossilFuelResource_type |
+
+
+ | HasAttachments |
+ false |
+
+
+
+
+
+
+ | Description |
+ FossilFuelResource_type |
+
+
+
+
+
+
+ | Field |
+ DataType |
+ Length |
+ AliasName |
+ Description |
+ Domain |
+ DefaultValue |
+ IsNullable |
+ Precision |
+ Scale |
+
+
+ | featureId |
+ Integer |
+ 4 |
+ featureId |
+ Identifier, used in references to this object. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_lower |
+ Double |
+ 8 |
+ res_calRange_lower |
+ The lower value range of calorific values describing the calorific value of an Energy Resource. Each fossil fuel resource is characterised by its own calorific value, i.e. the quantity of energy available in a unit of mass. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_lower_uom |
+ String |
+ 50 |
+ res_calRange_lower_uom |
+ Unit of Measure for Calorific range (lower). |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_upper |
+ Double |
+ 8 |
+ res_calRange_upper |
+ The upper value range of calorific values describing the calorific value of an Energy Resource. Each fossil fuel resource is characterised by its own calorific value, i.e. the quantity of energy available in a unit of mass. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calRange_upper_uom |
+ String |
+ 50 |
+ res_calRange_upper_uom |
+ Unit of Measure for Calorific range (upper). |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calScalar |
+ Double |
+ 8 |
+ res_calScalar |
+ Measure quantifying the calorific property of an Energy Resource. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_calScalar_uom |
+ String |
+ 50 |
+ res_calScalar_uom |
+ Unit of Measure for calorific Scalar. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_amount |
+ Double |
+ 8 |
+ res_quant_amount |
+ Amount of resource according to the specific categorisation. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_amount_uom |
+ String |
+ 50 |
+ res_quant_amount_uom |
+ Unit of Measure for quantity amount. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_dateOfDeterm |
+ Date |
+ 8 |
+ res_quant_dateOfDeterm |
+ Date on which the resource was quantified. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_resourceClass |
+ String |
+ 50 |
+ res_quant_resourceClass |
+ Category indicating the different confidence levels of fossil fuel resources for distinguishing real from potential or expected amount of fossil fuels. |
+ dFossilFuelClassValue |
+ |
+ true |
+ |
+ |
+
+
+ | res_typeOfResource |
+ String |
+ 255 |
+ res_typeOfRes |
+ A generic classification of the types of fossil fuel resource. |
+ dFossilFuelValue |
+ |
+ true |
+ |
+ |
+
+
+ | res_typeOfResource_href |
+ String |
+ 255 |
+ res_typeOfResource_href |
+ URI from the INSPIRE code list register - FossilFuelValue https://inspire.ec.europa.eu/codelist/FossilFuelValue |
+ dFossilFuelValue_href |
+ |
+ true |
+ |
+ |
+
+
+ | RID |
+ Integer |
+ 4 |
+ RID |
+ Reference to featureId field in parent FossilFuelResourceS, FossilFuelResourceL, FossilFuelResourceP. |
+ |
+ |
+ true |
+ |
+ |
+
+
+ | res_quant_resourceClass_href |
+ String |
+ 255 |
+ res_quant_resourceClass_href |
+ URI from the INSPIRE code list register - FossilFuelClassValue https://inspire.ec.europa.eu/codelist/FossilFuelClassValue |
+ dFossilFuelClassValue_href |
+ |
+ true |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceL_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceL_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceL |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceL_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceL |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceP_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceP_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceP |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceP_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceP |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ RelFossilFuelResourceS_Resource_type - RelationshipClass
+
+
+
+ | Name |
+ RelFossilFuelResourceS_Resource_type |
+
+
+ | Cardinality |
+ OneToMany |
+
+
+ | IsAttributed |
+ false |
+
+
+ | IsComposite |
+ false |
+
+
+ | ForwardPathLabel |
+ FossilFuelResource_type |
+
+
+ | BackwardPathLabel |
+ FossilFuelResourceS |
+
+
+
+
+
+
+ | Description |
+ RelFossilFuelResourceS_Resource_type |
+
+
+
+
+
+
+ | Origin Class Name |
+ Origin Primary Key |
+ Origin Foreign Key |
+
+
+ | FossilFuelResourceS |
+ featureId |
+ RID |
+
+
+
+
+
+
+ | Destination Class Name |
+ Destination Primary Key |
+ Destination Foreign Key |
+
+
+ | FossilFuelResource_type |
+ |
+ |
+
+
+
+
+ dClassAndQuantFramework - Domain
+
+
+
+
+ | DomainName |
+ dClassAndQuantFramework |
+
+
+ | Description |
+ Values for the most widely used classification schemes to classify and quantify energy resources. NOTE Most of the listed classification frameworks only focus on fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | PERC |
+ Pan-European Code for Reporting of Exploration Results, Mineral Resources and Reserves (PERC). |
+
+
+ | PRMS |
+ Petroleum Resources Management System |
+
+
+ | RSG |
+ Russian reserve guidelines. |
+
+
+ | UNFC-1997 |
+ United Nations Framework Classification (1997). |
+
+
+ | UNFC-2004 |
+ United Nations Framework Classification (2004). |
+
+
+ | UNFC-2009 |
+ United Nations Framework Classification (2009). |
+
+
+ | USGS |
+ United States Geological Survey |
+
+
+ | NPD-2001 |
+ Norwegian Petroleum Directorate classification (NPD-2001) |
+
+
+
+
+
+
+ dClassAndQuantFramework_href - Domain
+
+
+
+
+ | DomainName |
+ dClassAndQuantFramework_href |
+
+
+ | Description |
+ Values for the most widely used classification schemes to classify and quantify energy resources. NOTE Most of the listed classification frameworks only focus on fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009 |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009 |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS |
+
+
+ | https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD |
+ https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD |
+
+
+
+
+
+
+ dFossilFuelClassValue - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelClassValue |
+
+
+ | Description |
+ Values indicating the various levels of fossil fuel resources. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | provenreserves |
+ proven reserves |
+
+
+ | resourcesinitiallyinplace |
+ resources initially in place |
+
+
+ | contingentresources |
+ contingent resources |
+
+
+
+
+
+
+ dFossilFuelClassValue_href - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelClassValue_href |
+
+
+ | Description |
+ Values indicating the various levels of fossil fuel resources. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources |
+ https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources |
+
+
+
+
+
+
+ dFossilFuelValue - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelValue |
+
+
+ | Description |
+ Types of fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | hardcoal |
+ hard coal |
+
+
+ | lowrankcoal |
+ low-rank coal |
+
+
+ | naturalgas |
+ natural gas |
+
+
+ | naturalgasliquids |
+ natural gas liquids |
+
+
+ | oilsands |
+ oil sands |
+
+
+ | oilshales |
+ oil shales |
+
+
+ | peat |
+ peat |
+
+
+ | crudeoil |
+ crude oil |
+
+
+
+
+
+
+ dFossilFuelValue_href - Domain
+
+
+
+
+ | DomainName |
+ dFossilFuelValue_href |
+
+
+ | Description |
+ Types of fossil fuels. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/peat |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/peat |
+
+
+ | https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil |
+ https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil |
+
+
+
+
+
+
+ dRenewAndWasteValue - Domain
+
+
+
+
+ | DomainName |
+ dRenewAndWasteValue |
+
+
+ | Description |
+ Types of renewable and waste resources. NOTE Waste values have been included in this code list to simplify the code lists rather than to imply that only renewable waste is included. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | geothermal |
+ geothermal |
+
+
+ | hydropower |
+ hydro power |
+
+
+ | industrialwaste |
+ industrial waste |
+
+
+ | liquidbiofuels |
+ liquid biofuels |
+
+
+ | municipalsolidwaste |
+ municipal solid waste |
+
+
+ | solarphotovoltaic |
+ solar photovoltaic |
+
+
+ | solarthermal |
+ solar thermal |
+
+
+ | solidbiomass |
+ solid biomass |
+
+
+ | tidewaveocean |
+ tide, wave, ocean |
+
+
+ | wind |
+ wind |
+
+
+ | biogas |
+ biogas |
+
+
+
+
+
+
+ dRenewAndWasteValue_href - Domain
+
+
+
+
+ | DomainName |
+ dRenewAndWasteValue_href |
+
+
+ | Description |
+ Types of renewable and waste resources. NOTE Waste values have been included in this code list to simplify the code lists rather than to imply that only renewable waste is included. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean |
+
+
+ | https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind |
+ https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind |
+
+
+
+
+
+
+ dVerticalRefValue - Domain
+
+
+
+
+ | DomainName |
+ dVerticalRefValue |
+
+
+ | Description |
+ Values indicating the reference level of the vertical extent. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | lowestastronomicaltide |
+ lowest astronomical tide |
+
+
+ | meansealevel |
+ mean sea level |
+
+
+ | seafloor |
+ seafloor |
+
+
+ | groundlevel |
+ ground level |
+
+
+
+
+
+
+ dVerticalRefValue_href - Domain
+
+
+
+
+ | DomainName |
+ dVerticalRefValue_href |
+
+
+ | Description |
+ Values indicating the reference level of the vertical extent. |
+
+
+ | FieldType |
+ String |
+
+
+ | Domain Type |
+ CodedValue |
+
+
+
+
+
+
+ | Code |
+
+ Name |
+
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel |
+
+
+ | https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloor |
+ https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloor |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gdb-templates/data-dictionary/Hydrogeology.html b/gdb-templates/data-dictionary/Hydrogeology.html
new file mode 100644
index 0000000..dee2689
--- /dev/null
+++ b/gdb-templates/data-dictionary/Hydrogeology.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+ Geodatabase Documentation
+
+ Date: Monday, June 2, 2025
Time: 4:33:23 PM
Summary Information and Links
0 Feature Datasets and 8 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
6 Tables (Object Classes)
16 Relationship Classes
20 Domains
Feature Datasets and Child Classes
Rasters
Workspace-Level Tables and Feature Classes
Aquiclude - Table
Aquifer - Table
AquiferSystem - Table
Aquitard - Table
AquitardAquifer - Table
GwbdsActiveWell - Table
ActiveWellP - Feature Class
AquicludeS - Feature Class
AquiferS - Feature Class
AquiferSystemS - Feature Class
AquitardS - Feature Class
Borehole - Feature Class
GroundwaterbodyS - Feature Class
HyGeObjNaturalP - Feature Class
Relationship Classes
RelActiveWellP_Borehole
RelActiveWellP_GwbdsActiveWell
RelAqSystem_Aquifer
RelAquiclude_AquicludeS
RelAquifer_activeWellP
RelAquifer_AquiferS
RelAquifer_AquitardAquifer
RelAquifer_HGObjNaturalP
RelAquiferSystem_aquiclude
RelAquiferSystem_aquifer
RelAquiferSystem_AquiferSystemS
RelAquitard_AquitardAquifer
RelAquitard_AquitardS
RelGwbdS_AquiferSystem
RelGwbdS_GwbdsActiveWell
RelGwbdS_HGObjNaturalP
Domains
ActiveWellTypeValue
ActiveWellTypeValue_href
AqMediaTypeValue
AqMediaTypeValue_href
AquiferTypeValue
AquiferTypeValue_href
ConOfGroundwaterValue
ConOfGroundwaterValue_href
GeologicUnitTypeValue
GeologicUnitTypeValue_href
HydroGeochemRockTypeValue
HydroGeochemRockTypeValue_href
NaturalObjectTypeValue
NaturalObjectTypeValue_href
StatusCodeTypeValue
StatusCodeTypeValue_href
WaterPersistenceValue
WaterPersistenceValue_href
WaterSalinityValue
WaterSalinityValue_href
ActiveWellP - FeatureClass
| Name | ActiveWellP |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | ActiveWellP |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| hgoName | String | 255 | hgoName | The name of the object. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| statusCode | String | 50 | statusCode | A code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list. | StatusCodeTypeValue | | true | | |
| statusCode_href | String | 255 | statusCode_href | URI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue | StatusCodeTypeValue_href | | true | | |
| validFrom | Date | 8 | validFrom | Date and time of which this version of the Object was or will be valid in the real world. | | | true | | |
| validTo | Date | 8 | validTo | Date and time of which this version of the Object ceased or will cease to exist in the real world. | | | true | | |
| activityType | String | 50 | activityType | The type of activity carried out by the well. | ActiveWellTypeValue | | true | | |
| activityType_href | String | 255 | activityType_href | URI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValue | ActiveWellTypeValue_href | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (Aquifer) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Borehole) | | | true | | |
AquicludeS - FeatureClass
| Name | AquicludeS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquicludeS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquiclude) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquiferS - FeatureClass
| Name | AquiferS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquiferS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquifer) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquiferSystemS - FeatureClass
| Name | AquiferSystemS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquiferSystemS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | AquiferSystemS |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table(AquiferSystem) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquitardS - FeatureClass
| Name | AquitardS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquitardS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquitard) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
Borehole - FeatureClass
| Name | Borehole |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | Borehole |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| elevation | Integer | 4 | elevation | The vertical height above datum of the borehole collar. | | | true | | |
| elevation_dimension | SmallInteger | 2 | elevation_dimension | The vertical height above datum of the borehole collar. (dimension) | | 1 | true | | |
| elevationCRS | String | 255 | elevationCRS | The vertical height above datum of the borehole collar. (CRS) | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| length | Double | 8 | length | The distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey). | | | true | | |
| length_uom | String | 50 | length_uom | The distance along a borehole. (uom) | | | true | | |
| purpose | String | 255 | purpose | The purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list. | | | true | | |
| purpose_href | String | 255 | purpose_href | URI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValue | | | true | | |
GroundwaterbodyS - FeatureClass
| Name | GroundwaterbodyS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | GroundwaterbodyS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | GroundwaterbodyS |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| cOGWB | String | 50 | cOGWB | Condition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity. | ConOfGroundwaterValue | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| mineralization | String | 255 | mineralization | Water Type as described in WaterSalinityValue INSPIRE code list. | WaterSalinityValue | | true | | |
| mineralization_href | String | 255 | mineralization_href | URI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValue | WaterSalinityValue_href | | true | | |
| piezState_obsTime | Date | 8 | piezState_obsTime | Piezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime) | | | true | | |
| cOGWB_href | String | 255 | cOGWB_href | URI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity. | ConOfGroundwaterValue_href | | true | | |
HyGeObjNaturalP - FeatureClass
| Name | HyGeObjNaturalP |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | HyGeObjNaturalP |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | HyGeObjNaturalP |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| hgoName | String | 255 | hgoName | The name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxQuantityOfFlow | Double | 8 | approxQuantityOfFlow | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. | | | true | | |
| approxQuantityOfFlow_from | Double | 8 | approxQuantityOfFlow_from | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from) | | | true | | |
| approxQuantityOfFlow_to | Double | 8 | approxQuantityOfFlow_to | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to) | | | true | | |
| approxQuantityOfFlow_uom | String | 50 | approxQuantityOfFlow_uom | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom) | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| naturalObjectType | String | 50 | naturalObjectType | Natural Object Type as described in NaturalObjectTypeValue INSPIRE code list. | NaturalObjectTypeValue | | true | | |
| naturalObjectType_href | String | 255 | naturalObjectType_href | URI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValue | NaturalObjectTypeValue_href | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Aquifer) | | | true | | |
| waterPersistence | String | 50 | waterPersistence | Water Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list. | WaterPersistenceValue | | true | | |
| waterPersistence_href | String | 255 | waterPersistence_href | URI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValue | WaterPersistenceValue_href | | true | | |
Aquiclude - Table
| Name | Aquiclude |
| AliasName | Aquiclude |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
Aquifer - Table
| Name | Aquifer |
| AliasName | Aquifer |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| aquiferType | String | 50 | aquiferType | The type of aquifer as described in AquiferTypeValue INSPIRE code list.Water in an Aquifer is, or is not, under pressure. Based on that unconfined, confined, artesian, or subartesian types are distinguished. | AquiferTypeValue | | true | | |
| hyGeochemRockType | String | 50 | hyGeochemRockType | Hydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. | HydroGeochemRockTypeValue | | true | | |
| hyGeochemRockType_href | String | 255 | hyGeochemRockType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValue | HydroGeochemRockTypeValue_href | | true | | |
| isExploited | SmallInteger | 2 | isExploited | Boolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1) | | | true | | |
| isMainInSystem | SmallInteger | 2 | isMainInSystem | Boolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1) | | | true | | |
| mediaType | String | 50 | mediaType | The classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list. | AqMediaTypeValue | | true | | |
| mediaType_href | String | 255 | mediaType_href | URI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValue | AqMediaTypeValue_href | | true | | |
| permeaCoef_from | Double | 8 | permeaCoef_from | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (from) | | | true | | |
| permeaCoef_to | Double | 8 | permeaCoef_to | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (to) | | | true | | |
| permeaCoef_uom | String | 255 | permeaCoef_uom | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (uom) | | | true | | |
| permeaCoef_value | Double | 8 | permeaCoef_value | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| storaCoef_from | Double | 8 | storaCoef_from | Storativity Coefficient as the ability of an aquifer to store water. (from) | | | true | | |
| storaCoef_to | Double | 8 | storaCoef_to | Storativity Coefficient as the ability of an aquifer to store water. (to) | | | true | | |
| storaCoef_uom | String | 255 | storaCoef_uom | Storativity Coefficient as the ability of an aquifer to store water. (uom) | | | true | | |
| storaCoef_value | Double | 8 | storaCoef_value | Storativity Coefficient as the ability of an aquifer to store water. | | | true | | |
| VulnToPollution_from | Double | 8 | VulnToPollution_from | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. (from) | | | true | | |
| VulnToPollution_to | Double | 8 | VulnToPollution_to | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. (to) | | | true | | |
| VulnToPollution_uom | String | 255 | VulnToPollution_uom | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. uom) | | | true | | |
| VulnToPollution_value | Double | 8 | VulnToPollution_value | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | GeologicUnitTypeValue | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | GeologicUnitTypeValue_href | | true | | |
| aquiferType_href | String | 255 | aquiferType_href | URI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValue | AquiferTypeValue_href | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
AquiferSystem - Table
| Name | AquiferSystem |
| AliasName | AquiferSystem |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| isLayered | SmallInteger | 2 | isLayered | Boolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1) | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
Aquitard - Table
| Name | Aquitard |
| AliasName | Aquitard |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| approxiPermCoeff_from | Double | 8 | approxiPermCoeff_from | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (from) | | | true | | |
| approxiPermCoeff_to | Double | 8 | approxiPermCoeff_to | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (to) | | | true | | |
| approxiPermCoeff_uom | String | 255 | approxiPermCoeff_uom | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (uom) | | | true | | |
| approxiPermCoeff_value | Double | 8 | approxiPermCoeff_value | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. | | | true | | |
| approxiStorCoeff_from | Double | 8 | approxiStorCoeff_from | The approximate StorativityCoefficient - the ability of an aquifer to store water (from) | | | true | | |
| approxiStorCoeff_to | Double | 8 | approxiStorCoeff_to | The approximate StorativityCoefficient - the ability of an aquifer to store water (to) | | | true | | |
| approxiStorCoeff_uom | String | 255 | approxiStorCoeff_uom | The approximate StorativityCoefficient - the ability of an aquifer to store water (uom) | | | true | | |
| approxiStorCoeff_value | Double | 8 | approxiStorCoeff_value | The approximate StorativityCoefficient - the ability of an aquifer to store water | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
AquitardAquifer - Table
| Name | AquitardAquifer |
| AliasName | AquitardAquifer |
| HasAttachments | false |
| Description | AquitardAquifer |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (Aquitard) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Aquifer) | | | true | | |
GwbdsActiveWell - Table
| Name | GwbdsActiveWell |
| AliasName | GwbdsActiveWell |
| HasAttachments | false |
| Description | GwbdsActiveWell |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (ActiveWellP) | | | true | | |
RelActiveWellP_Borehole - RelationshipClass
| Name | RelActiveWellP_Borehole |
| Cardinality | OneToOne |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | ActiveWellP |
| BackwardPathLabel | Borehole |
| Description | RelActiveWellP_Borehole |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Borehole | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| ActiveWellP | | |
RelActiveWellP_GwbdsActiveWell - RelationshipClass
| Name | RelActiveWellP_GwbdsActiveWell |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | GwbdsActiveWell |
| BackwardPathLabel | ActiveWellP |
| Description | RelActiveWellP_GwbdsActiveWell |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| ActiveWellP | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| GwbdsActiveWell | | |
RelAqSystem_Aquifer - RelationshipClass
| Name | RelAqSystem_Aquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquitard |
| BackwardPathLabel | AquiferSystem |
| Description | RelAqSystem_Aquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquitard | | |
RelAquiclude_AquicludeS - RelationshipClass
| Name | RelAquiclude_AquicludeS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquiclude |
| BackwardPathLabel | AquicludeS |
| Description | RelAquiclude_AquicludeS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquiclude | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquicludeS | | |
RelAquifer_activeWellP - RelationshipClass
| Name | RelAquifer_activeWellP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | ActiveWellP |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_activeWellP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| ActiveWellP | | |
RelAquifer_AquiferS - RelationshipClass
| Name | RelAquifer_AquiferS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferS |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_AquiferS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferS | | |
RelAquifer_AquitardAquifer - RelationshipClass
| Name | RelAquifer_AquitardAquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardAquifer |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_AquitardAquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardAquifer | | |
RelAquifer_HGObjNaturalP - RelationshipClass
| Name | RelAquifer_HGObjNaturalP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | HyGeObjNaturalP |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_HGObjNaturalP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| HyGeObjNaturalP | | |
RelAquiferSystem_aquiclude - RelationshipClass
| Name | RelAquiferSystem_aquiclude |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquiclude |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_aquiclude |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquiclude | | |
RelAquiferSystem_aquifer - RelationshipClass
| Name | RelAquiferSystem_aquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquifer |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_aquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquifer | | |
RelAquiferSystem_AquiferSystemS - RelationshipClass
| Name | RelAquiferSystem_AquiferSystemS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferSystemS |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_AquiferSystemS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferSystemS | | |
RelAquitard_AquitardAquifer - RelationshipClass
| Name | RelAquitard_AquitardAquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardAquifer |
| BackwardPathLabel | Aquitard |
| Description | RelAquitard_AquitardAquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquitard | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardAquifer | | |
RelAquitard_AquitardS - RelationshipClass
| Name | RelAquitard_AquitardS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardS |
| BackwardPathLabel | Aquitard |
| Description | RelAquitard_AquitardS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquitard | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardS | | |
RelGwbdS_AquiferSystem - RelationshipClass
| Name | RelGwbdS_AquiferSystem |
| Cardinality | OneToOne |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferSystem |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_AquiferSystem |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferSystem | | |
RelGwbdS_GwbdsActiveWell - RelationshipClass
| Name | RelGwbdS_GwbdsActiveWell |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | GwbdsActiveWell |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_GwbdsActiveWell |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| GwbdsActiveWell | | |
RelGwbdS_HGObjNaturalP - RelationshipClass
| Name | RelGwbdS_HGObjNaturalP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | HyGeObjNaturalP |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_HGObjNaturalP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| HyGeObjNaturalP | | |
ActiveWellTypeValue - Domain
| DomainName | ActiveWellTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| decontamination | decontamination |
| dewatering | dewatering |
| disposal | disposal |
| exploitation | exploitation |
| observation | observation |
| Other | Other |
| recharge | recharge |
| thermal | thermal |
| water exploratory | water exploratory |
| water supply | water supply |
| withdrawal | withdrawal |
ActiveWellTypeValue_href - Domain
| DomainName | ActiveWellTypeValue_href |
| Description | ActiveWellTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal |
AqMediaTypeValue - Domain
| DomainName | AqMediaTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| compound | compound |
| fractured | fractured |
| karstic | karstic |
| karstic and fractured | karstic and fractured |
| other | other |
| porous | porous |
| porous and fractured | porous and fractured |
AqMediaTypeValue_href - Domain
| DomainName | AqMediaTypeValue_href |
| Description | AqMediaTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured |
AquiferTypeValue - Domain
| DomainName | AquiferTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| confined artesian | confined artesian |
| confined subartesian | confined subartesian |
| unconfined | unconfined |
AquiferTypeValue_href - Domain
| DomainName | AquiferTypeValue_href |
| Description | AquiferTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian | https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian |
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian | https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian |
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined | https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined |
ConOfGroundwaterValue - Domain
| DomainName | ConOfGroundwaterValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| lightly modified | lightly modified |
| modified | modified |
| natural | natural |
| strongly modified | strongly modified |
| unknown | unknown |
ConOfGroundwaterValue_href - Domain
| DomainName | ConOfGroundwaterValue_href |
| Description | ConOfGroundwaterValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown |
GeologicUnitTypeValue - Domain
| DomainName | GeologicUnitTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| geologic unit | geologic unit |
GeologicUnitTypeValue_href - Domain
| DomainName | GeologicUnitTypeValue_href |
| Description | GeologicUnitTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit | https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit |
HydroGeochemRockTypeValue - Domain
| DomainName | HydroGeochemRockTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| carbonatic | carbonatic |
| chloridic | chloridic |
| organic | organic |
| silicatic | silicatic |
| sulfatic | sulfatic |
HydroGeochemRockTypeValue_href - Domain
| DomainName | HydroGeochemRockTypeValue_href |
| Description | HydroGeochemRockTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic |
NaturalObjectTypeValue - Domain
| DomainName | NaturalObjectTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| fen | fen |
| not specified | not specified |
| other | other |
| seep | seep |
| spring | spring |
| swallow hole | swallow hole |
NaturalObjectTypeValue_href - Domain
| DomainName | NaturalObjectTypeValue_href |
| Description | NaturalObjectTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole |
StatusCodeTypeValue - Domain
| DomainName | StatusCodeTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| abandoned | abandoned |
| abandoneddry | abandoneddry |
| abandonedinsufficientwater | abandonedinsufficientwater |
| abandonedpoorwaterquality | abandonedpoorwaterquality |
| deepened | deepened |
| new | new |
| not in use | not in use |
| reconditioned | reconditioned |
| standby | standby |
| unfinished | unfinished |
| unknown | unknown |
StatusCodeTypeValue_href - Domain
| DomainName | StatusCodeTypeValue_href |
| Description | StatusCodeTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown |
WaterPersistenceValue - Domain
| DomainName | WaterPersistenceValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| ephemeral | ephemeral |
| intermittent | intermittent |
| not specified | not specified |
| perennial | perennial |
| seasonal | seasonal |
WaterPersistenceValue_href - Domain
| DomainName | WaterPersistenceValue_href |
| Description | WaterPersistenceValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified | https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal |
WaterSalinityValue - Domain
| DomainName | WaterSalinityValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| acratopegae | acratopegae |
| brackish water | brackish water |
| brine water | brine water |
| fresh water | fresh water |
| saline water | saline water |
| salt water | salt water |
| ultra fresh water | ultra fresh water |
WaterSalinityValue_href - Domain
| DomainName | WaterSalinityValue_href |
| Description | WaterSalinityValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae | https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water | https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water |
+ Date: Monday, June 2, 2025
Time: 4:33:23 PM
Summary Information and Links
0 Feature Datasets and 8 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
6 Tables (Object Classes)
16 Relationship Classes
20 Domains
Feature Datasets and Child Classes
Rasters
Workspace-Level Tables and Feature Classes
Aquiclude - Table
Aquifer - Table
AquiferSystem - Table
Aquitard - Table
AquitardAquifer - Table
GwbdsActiveWell - Table
ActiveWellP - Feature Class
AquicludeS - Feature Class
AquiferS - Feature Class
AquiferSystemS - Feature Class
AquitardS - Feature Class
Borehole - Feature Class
GroundwaterbodyS - Feature Class
HyGeObjNaturalP - Feature Class
Relationship Classes
RelActiveWellP_Borehole
RelActiveWellP_GwbdsActiveWell
RelAqSystem_Aquifer
RelAquiclude_AquicludeS
RelAquifer_activeWellP
RelAquifer_AquiferS
RelAquifer_AquitardAquifer
RelAquifer_HGObjNaturalP
RelAquiferSystem_aquiclude
RelAquiferSystem_aquifer
RelAquiferSystem_AquiferSystemS
RelAquitard_AquitardAquifer
RelAquitard_AquitardS
RelGwbdS_AquiferSystem
RelGwbdS_GwbdsActiveWell
RelGwbdS_HGObjNaturalP
Domains
ActiveWellTypeValue
ActiveWellTypeValue_href
AqMediaTypeValue
AqMediaTypeValue_href
AquiferTypeValue
AquiferTypeValue_href
ConOfGroundwaterValue
ConOfGroundwaterValue_href
GeologicUnitTypeValue
GeologicUnitTypeValue_href
HydroGeochemRockTypeValue
HydroGeochemRockTypeValue_href
NaturalObjectTypeValue
NaturalObjectTypeValue_href
StatusCodeTypeValue
StatusCodeTypeValue_href
WaterPersistenceValue
WaterPersistenceValue_href
WaterSalinityValue
WaterSalinityValue_href
ActiveWellP - FeatureClass
| Name | ActiveWellP |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | ActiveWellP |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| hgoName | String | 255 | hgoName | The name of the object. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| statusCode | String | 50 | statusCode | A code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list. | StatusCodeTypeValue | | true | | |
| statusCode_href | String | 255 | statusCode_href | URI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue | StatusCodeTypeValue_href | | true | | |
| validFrom | Date | 8 | validFrom | Date and time of which this version of the Object was or will be valid in the real world. | | | true | | |
| validTo | Date | 8 | validTo | Date and time of which this version of the Object ceased or will cease to exist in the real world. | | | true | | |
| activityType | String | 50 | activityType | The type of activity carried out by the well. | ActiveWellTypeValue | | true | | |
| activityType_href | String | 255 | activityType_href | URI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValue | ActiveWellTypeValue_href | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (Aquifer) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Borehole) | | | true | | |
AquicludeS - FeatureClass
| Name | AquicludeS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquicludeS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquiclude) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquiferS - FeatureClass
| Name | AquiferS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquiferS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquifer) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquiferSystemS - FeatureClass
| Name | AquiferSystemS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquiferSystemS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | AquiferSystemS |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table(AquiferSystem) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
AquitardS - FeatureClass
| Name | AquitardS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | AquitardS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| rid | Integer | 4 | rid | Reference to featureId field in parent table (Aquitard) | | | true | | |
| mappingFrame | String | 255 | mappingFrame_ | The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian) | | | true | | |
| mappingFrame_href | String | 255 | mappingFrame_href | URI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValue | | | true | | |
Borehole - FeatureClass
| Name | Borehole |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | Borehole |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| elevation | Integer | 4 | elevation | The vertical height above datum of the borehole collar. | | | true | | |
| elevation_dimension | SmallInteger | 2 | elevation_dimension | The vertical height above datum of the borehole collar. (dimension) | | 1 | true | | |
| elevationCRS | String | 255 | elevationCRS | The vertical height above datum of the borehole collar. (CRS) | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| length | Double | 8 | length | The distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey). | | | true | | |
| length_uom | String | 50 | length_uom | The distance along a borehole. (uom) | | | true | | |
| purpose | String | 255 | purpose | The purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list. | | | true | | |
| purpose_href | String | 255 | purpose_href | URI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValue | | | true | | |
GroundwaterbodyS - FeatureClass
| Name | GroundwaterbodyS |
| ShapeType | Polygon |
| FeatureType | Simple |
| AliasName | GroundwaterbodyS |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | GroundwaterbodyS |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| cOGWB | String | 50 | cOGWB | Condition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity. | ConOfGroundwaterValue | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| mineralization | String | 255 | mineralization | Water Type as described in WaterSalinityValue INSPIRE code list. | WaterSalinityValue | | true | | |
| mineralization_href | String | 255 | mineralization_href | URI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValue | WaterSalinityValue_href | | true | | |
| piezState_obsTime | Date | 8 | piezState_obsTime | Piezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime) | | | true | | |
| cOGWB_href | String | 255 | cOGWB_href | URI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity. | ConOfGroundwaterValue_href | | true | | |
HyGeObjNaturalP - FeatureClass
| Name | HyGeObjNaturalP |
| ShapeType | Point |
| FeatureType | Simple |
| AliasName | HyGeObjNaturalP |
| HasM | false |
| HasZ | false |
| HasAttachments | false |
| Description | HyGeObjNaturalP |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| hgoName | String | 255 | hgoName | The name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxQuantityOfFlow | Double | 8 | approxQuantityOfFlow | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. | | | true | | |
| approxQuantityOfFlow_from | Double | 8 | approxQuantityOfFlow_from | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from) | | | true | | |
| approxQuantityOfFlow_to | Double | 8 | approxQuantityOfFlow_to | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to) | | | true | | |
| approxQuantityOfFlow_uom | String | 50 | approxQuantityOfFlow_uom | Approximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom) | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
| naturalObjectType | String | 50 | naturalObjectType | Natural Object Type as described in NaturalObjectTypeValue INSPIRE code list. | NaturalObjectTypeValue | | true | | |
| naturalObjectType_href | String | 255 | naturalObjectType_href | URI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValue | NaturalObjectTypeValue_href | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Aquifer) | | | true | | |
| waterPersistence | String | 50 | waterPersistence | Water Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list. | WaterPersistenceValue | | true | | |
| waterPersistence_href | String | 255 | waterPersistence_href | URI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValue | WaterPersistenceValue_href | | true | | |
Aquiclude - Table
| Name | Aquiclude |
| AliasName | Aquiclude |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
Aquifer - Table
| Name | Aquifer |
| AliasName | Aquifer |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| aquiferType | String | 50 | aquiferType | The type of aquifer as described in AquiferTypeValue INSPIRE code list.Water in an Aquifer is, or is not, under pressure. Based on that unconfined, confined, artesian, or subartesian types are distinguished. | AquiferTypeValue | | true | | |
| hyGeochemRockType | String | 50 | hyGeochemRockType | Hydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. | HydroGeochemRockTypeValue | | true | | |
| hyGeochemRockType_href | String | 255 | hyGeochemRockType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValue | HydroGeochemRockTypeValue_href | | true | | |
| isExploited | SmallInteger | 2 | isExploited | Boolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1) | | | true | | |
| isMainInSystem | SmallInteger | 2 | isMainInSystem | Boolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1) | | | true | | |
| mediaType | String | 50 | mediaType | The classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list. | AqMediaTypeValue | | true | | |
| mediaType_href | String | 255 | mediaType_href | URI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValue | AqMediaTypeValue_href | | true | | |
| permeaCoef_from | Double | 8 | permeaCoef_from | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (from) | | | true | | |
| permeaCoef_to | Double | 8 | permeaCoef_to | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (to) | | | true | | |
| permeaCoef_uom | String | 255 | permeaCoef_uom | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (uom) | | | true | | |
| permeaCoef_value | Double | 8 | permeaCoef_value | Permeability Coefficient as the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| storaCoef_from | Double | 8 | storaCoef_from | Storativity Coefficient as the ability of an aquifer to store water. (from) | | | true | | |
| storaCoef_to | Double | 8 | storaCoef_to | Storativity Coefficient as the ability of an aquifer to store water. (to) | | | true | | |
| storaCoef_uom | String | 255 | storaCoef_uom | Storativity Coefficient as the ability of an aquifer to store water. (uom) | | | true | | |
| storaCoef_value | Double | 8 | storaCoef_value | Storativity Coefficient as the ability of an aquifer to store water. | | | true | | |
| VulnToPollution_from | Double | 8 | VulnToPollution_from | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. (from) | | | true | | |
| VulnToPollution_to | Double | 8 | VulnToPollution_to | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. (to) | | | true | | |
| VulnToPollution_uom | String | 255 | VulnToPollution_uom | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. uom) | | | true | | |
| VulnToPollution_value | Double | 8 | VulnToPollution_value | Vulnerability To Pollution as an index value or interval of values determining the potential degree of aquifer risk arising from the geological structure, hydrogeological conditions and the existence of real or potential source of contamination. | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | GeologicUnitTypeValue | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | GeologicUnitTypeValue_href | | true | | |
| aquiferType_href | String | 255 | aquiferType_href | URI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValue | AquiferTypeValue_href | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
AquiferSystem - Table
| Name | AquiferSystem |
| AliasName | AquiferSystem |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| featureId | Integer | 0 | featureId | Identifier, used in references to this object | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| isLayered | SmallInteger | 2 | isLayered | Boolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1) | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
Aquitard - Table
| Name | Aquitard |
| AliasName | Aquitard |
| HasAttachments | false |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| name | String | 255 | name | Name of the object. | | | true | | |
| inspireId_localId | String | 255 | inspireId_localId | A local identifier, assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. | | | true | | |
| inspireId_namespace | String | 255 | inspireId_namespace | Namespace uniquely identifying the data source of the spatial object. | | | true | | |
| inspireId_versionId | String | 255 | inspireId_versionId | The identifier of the particular version of the spatial object, with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life-cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique | | | true | | |
| approxiDepth | Double | 8 | approxiDepth | The approximate depth of the Object occurrence. | | | true | | |
| approxiDepth_from | Double | 8 | approxiDepth_from | The approximate depth of the Object occurrence (from) | | | true | | |
| approxiDepth_to | Double | 8 | approxiDepth_to | The approximate depth of the Object occurrence (to) | | | true | | |
| approxiDepth_uom | String | 50 | approxiDepth_uom | The approximate depth of the Object occurrence (a unit of measurement) | | | true | | |
| approxiThickness | Double | 8 | approxiThickness | Approximate Thickness - the approximate thickness of the Object | | | true | | |
| approxiThickness_from | Double | 8 | approxiThickness_from | Approximate Thickness - the approximate thickness of the Object (from) | | | true | | |
| approxiThickness_to | Double | 8 | approxiThickness_to | Approximate Thickness - the approximate thickness of the Object (to) | | | true | | |
| approxiThickness_uom | String | 50 | approxiThickness_uom | Approximate Quantity of Flow - An approximate value defining the water yield in the object. (uom) | | | true | | |
| beginLifespanVersion | Date | 8 | beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial data set. | | | true | | |
| description | String | 255 | description | The description of the object. | | | true | | |
| endLifespanVersion | Date | 8 | endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial data set. | | | true | | |
| approxiPermCoeff_from | Double | 8 | approxiPermCoeff_from | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (from) | | | true | | |
| approxiPermCoeff_to | Double | 8 | approxiPermCoeff_to | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (to) | | | true | | |
| approxiPermCoeff_uom | String | 255 | approxiPermCoeff_uom | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. (uom) | | | true | | |
| approxiPermCoeff_value | Double | 8 | approxiPermCoeff_value | The approximate Permeability Coefficient - the volume of an incompressible fluid that will flow in unit time through a unit cube of a porous substance across which a unit pressure difference is maintained. | | | true | | |
| approxiStorCoeff_from | Double | 8 | approxiStorCoeff_from | The approximate StorativityCoefficient - the ability of an aquifer to store water (from) | | | true | | |
| approxiStorCoeff_to | Double | 8 | approxiStorCoeff_to | The approximate StorativityCoefficient - the ability of an aquifer to store water (to) | | | true | | |
| approxiStorCoeff_uom | String | 255 | approxiStorCoeff_uom | The approximate StorativityCoefficient - the ability of an aquifer to store water (uom) | | | true | | |
| approxiStorCoeff_value | Double | 8 | approxiStorCoeff_value | The approximate StorativityCoefficient - the ability of an aquifer to store water | | | true | | |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (AquiferSystem) | | | true | | |
| geologicUnitType | String | 255 | geologicUnitType | The type of geological the unit as described in GeologicUnitTypeValue INSPIRE code list. Logical constraints of definition of unit and valid property cardinalities should be contained in the definition. | | | true | | |
| geologicUnitType_href | String | 255 | geologicUnitType_href | URI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue | | | true | | |
| featureId | Integer | 4 | featureId | Identifier, used in references to this object | | | true | | |
AquitardAquifer - Table
| Name | AquitardAquifer |
| AliasName | AquitardAquifer |
| HasAttachments | false |
| Description | AquitardAquifer |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (Aquitard) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (Aquifer) | | | true | | |
GwbdsActiveWell - Table
| Name | GwbdsActiveWell |
| AliasName | GwbdsActiveWell |
| HasAttachments | false |
| Description | GwbdsActiveWell |
| Field | DataType | Length | AliasName | Description | Domain | DefaultValue | IsNullable | Precision | Scale |
| rid1 | Integer | 4 | rid1 | Reference to featureId field in parent table (GroundwaterbodyS) | | | true | | |
| rid2 | Integer | 4 | rid2 | Reference to featureId field in parent table (ActiveWellP) | | | true | | |
RelActiveWellP_Borehole - RelationshipClass
| Name | RelActiveWellP_Borehole |
| Cardinality | OneToOne |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | ActiveWellP |
| BackwardPathLabel | Borehole |
| Description | RelActiveWellP_Borehole |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Borehole | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| ActiveWellP | | |
RelActiveWellP_GwbdsActiveWell - RelationshipClass
| Name | RelActiveWellP_GwbdsActiveWell |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | GwbdsActiveWell |
| BackwardPathLabel | ActiveWellP |
| Description | RelActiveWellP_GwbdsActiveWell |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| ActiveWellP | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| GwbdsActiveWell | | |
RelAqSystem_Aquifer - RelationshipClass
| Name | RelAqSystem_Aquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquitard |
| BackwardPathLabel | AquiferSystem |
| Description | RelAqSystem_Aquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquitard | | |
RelAquiclude_AquicludeS - RelationshipClass
| Name | RelAquiclude_AquicludeS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquiclude |
| BackwardPathLabel | AquicludeS |
| Description | RelAquiclude_AquicludeS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquiclude | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquicludeS | | |
RelAquifer_activeWellP - RelationshipClass
| Name | RelAquifer_activeWellP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | ActiveWellP |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_activeWellP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| ActiveWellP | | |
RelAquifer_AquiferS - RelationshipClass
| Name | RelAquifer_AquiferS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferS |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_AquiferS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferS | | |
RelAquifer_AquitardAquifer - RelationshipClass
| Name | RelAquifer_AquitardAquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardAquifer |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_AquitardAquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardAquifer | | |
RelAquifer_HGObjNaturalP - RelationshipClass
| Name | RelAquifer_HGObjNaturalP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | HyGeObjNaturalP |
| BackwardPathLabel | Aquifer |
| Description | RelAquifer_HGObjNaturalP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquifer | featureId | rid2 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| HyGeObjNaturalP | | |
RelAquiferSystem_aquiclude - RelationshipClass
| Name | RelAquiferSystem_aquiclude |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquiclude |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_aquiclude |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquiclude | | |
RelAquiferSystem_aquifer - RelationshipClass
| Name | RelAquiferSystem_aquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | Aquifer |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_aquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| Aquifer | | |
RelAquiferSystem_AquiferSystemS - RelationshipClass
| Name | RelAquiferSystem_AquiferSystemS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferSystemS |
| BackwardPathLabel | AquiferSystem |
| Description | RelAquiferSystem_AquiferSystemS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| AquiferSystem | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferSystemS | | |
RelAquitard_AquitardAquifer - RelationshipClass
| Name | RelAquitard_AquitardAquifer |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardAquifer |
| BackwardPathLabel | Aquitard |
| Description | RelAquitard_AquitardAquifer |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquitard | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardAquifer | | |
RelAquitard_AquitardS - RelationshipClass
| Name | RelAquitard_AquitardS |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquitardS |
| BackwardPathLabel | Aquitard |
| Description | RelAquitard_AquitardS |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| Aquitard | featureId | rid |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquitardS | | |
RelGwbdS_AquiferSystem - RelationshipClass
| Name | RelGwbdS_AquiferSystem |
| Cardinality | OneToOne |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | AquiferSystem |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_AquiferSystem |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| AquiferSystem | | |
RelGwbdS_GwbdsActiveWell - RelationshipClass
| Name | RelGwbdS_GwbdsActiveWell |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | GwbdsActiveWell |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_GwbdsActiveWell |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| GwbdsActiveWell | | |
RelGwbdS_HGObjNaturalP - RelationshipClass
| Name | RelGwbdS_HGObjNaturalP |
| Cardinality | OneToMany |
| IsAttributed | false |
| IsComposite | false |
| ForwardPathLabel | HyGeObjNaturalP |
| BackwardPathLabel | GroundwaterbodyS |
| Description | RelGwbdS_HGObjNaturalP |
| Origin Class Name | Origin Primary Key | Origin Foreign Key |
| GroundwaterbodyS | featureId | rid1 |
| Destination Class Name | Destination Primary Key | Destination Foreign Key |
| HyGeObjNaturalP | | |
ActiveWellTypeValue - Domain
| DomainName | ActiveWellTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| decontamination | decontamination |
| dewatering | dewatering |
| disposal | disposal |
| exploitation | exploitation |
| observation | observation |
| Other | Other |
| recharge | recharge |
| thermal | thermal |
| water exploratory | water exploratory |
| water supply | water supply |
| withdrawal | withdrawal |
ActiveWellTypeValue_href - Domain
| DomainName | ActiveWellTypeValue_href |
| Description | ActiveWellTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply |
| https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal | https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal |
AqMediaTypeValue - Domain
| DomainName | AqMediaTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| compound | compound |
| fractured | fractured |
| karstic | karstic |
| karstic and fractured | karstic and fractured |
| other | other |
| porous | porous |
| porous and fractured | porous and fractured |
AqMediaTypeValue_href - Domain
| DomainName | AqMediaTypeValue_href |
| Description | AqMediaTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous |
| https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured | https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured |
AquiferTypeValue - Domain
| DomainName | AquiferTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| confined artesian | confined artesian |
| confined subartesian | confined subartesian |
| unconfined | unconfined |
AquiferTypeValue_href - Domain
| DomainName | AquiferTypeValue_href |
| Description | AquiferTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian | https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian |
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian | https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian |
| https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined | https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined |
ConOfGroundwaterValue - Domain
| DomainName | ConOfGroundwaterValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| lightly modified | lightly modified |
| modified | modified |
| natural | natural |
| strongly modified | strongly modified |
| unknown | unknown |
ConOfGroundwaterValue_href - Domain
| DomainName | ConOfGroundwaterValue_href |
| Description | ConOfGroundwaterValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified |
| https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown | https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown |
GeologicUnitTypeValue - Domain
| DomainName | GeologicUnitTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| geologic unit | geologic unit |
GeologicUnitTypeValue_href - Domain
| DomainName | GeologicUnitTypeValue_href |
| Description | GeologicUnitTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit | https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit |
HydroGeochemRockTypeValue - Domain
| DomainName | HydroGeochemRockTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| carbonatic | carbonatic |
| chloridic | chloridic |
| organic | organic |
| silicatic | silicatic |
| sulfatic | sulfatic |
HydroGeochemRockTypeValue_href - Domain
| DomainName | HydroGeochemRockTypeValue_href |
| Description | HydroGeochemRockTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic |
| https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic | https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic |
NaturalObjectTypeValue - Domain
| DomainName | NaturalObjectTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| fen | fen |
| not specified | not specified |
| other | other |
| seep | seep |
| spring | spring |
| swallow hole | swallow hole |
NaturalObjectTypeValue_href - Domain
| DomainName | NaturalObjectTypeValue_href |
| Description | NaturalObjectTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring |
| https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole | https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole |
StatusCodeTypeValue - Domain
| DomainName | StatusCodeTypeValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| abandoned | abandoned |
| abandoneddry | abandoneddry |
| abandonedinsufficientwater | abandonedinsufficientwater |
| abandonedpoorwaterquality | abandonedpoorwaterquality |
| deepened | deepened |
| new | new |
| not in use | not in use |
| reconditioned | reconditioned |
| standby | standby |
| unfinished | unfinished |
| unknown | unknown |
StatusCodeTypeValue_href - Domain
| DomainName | StatusCodeTypeValue_href |
| Description | StatusCodeTypeValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished |
| https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown | https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown |
WaterPersistenceValue - Domain
| DomainName | WaterPersistenceValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| ephemeral | ephemeral |
| intermittent | intermittent |
| not specified | not specified |
| perennial | perennial |
| seasonal | seasonal |
WaterPersistenceValue_href - Domain
| DomainName | WaterPersistenceValue_href |
| Description | WaterPersistenceValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified | https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial |
| https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal | https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal |
WaterSalinityValue - Domain
| DomainName | WaterSalinityValue |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| acratopegae | acratopegae |
| brackish water | brackish water |
| brine water | brine water |
| fresh water | fresh water |
| saline water | saline water |
| salt water | salt water |
| ultra fresh water | ultra fresh water |
WaterSalinityValue_href - Domain
| DomainName | WaterSalinityValue_href |
| Description | WaterSalinityValue_href |
| FieldType | String |
| Domain Type | CodedValue |
| Code | Name |
|
| https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae | https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water | https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water |
| https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water | https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water |
+