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

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceL
ShapeTypePolyline
FeatureTypeSimple
AliasNameFossilFuelResourceL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

FossilFuelResourceP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceP
ShapeTypePoint
FeatureTypeSimple
AliasNameFossilFuelResourceP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

FossilFuelResourceS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceS
ShapeTypePolygon
FeatureTypeSimple
AliasNameFossilFuelResourceS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

RenewableAndWasteResourceP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteResourceP
ShapeTypePoint
FeatureTypeSimple
AliasNameRenewableAndWasteResourceP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteResourceP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

RenewableAndWasteResourceS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteResourceS
ShapeTypePolygon
FeatureTypeSimple
AliasNameRenewableAndWasteResourceS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteResourceS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

RenewableAndWasteRessourceL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteRessourceL
ShapeTypePolyline
FeatureTypeSimple
AliasNameRenewableAndWasteRessourceL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteRessourceL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

FossilFuelResource_type - Table

+ + + + + + + + + + + + + + + +
NameFossilFuelResource_type
AliasNameFossilFuelResource_type
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResource_type

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
res_calRange_lowerDouble8res_calRange_lowerThe 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_uomString50res_calRange_lower_uomUnit of Measure for Calorific range (lower).true + +
res_calRange_upperDouble8res_calRange_upperThe 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_uomString50res_calRange_upper_uomUnit of Measure for Calorific range (upper).true + +
res_calScalarDouble8res_calScalarMeasure quantifying the calorific property of an Energy Resource.true + +
res_calScalar_uomString50res_calScalar_uomUnit of Measure for calorific Scalar.true + +
res_quant_amountDouble8res_quant_amountAmount of resource according to the specific categorisation.true + +
res_quant_amount_uomString50res_quant_amount_uomUnit of Measure for quantity amount.true + +
res_quant_dateOfDetermDate8res_quant_dateOfDetermDate on which the resource was quantified.true + +
res_quant_resourceClassString50res_quant_resourceClassCategory indicating the different confidence levels of fossil fuel resources for distinguishing real from potential or expected amount of fossil fuels.dFossilFuelClassValuetrue + +
res_typeOfResourceString255res_typeOfResA generic classification of the types of fossil fuel resource.dFossilFuelValuetrue + +
res_typeOfResource_hrefString255res_typeOfResource_hrefURI from the INSPIRE code list register - FossilFuelValue https://inspire.ec.europa.eu/codelist/FossilFuelValuedFossilFuelValue_hreftrue + +
RIDInteger4RIDReference to featureId field in parent FossilFuelResourceS, FossilFuelResourceL, FossilFuelResourceP.true + +
res_quant_resourceClass_hrefString255res_quant_resourceClass_hrefURI from the INSPIRE code list register - FossilFuelClassValue https://inspire.ec.europa.eu/codelist/FossilFuelClassValuedFossilFuelClassValue_hreftrue + +
+
+

RelFossilFuelResourceL_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceL_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceL
+ + + + + + + +
DescriptionRelFossilFuelResourceL_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourceLfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

RelFossilFuelResourceP_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceP_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceP
+ + + + + + + +
DescriptionRelFossilFuelResourceP_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourcePfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

RelFossilFuelResourceS_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceS_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceS
+ + + + + + + +
DescriptionRelFossilFuelResourceS_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourceSfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

dClassAndQuantFramework - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedClassAndQuantFramework
DescriptionValues 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
PERCPan-European Code for Reporting of Exploration Results, Mineral Resources and Reserves (PERC).
PRMSPetroleum Resources Management System
RSGRussian reserve guidelines.
UNFC-1997United Nations Framework Classification (1997).
UNFC-2004United Nations Framework Classification (2004).
UNFC-2009United Nations Framework Classification (2009).
USGSUnited States Geological Survey
NPD-2001Norwegian Petroleum Directorate classification (NPD-2001)
+

+
+

dClassAndQuantFramework_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedClassAndQuantFramework_href
DescriptionValues 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERChttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMShttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RFhttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGShttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPDhttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD
+

+
+

dFossilFuelClassValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelClassValue
DescriptionValues indicating the various levels of fossil fuel resources.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
provenreservesproven reserves
resourcesinitiallyinplaceresources initially in place
contingentresourcescontingent resources
+

+
+

dFossilFuelClassValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelClassValue_href
DescriptionValues indicating the various levels of fossil fuel resources.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserveshttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlacehttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResourceshttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources
+

+
+

dFossilFuelValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelValue
DescriptionTypes of fossil fuels.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
hardcoalhard coal
lowrankcoallow-rank coal
naturalgasnatural gas
naturalgasliquidsnatural gas liquids
oilsandsoil sands
oilshalesoil shales
peatpeat
crudeoilcrude oil
+

+
+

dFossilFuelValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelValue_href
DescriptionTypes of fossil fuels.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoalhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal
https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoalhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal
https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGashttps://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas
https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquidshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids
https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSandshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands
https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShaleshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales
https://inspire.ec.europa.eu/codelist/FossilFuelValue/peathttps://inspire.ec.europa.eu/codelist/FossilFuelValue/peat
https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOilhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil
+

+
+

dRenewAndWasteValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedRenewAndWasteValue
DescriptionTypes 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
geothermalgeothermal
hydropowerhydro power
industrialwasteindustrial waste
liquidbiofuelsliquid biofuels
municipalsolidwastemunicipal solid waste
solarphotovoltaicsolar photovoltaic
solarthermalsolar thermal
solidbiomasssolid biomass
tidewaveoceantide, wave, ocean
windwind
biogasbiogas
+

+
+

dRenewAndWasteValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedRenewAndWasteValue_href
DescriptionTypes 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogashttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermalhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydrohttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWastehttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuelshttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWastehttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaichttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermalhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomasshttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOceanhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/windhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind
+

+
+

dVerticalRefValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedVerticalRefValue
DescriptionValues indicating the reference level of the vertical extent.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
lowestastronomicaltidelowest astronomical tide
meansealevelmean sea level
seafloorseafloor
groundlevelground level
+

+
+

dVerticalRefValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedVerticalRefValue_href
DescriptionValues indicating the reference level of the vertical extent.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevelhttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevelhttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloorhttps://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

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceL
ShapeTypePolyline
FeatureTypeSimple
AliasNameFossilFuelResourceL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

FossilFuelResourceP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceP
ShapeTypePoint
FeatureTypeSimple
AliasNameFossilFuelResourceP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

FossilFuelResourceS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameFossilFuelResourceS
ShapeTypePolygon
FeatureTypeSimple
AliasNameFossilFuelResourceS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResourceS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDiscoveryDate8dateOfDiscoverydateOfDiscoverytrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
+

+
+

RenewableAndWasteResourceP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteResourceP
ShapeTypePoint
FeatureTypeSimple
AliasNameRenewableAndWasteResourceP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteResourceP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

RenewableAndWasteResourceS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteResourceS
ShapeTypePolygon
FeatureTypeSimple
AliasNameRenewableAndWasteResourceS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteResourceS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

RenewableAndWasteRessourceL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRenewableAndWasteRessourceL
ShapeTypePolyline
FeatureTypeSimple
AliasNameRenewableAndWasteRessourceL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionRenewableAndWasteRessourceL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
repAuthority_contactString255repAuthority_contactReporting authority Contact. Organisation responsible for reporting on the estimated and produced energy resources.true + +
repAuthority_individualNameString100repAuthority_individualNameName of the related person at the Reporting authority.true + +
repAuthority_organisationNameString100repAuthority_organisationNameName of the related organisation at the Reporting authority.true + +
repAuthority_positionNameString50repAuthority_positionNamePosition of the party in relation to a resource, such as head of department.true + +
repAuthority_roleString50repAuthority_roleRole(s) of the party in relation to a resource, such as owner.true + +
resNameString255resNameThe name of the energy resource.true + +
resName_langString50resName_langResource name Language.true + +
cqFrameworkString255cqFrameworkA generic classification of Classification and quantification framework Value.A reference classification scheme to classify and quantify energy resources.dClassAndQuantFrameworktrue + +
cqFramework_hrefString255cqFramework_hrefURI from the INSPIRE code list register - ClassificationAndQuantificationFrameworkValue https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValuedClassAndQuantFramework_hreftrue + +
endLifespanVersionDate8endLifespanVersionDate and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
expPeriod_beginTimeDate8expPeriod_beginTimeThe exploitationPeriod defines the start date of the application.true + +
expPeriod_endTimeDate8expPeriod_endTimeThe exploitationPeriod defines the end date of the application.true + +
vertExt_lowerBoundDouble8vertExt_lowerBoundValue indicating the lower bound of the depth range of an Energy Resource.true + +
vertExt_upperBoundDouble8vertExt_upperBoundValue indicating the lower bound of the height range of an Energy Resource.true + +
vertExt_scalarDouble8vertExt_scalarNumber representing the height or depth of an Energy Resource.true + +
vertExt_ReferenceString255vExt_scalarA generic classification of Reference levels chosen to determine the vertical height/depth.dVerticalRefValuetrue + +
vertExt_Reference_hrefString255vertExt_Reference_hrefURI from the INSPIRE code list register - VerticalReferenceValue https://inspire.ec.europa.eu/codelist/VerticalReferenceValuedVerticalRefValue_hreftrue + +
dateOfDeterminationDate8dateOfDeterminationDate of determination.Date on which the capacity of the resource has been determined.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 + +
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
capacityDouble8capacityEnergy 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_uomString50capacity_uomUnit of Measure for the capacity.true + +
typeOfResourceString100typeOfResourceA generic classification of types of renewable energy or waste resource.dRenewAndWasteValuetrue + +
typeOfResource_hrefString255typeOfResource_hrefURI from the INSPIRE code list register - RenewableAndWasteValue https://inspire.ec.europa.eu/codelist/RenewableAndWasteValuedRenewAndWasteValue_hreftrue + +
+

+
+

FossilFuelResource_type - Table

+ + + + + + + + + + + + + + + +
NameFossilFuelResource_type
AliasNameFossilFuelResource_type
HasAttachmentsfalse
+ + + + + + + +
DescriptionFossilFuelResource_type

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this object.true + +
res_calRange_lowerDouble8res_calRange_lowerThe 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_uomString50res_calRange_lower_uomUnit of Measure for Calorific range (lower).true + +
res_calRange_upperDouble8res_calRange_upperThe 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_uomString50res_calRange_upper_uomUnit of Measure for Calorific range (upper).true + +
res_calScalarDouble8res_calScalarMeasure quantifying the calorific property of an Energy Resource.true + +
res_calScalar_uomString50res_calScalar_uomUnit of Measure for calorific Scalar.true + +
res_quant_amountDouble8res_quant_amountAmount of resource according to the specific categorisation.true + +
res_quant_amount_uomString50res_quant_amount_uomUnit of Measure for quantity amount.true + +
res_quant_dateOfDetermDate8res_quant_dateOfDetermDate on which the resource was quantified.true + +
res_quant_resourceClassString50res_quant_resourceClassCategory indicating the different confidence levels of fossil fuel resources for distinguishing real from potential or expected amount of fossil fuels.dFossilFuelClassValuetrue + +
res_typeOfResourceString255res_typeOfResA generic classification of the types of fossil fuel resource.dFossilFuelValuetrue + +
res_typeOfResource_hrefString255res_typeOfResource_hrefURI from the INSPIRE code list register - FossilFuelValue https://inspire.ec.europa.eu/codelist/FossilFuelValuedFossilFuelValue_hreftrue + +
RIDInteger4RIDReference to featureId field in parent FossilFuelResourceS, FossilFuelResourceL, FossilFuelResourceP.true + +
res_quant_resourceClass_hrefString255res_quant_resourceClass_hrefURI from the INSPIRE code list register - FossilFuelClassValue https://inspire.ec.europa.eu/codelist/FossilFuelClassValuedFossilFuelClassValue_hreftrue + +
+
+

RelFossilFuelResourceL_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceL_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceL
+ + + + + + + +
DescriptionRelFossilFuelResourceL_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourceLfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

RelFossilFuelResourceP_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceP_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceP
+ + + + + + + +
DescriptionRelFossilFuelResourceP_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourcePfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

RelFossilFuelResourceS_Resource_type - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelFossilFuelResourceS_Resource_type
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelFossilFuelResource_type
BackwardPathLabelFossilFuelResourceS
+ + + + + + + +
DescriptionRelFossilFuelResourceS_Resource_type
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
FossilFuelResourceSfeatureIdRID

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
FossilFuelResource_type
+
+

dClassAndQuantFramework - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedClassAndQuantFramework
DescriptionValues 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
PERCPan-European Code for Reporting of Exploration Results, Mineral Resources and Reserves (PERC).
PRMSPetroleum Resources Management System
RSGRussian reserve guidelines.
UNFC-1997United Nations Framework Classification (1997).
UNFC-2004United Nations Framework Classification (2004).
UNFC-2009United Nations Framework Classification (2009).
USGSUnited States Geological Survey
NPD-2001Norwegian Petroleum Directorate classification (NPD-2001)
+

+
+

dClassAndQuantFramework_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedClassAndQuantFramework_href
DescriptionValues 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERChttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/PERC
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMShttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/SPE-WPC-AAPG-PRMS
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RFhttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/RF
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC1997
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2004
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/UNFC2009
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGShttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/USGS
https://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPDhttps://inspire.ec.europa.eu/codelist/ClassificationAndQuantificationFrameworkValue/NPD
+

+
+

dFossilFuelClassValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelClassValue
DescriptionValues indicating the various levels of fossil fuel resources.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
provenreservesproven reserves
resourcesinitiallyinplaceresources initially in place
contingentresourcescontingent resources
+

+
+

dFossilFuelClassValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelClassValue_href
DescriptionValues indicating the various levels of fossil fuel resources.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserveshttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/provenReserves
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlacehttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/resourcesInitiallyInPlace
https://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResourceshttps://inspire.ec.europa.eu/codelist/FossilFuelClassValue/contingentResources
+

+
+

dFossilFuelValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelValue
DescriptionTypes of fossil fuels.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
hardcoalhard coal
lowrankcoallow-rank coal
naturalgasnatural gas
naturalgasliquidsnatural gas liquids
oilsandsoil sands
oilshalesoil shales
peatpeat
crudeoilcrude oil
+

+
+

dFossilFuelValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedFossilFuelValue_href
DescriptionTypes of fossil fuels.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoalhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/hardCoal
https://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoalhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/lowRankCoal
https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGashttps://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGas
https://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquidshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/naturalGasLiquids
https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSandshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/oilSands
https://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShaleshttps://inspire.ec.europa.eu/codelist/FossilFuelValue/oilShales
https://inspire.ec.europa.eu/codelist/FossilFuelValue/peathttps://inspire.ec.europa.eu/codelist/FossilFuelValue/peat
https://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOilhttps://inspire.ec.europa.eu/codelist/FossilFuelValue/crudeOil
+

+
+

dRenewAndWasteValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedRenewAndWasteValue
DescriptionTypes 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
geothermalgeothermal
hydropowerhydro power
industrialwasteindustrial waste
liquidbiofuelsliquid biofuels
municipalsolidwastemunicipal solid waste
solarphotovoltaicsolar photovoltaic
solarthermalsolar thermal
solidbiomasssolid biomass
tidewaveoceantide, wave, ocean
windwind
biogasbiogas
+

+
+

dRenewAndWasteValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedRenewAndWasteValue_href
DescriptionTypes 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.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogashttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/biogas
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermalhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/geothermal
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydrohttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/hydro
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWastehttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/industrialWaste
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuelshttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/liquidBiofuels
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWastehttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/municipalSolidWaste
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaichttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarPhotovoltaic
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermalhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solarThermal
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomasshttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/solidBiomass
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOceanhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/tideWaveOcean
https://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/windhttps://inspire.ec.europa.eu/codelist/RenewableAndWasteValue/wind
+

+
+

dVerticalRefValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedVerticalRefValue
DescriptionValues indicating the reference level of the vertical extent.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
lowestastronomicaltidelowest astronomical tide
meansealevelmean sea level
seafloorseafloor
groundlevelground level
+

+
+

dVerticalRefValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamedVerticalRefValue_href
DescriptionValues indicating the reference level of the vertical extent.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevelhttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/groundLevel
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/lowestAstronomicalTide
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevelhttps://inspire.ec.europa.eu/codelist/VerticalReferenceValue/meanSeaLevel
https://inspire.ec.europa.eu/codelist/VerticalReferenceValue/seafloorhttps://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

NameActiveWellP
ShapeTypePoint
FeatureTypeSimple
AliasNameActiveWellP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionActiveWellP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
hgoNameString255hgoNameThe name of the object.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
statusCodeString50statusCodeA code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list.StatusCodeTypeValuetrue
statusCode_hrefString255statusCode_hrefURI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValueStatusCodeTypeValue_hreftrue
validFromDate8validFromDate and time of which this version of the Object was or will be valid in the real world.true
validToDate8validToDate and time of which this version of the Object ceased or will cease to exist in the real world.true
activityTypeString50activityTypeThe type of activity carried out by the well.ActiveWellTypeValuetrue
activityType_hrefString255activityType_hrefURI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueActiveWellTypeValue_hreftrue
rid1Integer4rid1Reference to featureId field in parent table (Aquifer)true
rid2Integer4rid2Reference to featureId field in parent table (Borehole)true


AquicludeS - FeatureClass

NameAquicludeS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquicludeS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquicludeS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquiclude)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquiferS - FeatureClass

NameAquiferS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquiferS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquifer)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquiferSystemS - FeatureClass

NameAquiferSystemS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferSystemS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquiferSystemS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table(AquiferSystem)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquitardS - FeatureClass

NameAquitardS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquitardS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquitardS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquitard)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


Borehole - FeatureClass

NameBorehole
ShapeTypePoint
FeatureTypeSimple
AliasNameBorehole
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionBorehole

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
elevationInteger4elevationThe vertical height above datum of the borehole collar.true
elevation_dimensionSmallInteger2elevation_dimensionThe vertical height above datum of the borehole collar. (dimension)1true
elevationCRSString255elevationCRSThe vertical height above datum of the borehole collar. (CRS)true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lengthDouble8lengthThe distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey).true
length_uomString50length_uomThe distance along a borehole. (uom)true
purposeString255purposeThe purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list.true
purpose_hrefString255purpose_hrefURI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValuetrue


GroundwaterbodyS - FeatureClass

NameGroundwaterbodyS
ShapeTypePolygon
FeatureTypeSimple
AliasNameGroundwaterbodyS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionGroundwaterbodyS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
cOGWBString50cOGWBCondition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValuetrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
mineralizationString255mineralizationWater Type as described in WaterSalinityValue INSPIRE code list.WaterSalinityValuetrue
mineralization_hrefString255mineralization_hrefURI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValueWaterSalinityValue_hreftrue
piezState_obsTimeDate8piezState_obsTimePiezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime)true
cOGWB_hrefString255cOGWB_hrefURI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValue_hreftrue


HyGeObjNaturalP - FeatureClass

NameHyGeObjNaturalP
ShapeTypePoint
FeatureTypeSimple
AliasNameHyGeObjNaturalP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionHyGeObjNaturalP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
hgoNameString255hgoNameThe name of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxQuantityOfFlowDouble8approxQuantityOfFlowApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object.true
approxQuantityOfFlow_fromDouble8approxQuantityOfFlow_fromApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from)true
approxQuantityOfFlow_toDouble8approxQuantityOfFlow_toApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to)true
approxQuantityOfFlow_uomString50approxQuantityOfFlow_uomApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom)true
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
naturalObjectTypeString50naturalObjectTypeNatural Object Type as described in NaturalObjectTypeValue INSPIRE code list.NaturalObjectTypeValuetrue
naturalObjectType_hrefString255naturalObjectType_hrefURI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueNaturalObjectTypeValue_hreftrue
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true
waterPersistenceString50waterPersistenceWater Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list.WaterPersistenceValuetrue
waterPersistence_hrefString255waterPersistence_hrefURI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValueWaterPersistenceValue_hreftrue


Aquiclude - Table

NameAquiclude
AliasNameAquiclude
HasAttachmentsfalse
DescriptionAquiclude

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

Aquifer - Table

NameAquifer
AliasNameAquifer
HasAttachmentsfalse
DescriptionAquifer

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
aquiferTypeString50aquiferTypeThe 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.AquiferTypeValuetrue
hyGeochemRockTypeString50hyGeochemRockTypeHydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. HydroGeochemRockTypeValuetrue
hyGeochemRockType_hrefString255hyGeochemRockType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueHydroGeochemRockTypeValue_hreftrue
isExploitedSmallInteger2isExploitedBoolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1)true
isMainInSystemSmallInteger2isMainInSystemBoolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1)true
mediaTypeString50mediaTypeThe classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list.AqMediaTypeValuetrue
mediaType_hrefString255mediaType_hrefURI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueAqMediaTypeValue_hreftrue
permeaCoef_fromDouble8permeaCoef_fromPermeability 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_toDouble8permeaCoef_toPermeability 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_uomString255permeaCoef_uomPermeability 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_valueDouble8permeaCoef_valuePermeability 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
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
storaCoef_fromDouble8storaCoef_fromStorativity Coefficient as the ability of an aquifer to store water. (from)true
storaCoef_toDouble8storaCoef_toStorativity Coefficient as the ability of an aquifer to store water. (to)true
storaCoef_uomString255storaCoef_uomStorativity Coefficient as the ability of an aquifer to store water. (uom)true
storaCoef_valueDouble8storaCoef_valueStorativity Coefficient as the ability of an aquifer to store water.true
VulnToPollution_fromDouble8VulnToPollution_fromVulnerability 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_toDouble8VulnToPollution_toVulnerability 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_uomString255VulnToPollution_uomVulnerability 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_valueDouble8VulnToPollution_valueVulnerability 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
geologicUnitTypeString255geologicUnitTypeThe 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.GeologicUnitTypeValuetrue
geologicUnitType_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValueGeologicUnitTypeValue_hreftrue
aquiferType_hrefString255aquiferType_hrefURI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValueAquiferTypeValue_hreftrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

AquiferSystem - Table

NameAquiferSystem
AliasNameAquiferSystem
HasAttachmentsfalse
DescriptionAquiferSystem

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
isLayeredSmallInteger2isLayeredBoolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1)true
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue

Aquitard - Table

NameAquitard
AliasNameAquitard
HasAttachmentsfalse
DescriptionAquitard

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
approxiPermCoeff_fromDouble8approxiPermCoeff_fromThe 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_toDouble8approxiPermCoeff_toThe 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_uomString255approxiPermCoeff_uomThe 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_valueDouble8approxiPermCoeff_valueThe 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_fromDouble8approxiStorCoeff_fromThe approximate StorativityCoefficient - the ability of an aquifer to store water (from)true
approxiStorCoeff_toDouble8approxiStorCoeff_toThe approximate StorativityCoefficient - the ability of an aquifer to store water (to)true
approxiStorCoeff_uomString255approxiStorCoeff_uomThe approximate StorativityCoefficient - the ability of an aquifer to store water (uom)true
approxiStorCoeff_valueDouble8approxiStorCoeff_valueThe approximate StorativityCoefficient - the ability of an aquifer to store watertrue
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

AquitardAquifer - Table

NameAquitardAquifer
AliasNameAquitardAquifer
HasAttachmentsfalse
DescriptionAquitardAquifer

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (Aquitard)true
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true

GwbdsActiveWell - Table

NameGwbdsActiveWell
AliasNameGwbdsActiveWell
HasAttachmentsfalse
DescriptionGwbdsActiveWell

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
rid2Integer4rid2Reference to featureId field in parent table (ActiveWellP)true

RelActiveWellP_Borehole - RelationshipClass

NameRelActiveWellP_Borehole
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelBorehole
DescriptionRelActiveWellP_Borehole

Origin Class NameOrigin Primary KeyOrigin Foreign Key
BoreholefeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP

RelActiveWellP_GwbdsActiveWell - RelationshipClass

NameRelActiveWellP_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelActiveWellP
DescriptionRelActiveWellP_GwbdsActiveWell

Origin Class NameOrigin Primary KeyOrigin Foreign Key
ActiveWellPfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell

RelAqSystem_Aquifer - RelationshipClass

NameRelAqSystem_Aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitard
BackwardPathLabelAquiferSystem
DescriptionRelAqSystem_Aquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquitard

RelAquiclude_AquicludeS - RelationshipClass

NameRelAquiclude_AquicludeS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquicludeS
DescriptionRelAquiclude_AquicludeS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquicludefeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquicludeS

RelAquifer_activeWellP - RelationshipClass

NameRelAquifer_activeWellP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelAquifer
DescriptionRelAquifer_activeWellP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP

RelAquifer_AquiferS - RelationshipClass

NameRelAquifer_AquiferS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferS
BackwardPathLabelAquifer
DescriptionRelAquifer_AquiferS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferS

RelAquifer_AquitardAquifer - RelationshipClass

NameRelAquifer_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquifer
DescriptionRelAquifer_AquitardAquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer

RelAquifer_HGObjNaturalP - RelationshipClass

NameRelAquifer_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelAquifer
DescriptionRelAquifer_HGObjNaturalP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP

RelAquiferSystem_aquiclude - RelationshipClass

NameRelAquiferSystem_aquiclude
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_aquiclude

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquiclude

RelAquiferSystem_aquifer - RelationshipClass

NameRelAquiferSystem_aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquifer
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_aquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquifer

RelAquiferSystem_AquiferSystemS - RelationshipClass

NameRelAquiferSystem_AquiferSystemS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystemS
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_AquiferSystemS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystemS

RelAquitard_AquitardAquifer - RelationshipClass

NameRelAquitard_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquitard
DescriptionRelAquitard_AquitardAquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer

RelAquitard_AquitardS - RelationshipClass

NameRelAquitard_AquitardS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardS
BackwardPathLabelAquitard
DescriptionRelAquitard_AquitardS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardS

RelGwbdS_AquiferSystem - RelationshipClass

NameRelGwbdS_AquiferSystem
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystem
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_AquiferSystem

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystem

RelGwbdS_GwbdsActiveWell - RelationshipClass

NameRelGwbdS_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_GwbdsActiveWell

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell

RelGwbdS_HGObjNaturalP - RelationshipClass

NameRelGwbdS_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_HGObjNaturalP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP

ActiveWellTypeValue - Domain

DomainNameActiveWellTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
decontaminationdecontamination
dewateringdewatering
disposaldisposal
exploitationexploitation
observationobservation
OtherOther
rechargerecharge
thermalthermal
water exploratorywater exploratory
water supplywater supply
withdrawalwithdrawal


ActiveWellTypeValue_href - Domain

DomainNameActiveWellTypeValue_href
DescriptionActiveWellTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontaminationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewateringhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOtherhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerechargehttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratoryhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supplyhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal


AqMediaTypeValue - Domain

DomainNameAqMediaTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
compoundcompound
fracturedfractured
karstickarstic
karstic and fracturedkarstic and fractured
otherother
porousporous
porous and fracturedporous and fractured


AqMediaTypeValue_href - Domain

DomainNameAqMediaTypeValue_href
DescriptionAqMediaTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompoundhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstichttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueotherhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporoushttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured


AquiferTypeValue - Domain

DomainNameAquiferTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
confined artesianconfined artesian
confined subartesianconfined subartesian
unconfinedunconfined


AquiferTypeValue_href - Domain

DomainNameAquiferTypeValue_href
DescriptionAquiferTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfinedhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined


ConOfGroundwaterValue - Domain

DomainNameConOfGroundwaterValue
FieldTypeString
Domain TypeCodedValue

CodeName
lightly modifiedlightly modified
modifiedmodified
naturalnatural
strongly modifiedstrongly modified
unknownunknown


ConOfGroundwaterValue_href - Domain

DomainNameConOfGroundwaterValue_href
DescriptionConOfGroundwaterValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenaturalhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknownhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown


GeologicUnitTypeValue - Domain

DomainNameGeologicUnitTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
geologic unitgeologic unit


GeologicUnitTypeValue_href - Domain

DomainNameGeologicUnitTypeValue_href
DescriptionGeologicUnitTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnithttps://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit


HydroGeochemRockTypeValue - Domain

DomainNameHydroGeochemRockTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
carbonaticcarbonatic
chloridicchloridic
organicorganic
silicaticsilicatic
sulfaticsulfatic


HydroGeochemRockTypeValue_href - Domain

DomainNameHydroGeochemRockTypeValue_href
DescriptionHydroGeochemRockTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic


NaturalObjectTypeValue - Domain

DomainNameNaturalObjectTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
fenfen
not specifiednot specified
otherother
seepseep
springspring
swallow holeswallow hole


NaturalObjectTypeValue_href - Domain

DomainNameNaturalObjectTypeValue_href
DescriptionNaturalObjectTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefenhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specifiedhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueotherhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseephttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespringhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow holehttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole


StatusCodeTypeValue - Domain

DomainNameStatusCodeTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
abandonedabandoned
abandoneddryabandoneddry
abandonedinsufficientwaterabandonedinsufficientwater
abandonedpoorwaterqualityabandonedpoorwaterquality
deepeneddeepened
newnew
not in usenot in use
reconditionedreconditioned
standbystandby
unfinishedunfinished
unknownunknown


StatusCodeTypeValue_href - Domain

DomainNameStatusCodeTypeValue_href
DescriptionStatusCodeTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddryhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwaterhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterqualityhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepenedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/newhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in usehttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditionedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standbyhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinishedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknownhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown


WaterPersistenceValue - Domain

DomainNameWaterPersistenceValue
FieldTypeString
Domain TypeCodedValue

CodeName
ephemeralephemeral
intermittentintermittent
not specifiednot specified
perennialperennial
seasonalseasonal


WaterPersistenceValue_href - Domain

DomainNameWaterPersistenceValue_href
DescriptionWaterPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeralhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittenthttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent
https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specifiedhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennialhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonalhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal


WaterSalinityValue - Domain

DomainNameWaterSalinityValue
FieldTypeString
Domain TypeCodedValue

CodeName
acratopegaeacratopegae
brackish waterbrackish water
brine waterbrine water
fresh waterfresh water
saline watersaline water
salt watersalt water
ultra fresh waterultra fresh water


WaterSalinityValue_href - Domain

DomainNameWaterSalinityValue_href
DescriptionWaterSalinityValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegaehttps://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water
https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh waterhttps://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

NameActiveWellP
ShapeTypePoint
FeatureTypeSimple
AliasNameActiveWellP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionActiveWellP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
hgoNameString255hgoNameThe name of the object.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
statusCodeString50statusCodeA code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list.StatusCodeTypeValuetrue
statusCode_hrefString255statusCode_hrefURI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValueStatusCodeTypeValue_hreftrue
validFromDate8validFromDate and time of which this version of the Object was or will be valid in the real world.true
validToDate8validToDate and time of which this version of the Object ceased or will cease to exist in the real world.true
activityTypeString50activityTypeThe type of activity carried out by the well.ActiveWellTypeValuetrue
activityType_hrefString255activityType_hrefURI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueActiveWellTypeValue_hreftrue
rid1Integer4rid1Reference to featureId field in parent table (Aquifer)true
rid2Integer4rid2Reference to featureId field in parent table (Borehole)true


AquicludeS - FeatureClass

NameAquicludeS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquicludeS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquicludeS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquiclude)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquiferS - FeatureClass

NameAquiferS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquiferS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquifer)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquiferSystemS - FeatureClass

NameAquiferSystemS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferSystemS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquiferSystemS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table(AquiferSystem)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


AquitardS - FeatureClass

NameAquitardS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquitardS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionAquitardS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
ridInteger4ridReference to featureId field in parent table (Aquitard)true
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue


Borehole - FeatureClass

NameBorehole
ShapeTypePoint
FeatureTypeSimple
AliasNameBorehole
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionBorehole

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
elevationInteger4elevationThe vertical height above datum of the borehole collar.true
elevation_dimensionSmallInteger2elevation_dimensionThe vertical height above datum of the borehole collar. (dimension)1true
elevationCRSString255elevationCRSThe vertical height above datum of the borehole collar. (CRS)true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lengthDouble8lengthThe distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey).true
length_uomString50length_uomThe distance along a borehole. (uom)true
purposeString255purposeThe purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list.true
purpose_hrefString255purpose_hrefURI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValuetrue


GroundwaterbodyS - FeatureClass

NameGroundwaterbodyS
ShapeTypePolygon
FeatureTypeSimple
AliasNameGroundwaterbodyS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionGroundwaterbodyS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
cOGWBString50cOGWBCondition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValuetrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
mineralizationString255mineralizationWater Type as described in WaterSalinityValue INSPIRE code list.WaterSalinityValuetrue
mineralization_hrefString255mineralization_hrefURI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValueWaterSalinityValue_hreftrue
piezState_obsTimeDate8piezState_obsTimePiezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime)true
cOGWB_hrefString255cOGWB_hrefURI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValue_hreftrue


HyGeObjNaturalP - FeatureClass

NameHyGeObjNaturalP
ShapeTypePoint
FeatureTypeSimple
AliasNameHyGeObjNaturalP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionHyGeObjNaturalP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
hgoNameString255hgoNameThe name of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxQuantityOfFlowDouble8approxQuantityOfFlowApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object.true
approxQuantityOfFlow_fromDouble8approxQuantityOfFlow_fromApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from)true
approxQuantityOfFlow_toDouble8approxQuantityOfFlow_toApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to)true
approxQuantityOfFlow_uomString50approxQuantityOfFlow_uomApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom)true
featureIdInteger4featureIdIdentifier, used in references to this objecttrue
naturalObjectTypeString50naturalObjectTypeNatural Object Type as described in NaturalObjectTypeValue INSPIRE code list.NaturalObjectTypeValuetrue
naturalObjectType_hrefString255naturalObjectType_hrefURI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueNaturalObjectTypeValue_hreftrue
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true
waterPersistenceString50waterPersistenceWater Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list.WaterPersistenceValuetrue
waterPersistence_hrefString255waterPersistence_hrefURI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValueWaterPersistenceValue_hreftrue


Aquiclude - Table

NameAquiclude
AliasNameAquiclude
HasAttachmentsfalse
DescriptionAquiclude

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

Aquifer - Table

NameAquifer
AliasNameAquifer
HasAttachmentsfalse
DescriptionAquifer

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
aquiferTypeString50aquiferTypeThe 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.AquiferTypeValuetrue
hyGeochemRockTypeString50hyGeochemRockTypeHydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. HydroGeochemRockTypeValuetrue
hyGeochemRockType_hrefString255hyGeochemRockType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueHydroGeochemRockTypeValue_hreftrue
isExploitedSmallInteger2isExploitedBoolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1)true
isMainInSystemSmallInteger2isMainInSystemBoolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1)true
mediaTypeString50mediaTypeThe classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list.AqMediaTypeValuetrue
mediaType_hrefString255mediaType_hrefURI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueAqMediaTypeValue_hreftrue
permeaCoef_fromDouble8permeaCoef_fromPermeability 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_toDouble8permeaCoef_toPermeability 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_uomString255permeaCoef_uomPermeability 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_valueDouble8permeaCoef_valuePermeability 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
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
storaCoef_fromDouble8storaCoef_fromStorativity Coefficient as the ability of an aquifer to store water. (from)true
storaCoef_toDouble8storaCoef_toStorativity Coefficient as the ability of an aquifer to store water. (to)true
storaCoef_uomString255storaCoef_uomStorativity Coefficient as the ability of an aquifer to store water. (uom)true
storaCoef_valueDouble8storaCoef_valueStorativity Coefficient as the ability of an aquifer to store water.true
VulnToPollution_fromDouble8VulnToPollution_fromVulnerability 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_toDouble8VulnToPollution_toVulnerability 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_uomString255VulnToPollution_uomVulnerability 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_valueDouble8VulnToPollution_valueVulnerability 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
geologicUnitTypeString255geologicUnitTypeThe 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.GeologicUnitTypeValuetrue
geologicUnitType_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValueGeologicUnitTypeValue_hreftrue
aquiferType_hrefString255aquiferType_hrefURI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValueAquiferTypeValue_hreftrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

AquiferSystem - Table

NameAquiferSystem
AliasNameAquiferSystem
HasAttachmentsfalse
DescriptionAquiferSystem

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
featureIdInteger0featureIdIdentifier, used in references to this objecttrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
isLayeredSmallInteger2isLayeredBoolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1)true
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue

Aquitard - Table

NameAquitard
AliasNameAquitard
HasAttachmentsfalse
DescriptionAquitard

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
descriptionString255descriptionThe description of the object.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
approxiPermCoeff_fromDouble8approxiPermCoeff_fromThe 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_toDouble8approxiPermCoeff_toThe 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_uomString255approxiPermCoeff_uomThe 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_valueDouble8approxiPermCoeff_valueThe 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_fromDouble8approxiStorCoeff_fromThe approximate StorativityCoefficient - the ability of an aquifer to store water (from)true
approxiStorCoeff_toDouble8approxiStorCoeff_toThe approximate StorativityCoefficient - the ability of an aquifer to store water (to)true
approxiStorCoeff_uomString255approxiStorCoeff_uomThe approximate StorativityCoefficient - the ability of an aquifer to store water (uom)true
approxiStorCoeff_valueDouble8approxiStorCoeff_valueThe approximate StorativityCoefficient - the ability of an aquifer to store watertrue
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

AquitardAquifer - Table

NameAquitardAquifer
AliasNameAquitardAquifer
HasAttachmentsfalse
DescriptionAquitardAquifer

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (Aquitard)true
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true

GwbdsActiveWell - Table

NameGwbdsActiveWell
AliasNameGwbdsActiveWell
HasAttachmentsfalse
DescriptionGwbdsActiveWell

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true
rid2Integer4rid2Reference to featureId field in parent table (ActiveWellP)true

RelActiveWellP_Borehole - RelationshipClass

NameRelActiveWellP_Borehole
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelBorehole
DescriptionRelActiveWellP_Borehole

Origin Class NameOrigin Primary KeyOrigin Foreign Key
BoreholefeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP

RelActiveWellP_GwbdsActiveWell - RelationshipClass

NameRelActiveWellP_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelActiveWellP
DescriptionRelActiveWellP_GwbdsActiveWell

Origin Class NameOrigin Primary KeyOrigin Foreign Key
ActiveWellPfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell

RelAqSystem_Aquifer - RelationshipClass

NameRelAqSystem_Aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitard
BackwardPathLabelAquiferSystem
DescriptionRelAqSystem_Aquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquitard

RelAquiclude_AquicludeS - RelationshipClass

NameRelAquiclude_AquicludeS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquicludeS
DescriptionRelAquiclude_AquicludeS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquicludefeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquicludeS

RelAquifer_activeWellP - RelationshipClass

NameRelAquifer_activeWellP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelAquifer
DescriptionRelAquifer_activeWellP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP

RelAquifer_AquiferS - RelationshipClass

NameRelAquifer_AquiferS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferS
BackwardPathLabelAquifer
DescriptionRelAquifer_AquiferS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferS

RelAquifer_AquitardAquifer - RelationshipClass

NameRelAquifer_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquifer
DescriptionRelAquifer_AquitardAquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer

RelAquifer_HGObjNaturalP - RelationshipClass

NameRelAquifer_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelAquifer
DescriptionRelAquifer_HGObjNaturalP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP

RelAquiferSystem_aquiclude - RelationshipClass

NameRelAquiferSystem_aquiclude
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_aquiclude

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquiclude

RelAquiferSystem_aquifer - RelationshipClass

NameRelAquiferSystem_aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquifer
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_aquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
Aquifer

RelAquiferSystem_AquiferSystemS - RelationshipClass

NameRelAquiferSystem_AquiferSystemS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystemS
BackwardPathLabelAquiferSystem
DescriptionRelAquiferSystem_AquiferSystemS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystemS

RelAquitard_AquitardAquifer - RelationshipClass

NameRelAquitard_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquitard
DescriptionRelAquitard_AquitardAquifer

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer

RelAquitard_AquitardS - RelationshipClass

NameRelAquitard_AquitardS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardS
BackwardPathLabelAquitard
DescriptionRelAquitard_AquitardS

Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid

Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardS

RelGwbdS_AquiferSystem - RelationshipClass

NameRelGwbdS_AquiferSystem
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystem
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_AquiferSystem

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystem

RelGwbdS_GwbdsActiveWell - RelationshipClass

NameRelGwbdS_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_GwbdsActiveWell

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell

RelGwbdS_HGObjNaturalP - RelationshipClass

NameRelGwbdS_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelGroundwaterbodyS
DescriptionRelGwbdS_HGObjNaturalP

Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP

ActiveWellTypeValue - Domain

DomainNameActiveWellTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
decontaminationdecontamination
dewateringdewatering
disposaldisposal
exploitationexploitation
observationobservation
OtherOther
rechargerecharge
thermalthermal
water exploratorywater exploratory
water supplywater supply
withdrawalwithdrawal


ActiveWellTypeValue_href - Domain

DomainNameActiveWellTypeValue_href
DescriptionActiveWellTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontaminationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewateringhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOtherhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerechargehttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratoryhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supplyhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal


AqMediaTypeValue - Domain

DomainNameAqMediaTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
compoundcompound
fracturedfractured
karstickarstic
karstic and fracturedkarstic and fractured
otherother
porousporous
porous and fracturedporous and fractured


AqMediaTypeValue_href - Domain

DomainNameAqMediaTypeValue_href
DescriptionAqMediaTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompoundhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstichttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueotherhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporoushttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured


AquiferTypeValue - Domain

DomainNameAquiferTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
confined artesianconfined artesian
confined subartesianconfined subartesian
unconfinedunconfined


AquiferTypeValue_href - Domain

DomainNameAquiferTypeValue_href
DescriptionAquiferTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfinedhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined


ConOfGroundwaterValue - Domain

DomainNameConOfGroundwaterValue
FieldTypeString
Domain TypeCodedValue

CodeName
lightly modifiedlightly modified
modifiedmodified
naturalnatural
strongly modifiedstrongly modified
unknownunknown


ConOfGroundwaterValue_href - Domain

DomainNameConOfGroundwaterValue_href
DescriptionConOfGroundwaterValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenaturalhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknownhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown


GeologicUnitTypeValue - Domain

DomainNameGeologicUnitTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
geologic unitgeologic unit


GeologicUnitTypeValue_href - Domain

DomainNameGeologicUnitTypeValue_href
DescriptionGeologicUnitTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnithttps://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit


HydroGeochemRockTypeValue - Domain

DomainNameHydroGeochemRockTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
carbonaticcarbonatic
chloridicchloridic
organicorganic
silicaticsilicatic
sulfaticsulfatic


HydroGeochemRockTypeValue_href - Domain

DomainNameHydroGeochemRockTypeValue_href
DescriptionHydroGeochemRockTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic


NaturalObjectTypeValue - Domain

DomainNameNaturalObjectTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
fenfen
not specifiednot specified
otherother
seepseep
springspring
swallow holeswallow hole


NaturalObjectTypeValue_href - Domain

DomainNameNaturalObjectTypeValue_href
DescriptionNaturalObjectTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefenhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specifiedhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueotherhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseephttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespringhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow holehttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole


StatusCodeTypeValue - Domain

DomainNameStatusCodeTypeValue
FieldTypeString
Domain TypeCodedValue

CodeName
abandonedabandoned
abandoneddryabandoneddry
abandonedinsufficientwaterabandonedinsufficientwater
abandonedpoorwaterqualityabandonedpoorwaterquality
deepeneddeepened
newnew
not in usenot in use
reconditionedreconditioned
standbystandby
unfinishedunfinished
unknownunknown


StatusCodeTypeValue_href - Domain

DomainNameStatusCodeTypeValue_href
DescriptionStatusCodeTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddryhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwaterhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterqualityhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepenedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/newhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in usehttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditionedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standbyhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinishedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknownhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown


WaterPersistenceValue - Domain

DomainNameWaterPersistenceValue
FieldTypeString
Domain TypeCodedValue

CodeName
ephemeralephemeral
intermittentintermittent
not specifiednot specified
perennialperennial
seasonalseasonal


WaterPersistenceValue_href - Domain

DomainNameWaterPersistenceValue_href
DescriptionWaterPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeralhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittenthttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent
https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specifiedhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennialhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonalhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal


WaterSalinityValue - Domain

DomainNameWaterSalinityValue
FieldTypeString
Domain TypeCodedValue

CodeName
acratopegaeacratopegae
brackish waterbrackish water
brine waterbrine water
fresh waterfresh water
saline watersaline water
salt watersalt water
ultra fresh waterultra fresh water


WaterSalinityValue_href - Domain

DomainNameWaterSalinityValue_href
DescriptionWaterSalinityValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegaehttps://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water
https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water


+ \ No newline at end of file diff --git a/gdb-templates/data-dictionary/Hydrogeology.md b/gdb-templates/data-dictionary/Hydrogeology.md new file mode 100644 index 0000000..4626073 --- /dev/null +++ b/gdb-templates/data-dictionary/Hydrogeology.md @@ -0,0 +1,10256 @@ + +#Hydrogeology + + +
+Geodatabase Documentation +
+Date: June 2, 2025
+
+

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

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameActiveWellP
ShapeTypePoint
FeatureTypeSimple
AliasNameActiveWellP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionActiveWellP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
hgoNameString255hgoNameThe name of the object.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
statusCodeString50statusCodeA code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list.StatusCodeTypeValuetrue + +
statusCode_hrefString255statusCode_hrefURI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValueStatusCodeTypeValue_hreftrue + +
validFromDate8validFromDate and time of which this version of the Object was or will be valid in the real world.true + +
validToDate8validToDate and time of which this version of the Object ceased or will cease to exist in the real world.true + +
activityTypeString50activityTypeThe type of activity carried out by the well.ActiveWellTypeValuetrue + +
activityType_hrefString255activityType_hrefURI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueActiveWellTypeValue_hreftrue + +
rid1Integer4rid1Reference to featureId field in parent table (Aquifer)true + +
rid2Integer4rid2Reference to featureId field in parent table (Borehole)true + +
+

+
+

AquicludeS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquicludeS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquicludeS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquicludeS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquiclude)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquiferS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquiferS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquifer)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquiferSystemS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquiferSystemS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferSystemS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferSystemS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table(AquiferSystem)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquitardS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquitardS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquitardS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitardS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquitard)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

Borehole - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameBorehole
ShapeTypePoint
FeatureTypeSimple
AliasNameBorehole
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionBorehole

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
elevationInteger4elevationThe vertical height above datum of the borehole collar.true + +
elevation_dimensionSmallInteger2elevation_dimensionThe vertical height above datum of the borehole collar. (dimension)1true + +
elevationCRSString255elevationCRSThe vertical height above datum of the borehole collar. (CRS)true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lengthDouble8lengthThe distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey).true + +
length_uomString50length_uomThe distance along a borehole. (uom)true + +
purposeString255purposeThe purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list.true + +
purpose_hrefString255purpose_hrefURI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValuetrue + +
+

+
+

GroundwaterbodyS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameGroundwaterbodyS
ShapeTypePolygon
FeatureTypeSimple
AliasNameGroundwaterbodyS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionGroundwaterbodyS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
cOGWBString50cOGWBCondition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValuetrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
mineralizationString255mineralizationWater Type as described in WaterSalinityValue INSPIRE code list.WaterSalinityValuetrue + +
mineralization_hrefString255mineralization_hrefURI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValueWaterSalinityValue_hreftrue + +
piezState_obsTimeDate8piezState_obsTimePiezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime)true + +
cOGWB_hrefString255cOGWB_hrefURI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValue_hreftrue + +
+

+
+

HyGeObjNaturalP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameHyGeObjNaturalP
ShapeTypePoint
FeatureTypeSimple
AliasNameHyGeObjNaturalP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionHyGeObjNaturalP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
hgoNameString255hgoNameThe name of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxQuantityOfFlowDouble8approxQuantityOfFlowApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object.true + +
approxQuantityOfFlow_fromDouble8approxQuantityOfFlow_fromApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from)true + +
approxQuantityOfFlow_toDouble8approxQuantityOfFlow_toApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to)true + +
approxQuantityOfFlow_uomString50approxQuantityOfFlow_uomApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom)true + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
naturalObjectTypeString50naturalObjectTypeNatural Object Type as described in NaturalObjectTypeValue INSPIRE code list.NaturalObjectTypeValuetrue + +
naturalObjectType_hrefString255naturalObjectType_hrefURI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueNaturalObjectTypeValue_hreftrue + +
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true + +
waterPersistenceString50waterPersistenceWater Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list.WaterPersistenceValuetrue + +
waterPersistence_hrefString255waterPersistence_hrefURI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValueWaterPersistenceValue_hreftrue + +
+

+
+

Aquiclude - Table

+ + + + + + + + + + + + + + + +
NameAquiclude
AliasNameAquiclude
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiclude

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

Aquifer - Table

+ + + + + + + + + + + + + + + +
NameAquifer
AliasNameAquifer
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquifer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
aquiferTypeString50aquiferTypeThe 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.AquiferTypeValuetrue + +
hyGeochemRockTypeString50hyGeochemRockTypeHydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. HydroGeochemRockTypeValuetrue + +
hyGeochemRockType_hrefString255hyGeochemRockType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueHydroGeochemRockTypeValue_hreftrue + +
isExploitedSmallInteger2isExploitedBoolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1)true + +
isMainInSystemSmallInteger2isMainInSystemBoolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1)true + +
mediaTypeString50mediaTypeThe classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list.AqMediaTypeValuetrue + +
mediaType_hrefString255mediaType_hrefURI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueAqMediaTypeValue_hreftrue + +
permeaCoef_fromDouble8permeaCoef_fromPermeability 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_toDouble8permeaCoef_toPermeability 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_uomString255permeaCoef_uomPermeability 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_valueDouble8permeaCoef_valuePermeability 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 + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
storaCoef_fromDouble8storaCoef_fromStorativity Coefficient as the ability of an aquifer to store water. (from)true + +
storaCoef_toDouble8storaCoef_toStorativity Coefficient as the ability of an aquifer to store water. (to)true + +
storaCoef_uomString255storaCoef_uomStorativity Coefficient as the ability of an aquifer to store water. (uom)true + +
storaCoef_valueDouble8storaCoef_valueStorativity Coefficient as the ability of an aquifer to store water.true + +
VulnToPollution_fromDouble8VulnToPollution_fromVulnerability 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_toDouble8VulnToPollution_toVulnerability 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_uomString255VulnToPollution_uomVulnerability 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_valueDouble8VulnToPollution_valueVulnerability 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 + +
geologicUnitTypeString255geologicUnitTypeThe 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.GeologicUnitTypeValuetrue + +
geologicUnitType_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValueGeologicUnitTypeValue_hreftrue + +
aquiferType_hrefString255aquiferType_hrefURI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValueAquiferTypeValue_hreftrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

AquiferSystem - Table

+ + + + + + + + + + + + + + + +
NameAquiferSystem
AliasNameAquiferSystem
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferSystem

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
isLayeredSmallInteger2isLayeredBoolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1)true + +
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
+
+

Aquitard - Table

+ + + + + + + + + + + + + + + +
NameAquitard
AliasNameAquitard
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitard

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
approxiPermCoeff_fromDouble8approxiPermCoeff_fromThe 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_toDouble8approxiPermCoeff_toThe 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_uomString255approxiPermCoeff_uomThe 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_valueDouble8approxiPermCoeff_valueThe 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_fromDouble8approxiStorCoeff_fromThe approximate StorativityCoefficient - the ability of an aquifer to store water (from)true + +
approxiStorCoeff_toDouble8approxiStorCoeff_toThe approximate StorativityCoefficient - the ability of an aquifer to store water (to)true + +
approxiStorCoeff_uomString255approxiStorCoeff_uomThe approximate StorativityCoefficient - the ability of an aquifer to store water (uom)true + +
approxiStorCoeff_valueDouble8approxiStorCoeff_valueThe approximate StorativityCoefficient - the ability of an aquifer to store watertrue + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

AquitardAquifer - Table

+ + + + + + + + + + + + + + + +
NameAquitardAquifer
AliasNameAquitardAquifer
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitardAquifer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (Aquitard)true + +
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true + +
+
+

GwbdsActiveWell - Table

+ + + + + + + + + + + + + + + +
NameGwbdsActiveWell
AliasNameGwbdsActiveWell
HasAttachmentsfalse
+ + + + + + + +
DescriptionGwbdsActiveWell

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
rid2Integer4rid2Reference to featureId field in parent table (ActiveWellP)true + +
+
+

RelActiveWellP_Borehole - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelActiveWellP_Borehole
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelBorehole
+ + + + + + + +
DescriptionRelActiveWellP_Borehole
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
BoreholefeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP
+
+

RelActiveWellP_GwbdsActiveWell - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelActiveWellP_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelActiveWellP
+ + + + + + + +
DescriptionRelActiveWellP_GwbdsActiveWell
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
ActiveWellPfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell
+
+

RelAqSystem_Aquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAqSystem_Aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitard
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAqSystem_Aquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquitard
+
+

RelAquiclude_AquicludeS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiclude_AquicludeS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquicludeS
+ + + + + + + +
DescriptionRelAquiclude_AquicludeS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquicludefeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquicludeS
+
+

RelAquifer_activeWellP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_activeWellP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_activeWellP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP
+
+

RelAquifer_AquiferS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_AquiferS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferS
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_AquiferS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferS
+
+

RelAquifer_AquitardAquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_AquitardAquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer
+
+

RelAquifer_HGObjNaturalP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_HGObjNaturalP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP
+
+

RelAquiferSystem_aquiclude - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_aquiclude
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_aquiclude
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquiclude
+
+

RelAquiferSystem_aquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquifer
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_aquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquifer
+
+

RelAquiferSystem_AquiferSystemS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_AquiferSystemS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystemS
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_AquiferSystemS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystemS
+
+

RelAquitard_AquitardAquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquitard_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquitard
+ + + + + + + +
DescriptionRelAquitard_AquitardAquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer
+
+

RelAquitard_AquitardS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquitard_AquitardS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardS
BackwardPathLabelAquitard
+ + + + + + + +
DescriptionRelAquitard_AquitardS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardS
+
+

RelGwbdS_AquiferSystem - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_AquiferSystem
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystem
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_AquiferSystem
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystem
+
+

RelGwbdS_GwbdsActiveWell - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_GwbdsActiveWell
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell
+
+

RelGwbdS_HGObjNaturalP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_HGObjNaturalP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP
+
+

ActiveWellTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameActiveWellTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
decontaminationdecontamination
dewateringdewatering
disposaldisposal
exploitationexploitation
observationobservation
OtherOther
rechargerecharge
thermalthermal
water exploratorywater exploratory
water supplywater supply
withdrawalwithdrawal
+

+
+

ActiveWellTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameActiveWellTypeValue_href
DescriptionActiveWellTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontaminationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewateringhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOtherhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerechargehttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratoryhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supplyhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal
+

+
+

AqMediaTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameAqMediaTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
compoundcompound
fracturedfractured
karstickarstic
karstic and fracturedkarstic and fractured
otherother
porousporous
porous and fracturedporous and fractured
+

+
+

AqMediaTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameAqMediaTypeValue_href
DescriptionAqMediaTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompoundhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstichttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueotherhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporoushttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured
+

+
+

AquiferTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameAquiferTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
confined artesianconfined artesian
confined subartesianconfined subartesian
unconfinedunconfined
+

+
+

AquiferTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameAquiferTypeValue_href
DescriptionAquiferTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfinedhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined
+

+
+

ConOfGroundwaterValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameConOfGroundwaterValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
lightly modifiedlightly modified
modifiedmodified
naturalnatural
strongly modifiedstrongly modified
unknownunknown
+

+
+

ConOfGroundwaterValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameConOfGroundwaterValue_href
DescriptionConOfGroundwaterValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenaturalhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknownhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown
+

+
+

GeologicUnitTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameGeologicUnitTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
geologic unitgeologic unit
+

+
+

GeologicUnitTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameGeologicUnitTypeValue_href
DescriptionGeologicUnitTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnithttps://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit
+

+
+

HydroGeochemRockTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameHydroGeochemRockTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
carbonaticcarbonatic
chloridicchloridic
organicorganic
silicaticsilicatic
sulfaticsulfatic
+

+
+

HydroGeochemRockTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameHydroGeochemRockTypeValue_href
DescriptionHydroGeochemRockTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic
+

+
+

NaturalObjectTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameNaturalObjectTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
fenfen
not specifiednot specified
otherother
seepseep
springspring
swallow holeswallow hole
+

+
+

NaturalObjectTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameNaturalObjectTypeValue_href
DescriptionNaturalObjectTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefenhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specifiedhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueotherhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseephttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespringhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow holehttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole
+

+
+

StatusCodeTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameStatusCodeTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
abandonedabandoned
abandoneddryabandoneddry
abandonedinsufficientwaterabandonedinsufficientwater
abandonedpoorwaterqualityabandonedpoorwaterquality
deepeneddeepened
newnew
not in usenot in use
reconditionedreconditioned
standbystandby
unfinishedunfinished
unknownunknown
+

+
+

StatusCodeTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameStatusCodeTypeValue_href
DescriptionStatusCodeTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddryhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwaterhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterqualityhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepenedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/newhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in usehttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditionedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standbyhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinishedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknownhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown
+

+
+

WaterPersistenceValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameWaterPersistenceValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
ephemeralephemeral
intermittentintermittent
not specifiednot specified
perennialperennial
seasonalseasonal
+

+
+

WaterPersistenceValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterPersistenceValue_href
DescriptionWaterPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeralhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittenthttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent
https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specifiedhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennialhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonalhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal
+

+
+

WaterSalinityValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameWaterSalinityValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
acratopegaeacratopegae
brackish waterbrackish water
brine waterbrine water
fresh waterfresh water
saline watersaline water
salt watersalt water
ultra fresh waterultra fresh water
+

+
+

WaterSalinityValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterSalinityValue_href
DescriptionWaterSalinityValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegaehttps://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water
https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh waterhttps://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

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameActiveWellP
ShapeTypePoint
FeatureTypeSimple
AliasNameActiveWellP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionActiveWellP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
hgoNameString255hgoNameThe name of the object.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
statusCodeString50statusCodeA code defining the formal status of the object as described in StatusCodeTypeValue INSPIRE code list.StatusCodeTypeValuetrue + +
statusCode_hrefString255statusCode_hrefURI from the INSPIRE code list register - StatusCodeTypeValue. https://inspire.ec.europa.eu/codelist/StatusCodeTypeValueStatusCodeTypeValue_hreftrue + +
validFromDate8validFromDate and time of which this version of the Object was or will be valid in the real world.true + +
validToDate8validToDate and time of which this version of the Object ceased or will cease to exist in the real world.true + +
activityTypeString50activityTypeThe type of activity carried out by the well.ActiveWellTypeValuetrue + +
activityType_hrefString255activityType_hrefURI from the INSPIRE code list register - ActiveWellTypeValue https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueActiveWellTypeValue_hreftrue + +
rid1Integer4rid1Reference to featureId field in parent table (Aquifer)true + +
rid2Integer4rid2Reference to featureId field in parent table (Borehole)true + +
+

+
+

AquicludeS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquicludeS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquicludeS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquicludeS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquiclude)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquiferS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquiferS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquifer)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquiferSystemS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquiferSystemS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquiferSystemS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferSystemS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table(AquiferSystem)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

AquitardS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAquitardS
ShapeTypePolygon
FeatureTypeSimple
AliasNameAquitardS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitardS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
ridInteger4ridReference to featureId field in parent table (Aquitard)true + +
mappingFrameString255mappingFrame_The surface on which the mapped feature is projected (example: topographic surface, Bedrock surface, Base of Permian)true + +
mappingFrame_hrefString255mappingFrame_hrefURI from the INSPIRE code list register - MappingFrameValue. https://inspire.ec.europa.eu/codelist/MappingFrameValuetrue + +
+

+
+

Borehole - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameBorehole
ShapeTypePoint
FeatureTypeSimple
AliasNameBorehole
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionBorehole

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
elevationInteger4elevationThe vertical height above datum of the borehole collar.true + +
elevation_dimensionSmallInteger2elevation_dimensionThe vertical height above datum of the borehole collar. (dimension)1true + +
elevationCRSString255elevationCRSThe vertical height above datum of the borehole collar. (CRS)true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lengthDouble8lengthThe distance along a borehole ("length" can have different sources, like drillers measurement, loggers measurement, survey).true + +
length_uomString50length_uomThe distance along a borehole. (uom)true + +
purposeString255purposeThe purpose for which the borehole was drilled as described in BoreholePurposeValue INSPIRE code list.true + +
purpose_hrefString255purpose_hrefURI from the INSPIRE code list register - BoreholePurposeValue. https://inspire.ec.europa.eu/codelist/BoreholePurposeValuetrue + +
+

+
+

GroundwaterbodyS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameGroundwaterbodyS
ShapeTypePolygon
FeatureTypeSimple
AliasNameGroundwaterbodyS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionGroundwaterbodyS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
cOGWBString50cOGWBCondition of Groundwater Body - the approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValuetrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
mineralizationString255mineralizationWater Type as described in WaterSalinityValue INSPIRE code list.WaterSalinityValuetrue + +
mineralization_hrefString255mineralization_hrefURI from the INSPIRE code list register - WaterSalinityValue. http://inspire.ec.europa.eu/codelist/WaterSalinityValueWaterSalinityValue_hreftrue + +
piezState_obsTimeDate8piezState_obsTimePiezometric State - specifies the piezometric state of the GroundwaterBody water table (obsTime)true + +
cOGWB_hrefString255cOGWB_hrefURI from the INSPIRE code list register - ConditionOfGroundwaterValue.The approximate degree of change to groundwater as a result of human activity.ConOfGroundwaterValue_hreftrue + +
+

+
+

HyGeObjNaturalP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameHyGeObjNaturalP
ShapeTypePoint
FeatureTypeSimple
AliasNameHyGeObjNaturalP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionHyGeObjNaturalP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
hgoNameString255hgoNameThe name of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxQuantityOfFlowDouble8approxQuantityOfFlowApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object.true + +
approxQuantityOfFlow_fromDouble8approxQuantityOfFlow_fromApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (from)true + +
approxQuantityOfFlow_toDouble8approxQuantityOfFlow_toApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (to)true + +
approxQuantityOfFlow_uomString50approxQuantityOfFlow_uomApproximate Quantity of Flow - An approximate value defining the water yield in a natural hydrogeological object. (uom)true + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
naturalObjectTypeString50naturalObjectTypeNatural Object Type as described in NaturalObjectTypeValue INSPIRE code list.NaturalObjectTypeValuetrue + +
naturalObjectType_hrefString255naturalObjectType_hrefURI from the INSPIRE code list register - NaturalObjectTypeValue. https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueNaturalObjectTypeValue_hreftrue + +
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true + +
waterPersistenceString50waterPersistenceWater Persistence (the degree of persistence of water flow) as described by WaterPersistenceValue INSPIRE code list.WaterPersistenceValuetrue + +
waterPersistence_hrefString255waterPersistence_hrefURI from the INSPIRE code list register - WaterPersistenceValue. https://inspire.ec.europa.eu/codelist/WaterPersistenceValueWaterPersistenceValue_hreftrue + +
+

+
+

Aquiclude - Table

+ + + + + + + + + + + + + + + +
NameAquiclude
AliasNameAquiclude
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiclude

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

Aquifer - Table

+ + + + + + + + + + + + + + + +
NameAquifer
AliasNameAquifer
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquifer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
aquiferTypeString50aquiferTypeThe 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.AquiferTypeValuetrue + +
hyGeochemRockTypeString50hyGeochemRockTypeHydrogeochemical Type of Rock as described in HydroGeochemicalRockTypeValue INSPIRE code list. HydroGeochemRockTypeValuetrue + +
hyGeochemRockType_hrefString255hyGeochemRockType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueHydroGeochemRockTypeValue_hreftrue + +
isExploitedSmallInteger2isExploitedBoolean value that indicates if groundwater from aquifer is exploited by wells or intakes (includes values 0 or 1)true + +
isMainInSystemSmallInteger2isMainInSystemBoolean value that indicates if aquifer is the main useful aquifer in the aquifer system. (includes values 0 or 1)true + +
mediaTypeString50mediaTypeThe classification of the medium in which the groundwater flow occurs as described in AquiferMediaTypeValue INSPIRE code list.AqMediaTypeValuetrue + +
mediaType_hrefString255mediaType_hrefURI from the INSPIRE code list register - AquiferMediaTypeValue. https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueAqMediaTypeValue_hreftrue + +
permeaCoef_fromDouble8permeaCoef_fromPermeability 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_toDouble8permeaCoef_toPermeability 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_uomString255permeaCoef_uomPermeability 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_valueDouble8permeaCoef_valuePermeability 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 + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
storaCoef_fromDouble8storaCoef_fromStorativity Coefficient as the ability of an aquifer to store water. (from)true + +
storaCoef_toDouble8storaCoef_toStorativity Coefficient as the ability of an aquifer to store water. (to)true + +
storaCoef_uomString255storaCoef_uomStorativity Coefficient as the ability of an aquifer to store water. (uom)true + +
storaCoef_valueDouble8storaCoef_valueStorativity Coefficient as the ability of an aquifer to store water.true + +
VulnToPollution_fromDouble8VulnToPollution_fromVulnerability 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_toDouble8VulnToPollution_toVulnerability 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_uomString255VulnToPollution_uomVulnerability 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_valueDouble8VulnToPollution_valueVulnerability 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 + +
geologicUnitTypeString255geologicUnitTypeThe 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.GeologicUnitTypeValuetrue + +
geologicUnitType_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValueGeologicUnitTypeValue_hreftrue + +
aquiferType_hrefString255aquiferType_hrefURI from the INSPIRE code list register - AquiferTypeValue http://inspire.ec.europa.eu/codelist/AquiferTypeValueAquiferTypeValue_hreftrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

AquiferSystem - Table

+ + + + + + + + + + + + + + + +
NameAquiferSystem
AliasNameAquiferSystem
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquiferSystem

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
featureIdInteger0featureIdIdentifier, used in references to this objecttrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
isLayeredSmallInteger2isLayeredBoolean value that indicates if the AquiferSystem consists of more than one layer. (includes values 0 or 1)true + +
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
+
+

Aquitard - Table

+ + + + + + + + + + + + + + + +
NameAquitard
AliasNameAquitard
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitard

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
nameString255nameName of the object.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
approxiDepthDouble8approxiDepthThe approximate depth of the Object occurrence.true + +
approxiDepth_fromDouble8approxiDepth_fromThe approximate depth of the Object occurrence (from)true + +
approxiDepth_toDouble8approxiDepth_toThe approximate depth of the Object occurrence (to)true + +
approxiDepth_uomString50approxiDepth_uomThe approximate depth of the Object occurrence (a unit of measurement)true + +
approxiThicknessDouble8approxiThicknessApproximate Thickness - the approximate thickness of the Objecttrue + +
approxiThickness_fromDouble8approxiThickness_fromApproximate Thickness - the approximate thickness of the Object (from)true + +
approxiThickness_toDouble8approxiThickness_toApproximate Thickness - the approximate thickness of the Object (to)true + +
approxiThickness_uomString50approxiThickness_uomApproximate Quantity of Flow - An approximate value defining the water yield in the object. (uom)true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
descriptionString255descriptionThe description of the object.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
approxiPermCoeff_fromDouble8approxiPermCoeff_fromThe 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_toDouble8approxiPermCoeff_toThe 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_uomString255approxiPermCoeff_uomThe 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_valueDouble8approxiPermCoeff_valueThe 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_fromDouble8approxiStorCoeff_fromThe approximate StorativityCoefficient - the ability of an aquifer to store water (from)true + +
approxiStorCoeff_toDouble8approxiStorCoeff_toThe approximate StorativityCoefficient - the ability of an aquifer to store water (to)true + +
approxiStorCoeff_uomString255approxiStorCoeff_uomThe approximate StorativityCoefficient - the ability of an aquifer to store water (uom)true + +
approxiStorCoeff_valueDouble8approxiStorCoeff_valueThe approximate StorativityCoefficient - the ability of an aquifer to store watertrue + +
rid1Integer4rid1Reference to featureId field in parent table (AquiferSystem)true + +
geologicUnitTypeString255geologicUnitTypeThe 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_hrefString255geologicUnitType_hrefURI from the INSPIRE code list register - GeologicUnitTypeValue. https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValuetrue + +
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

AquitardAquifer - Table

+ + + + + + + + + + + + + + + +
NameAquitardAquifer
AliasNameAquitardAquifer
HasAttachmentsfalse
+ + + + + + + +
DescriptionAquitardAquifer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (Aquitard)true + +
rid2Integer4rid2Reference to featureId field in parent table (Aquifer)true + +
+
+

GwbdsActiveWell - Table

+ + + + + + + + + + + + + + + +
NameGwbdsActiveWell
AliasNameGwbdsActiveWell
HasAttachmentsfalse
+ + + + + + + +
DescriptionGwbdsActiveWell

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
rid1Integer4rid1Reference to featureId field in parent table (GroundwaterbodyS)true + +
rid2Integer4rid2Reference to featureId field in parent table (ActiveWellP)true + +
+
+

RelActiveWellP_Borehole - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelActiveWellP_Borehole
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelBorehole
+ + + + + + + +
DescriptionRelActiveWellP_Borehole
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
BoreholefeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP
+
+

RelActiveWellP_GwbdsActiveWell - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelActiveWellP_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelActiveWellP
+ + + + + + + +
DescriptionRelActiveWellP_GwbdsActiveWell
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
ActiveWellPfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell
+
+

RelAqSystem_Aquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAqSystem_Aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitard
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAqSystem_Aquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquitard
+
+

RelAquiclude_AquicludeS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiclude_AquicludeS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquicludeS
+ + + + + + + +
DescriptionRelAquiclude_AquicludeS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquicludefeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquicludeS
+
+

RelAquifer_activeWellP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_activeWellP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelActiveWellP
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_activeWellP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
ActiveWellP
+
+

RelAquifer_AquiferS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_AquiferS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferS
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_AquiferS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferS
+
+

RelAquifer_AquitardAquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_AquitardAquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer
+
+

RelAquifer_HGObjNaturalP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquifer_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelAquifer
+ + + + + + + +
DescriptionRelAquifer_HGObjNaturalP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferfeatureIdrid2

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP
+
+

RelAquiferSystem_aquiclude - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_aquiclude
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiclude
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_aquiclude
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquiclude
+
+

RelAquiferSystem_aquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_aquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquifer
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_aquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
Aquifer
+
+

RelAquiferSystem_AquiferSystemS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquiferSystem_AquiferSystemS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystemS
BackwardPathLabelAquiferSystem
+ + + + + + + +
DescriptionRelAquiferSystem_AquiferSystemS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquiferSystemfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystemS
+
+

RelAquitard_AquitardAquifer - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquitard_AquitardAquifer
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardAquifer
BackwardPathLabelAquitard
+ + + + + + + +
DescriptionRelAquitard_AquitardAquifer
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardAquifer
+
+

RelAquitard_AquitardS - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelAquitard_AquitardS
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquitardS
BackwardPathLabelAquitard
+ + + + + + + +
DescriptionRelAquitard_AquitardS
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
AquitardfeatureIdrid

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquitardS
+
+

RelGwbdS_AquiferSystem - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_AquiferSystem
CardinalityOneToOne
IsAttributedfalse
IsCompositefalse
ForwardPathLabelAquiferSystem
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_AquiferSystem
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
AquiferSystem
+
+

RelGwbdS_GwbdsActiveWell - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_GwbdsActiveWell
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelGwbdsActiveWell
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_GwbdsActiveWell
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
GwbdsActiveWell
+
+

RelGwbdS_HGObjNaturalP - RelationshipClass

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameRelGwbdS_HGObjNaturalP
CardinalityOneToMany
IsAttributedfalse
IsCompositefalse
ForwardPathLabelHyGeObjNaturalP
BackwardPathLabelGroundwaterbodyS
+ + + + + + + +
DescriptionRelGwbdS_HGObjNaturalP
+ + + + + + +
+ + + + + + +
Origin Class NameOrigin Primary KeyOrigin Foreign Key
GroundwaterbodySfeatureIdrid1

+ + + + + + + + + + + + + +
Destination Class NameDestination Primary KeyDestination Foreign Key
HyGeObjNaturalP
+
+

ActiveWellTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameActiveWellTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
decontaminationdecontamination
dewateringdewatering
disposaldisposal
exploitationexploitation
observationobservation
OtherOther
rechargerecharge
thermalthermal
water exploratorywater exploratory
water supplywater supply
withdrawalwithdrawal
+

+
+

ActiveWellTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameActiveWellTypeValue_href
DescriptionActiveWellTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontaminationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedecontamination
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewateringhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedewatering
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuedisposal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueexploitation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservationhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueobservation
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOtherhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValueOther
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerechargehttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuerecharge
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuethermal
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratoryhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater exploratory
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supplyhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewater supply
https://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawalhttps://inspire.ec.europa.eu/codelist/ActiveWellTypeValuewithdrawal
+

+
+

AqMediaTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameAqMediaTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
compoundcompound
fracturedfractured
karstickarstic
karstic and fracturedkarstic and fractured
otherother
porousporous
porous and fracturedporous and fractured
+

+
+

AqMediaTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameAqMediaTypeValue_href
DescriptionAqMediaTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompoundhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuecompound
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuefractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstichttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValuekarstic and fractured
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueotherhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueother
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporoushttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous
https://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fracturedhttps://inspire.ec.europa.eu/codelist/AquiferMediaTypeValueporous and fractured
+

+
+

AquiferTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameAquiferTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
confined artesianconfined artesian
confined subartesianconfined subartesian
unconfinedunconfined
+

+
+

AquiferTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameAquiferTypeValue_href
DescriptionAquiferTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined artesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesianhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueconfined subartesian
https://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfinedhttps://inspire.ec.europa.eu/codelist/AquiferTypeValueunconfined
+

+
+

ConOfGroundwaterValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameConOfGroundwaterValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
lightly modifiedlightly modified
modifiedmodified
naturalnatural
strongly modifiedstrongly modified
unknownunknown
+

+
+

ConOfGroundwaterValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameConOfGroundwaterValue_href
DescriptionConOfGroundwaterValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuelightly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuemodified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenaturalhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuenatural
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modifiedhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValuestrongly modified
https://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknownhttps://inspire.ec.europa.eu/codelist/ConditionOfGroundwaterValueunknown
+

+
+

GeologicUnitTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameGeologicUnitTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
geologic unitgeologic unit
+

+
+

GeologicUnitTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameGeologicUnitTypeValue_href
DescriptionGeologicUnitTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnithttps://inspire.ec.europa.eu/codelist/GeologicUnitTypeValue/geologicUnit
+

+
+

HydroGeochemRockTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameHydroGeochemRockTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
carbonaticcarbonatic
chloridicchloridic
organicorganic
silicaticsilicatic
sulfaticsulfatic
+

+
+

HydroGeochemRockTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameHydroGeochemRockTypeValue_href
DescriptionHydroGeochemRockTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuecarbonatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuechloridic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValueorganic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesilicatic
https://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatichttps://inspire.ec.europa.eu/codelist/HydroGeochemicalRockTypeValuesulfatic
+

+
+

NaturalObjectTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameNaturalObjectTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
fenfen
not specifiednot specified
otherother
seepseep
springspring
swallow holeswallow hole
+

+
+

NaturalObjectTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameNaturalObjectTypeValue_href
DescriptionNaturalObjectTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefenhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuefen
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specifiedhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuenot specified
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueotherhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueother
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseephttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueseep
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespringhttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValuespring
https://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow holehttps://inspire.ec.europa.eu/codelist/NaturalObjectTypeValueswallow hole
+

+
+

StatusCodeTypeValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameStatusCodeTypeValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
abandonedabandoned
abandoneddryabandoneddry
abandonedinsufficientwaterabandonedinsufficientwater
abandonedpoorwaterqualityabandonedpoorwaterquality
deepeneddeepened
newnew
not in usenot in use
reconditionedreconditioned
standbystandby
unfinishedunfinished
unknownunknown
+

+
+

StatusCodeTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameStatusCodeTypeValue_href
DescriptionStatusCodeTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddryhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandoneddry
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwaterhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedinsufficientwater
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterqualityhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/abandonedpoorwaterquality
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepenedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/deepened
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/newhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/new
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in usehttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/not in use
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditionedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/reconditioned
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standbyhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/standby
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinishedhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unfinished
https://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknownhttps://inspire.ec.europa.eu/codelist/StatusCodeTypeValue/unknown
+

+
+

WaterPersistenceValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameWaterPersistenceValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
ephemeralephemeral
intermittentintermittent
not specifiednot specified
perennialperennial
seasonalseasonal
+

+
+

WaterPersistenceValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterPersistenceValue_href
DescriptionWaterPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeralhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueephemeral
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittenthttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueintermittent
https://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specifiedhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValuenot specified
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennialhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueperennial
https://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonalhttps://inspire.ec.europa.eu/codelist/WaterPersistenceValueseasonal
+

+
+

WaterSalinityValue - Domain

+

+ + + + + + + + + + + + + + + +
DomainNameWaterSalinityValue
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
acratopegaeacratopegae
brackish waterbrackish water
brine waterbrine water
fresh waterfresh water
saline watersaline water
salt watersalt water
ultra fresh waterultra fresh water
+

+
+

WaterSalinityValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterSalinityValue_href
DescriptionWaterSalinityValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegaehttps://inspire.ec.europa.eu/codelist/WaterSalinityValueacratopegae
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrackish water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuebrine water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuefresh water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesaline water
https://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValuesalt water
https://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh waterhttps://inspire.ec.europa.eu/codelist/WaterSalinityValueultra fresh water
+

+
diff --git a/gdb-templates/data-dictionary/Hydrography.html b/gdb-templates/data-dictionary/Hydrography.html new file mode 100644 index 0000000..da6f88e --- /dev/null +++ b/gdb-templates/data-dictionary/Hydrography.html @@ -0,0 +1,45 @@ + + + + +
+ Geodatabase Documentation +
+ Date: Friday, June 13, 2025
Time: 1:26:02 PM

Summary Information and Links

0 Feature Datasets and 15 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
23 Tables (Object Classes)
No Relationship Classes
29 Domains


Feature Datasets and Child Classes

Rasters



Workspace-Level Tables and Feature Classes

DrainageBasin_contains - Table
DrainageBasin_HyObj - Table
HydroPOI_HyObj - Table
ManMadeObj_HyObj - Table
netCrossing_Element - Table
netCrossReference_Elements - Table
netElement_HyObj - Table
netElement_Link - Table
netElementL_HyObj - Table
netElementP_HyObj - Table
netLinkSet_Link - Table
netNetwork_Elements - Table
networkCrossReference - Table
networkElement - Table
networkNetwork - Table
Shore_HyObj - Table
SurfaceWater_bank - Table
SurfaceWater_HyObj - Table
SurfaceWater_neighbour - Table
SurfaceWaterL_DrainageBasin - Table
SurfaceWaterP_DrainageBasin - Table
SurfaceWaterS_DrainageBasin - Table
Wetland_HyObj - Table
DrainageBasin - Feature Class
HydroPOIL - Feature Class
HydroPOIP - Feature Class
HydroPOIS - Feature Class
LandWaterBoundaryL - Feature Class
ManMadeObjL - Feature Class
ManMadeObjP - Feature Class
ManMadeObjS - Feature Class
networkElementL - Feature Class
networkElementP - Feature Class
ShoreS - Feature Class
SurfaceWaterL - Feature Class
SurfaceWaterP - Feature Class
SurfaceWaterS - Feature Class
WetlandS - Feature Class



Relationship Classes



Domains

BasinType
ConditionOfFacilityValue
ConditionOfFacilityValue_href
CrossingTypeValue
CrossingTypeValue_href
HydroNodeCategoryValue
HydroNodeCategoryValue_href
HydroPOI_type
ManMadeObj_type
networkConnectionTypeValue
networkConnectionTypeValue_href
networkElement_type
networkElementL_type
networkElementP_type
networkLinkDirectionValue
networkLinkDirectionValue_href
networkNetwork_type
OriginValue
OriginValue_href
PersistenceValue
PersistenceValue_href
ShoreTypeValue
ShoreTypeValue_href
SurfaceWaterType
TransportTypeValue
TransportTypeValue_href
VerticalPositionValue
WaterLevelValue
WaterLevelValue_href



DrainageBasin - FeatureClass

NameDrainageBasin
ShapeTypePolygon
FeatureTypeSimple
AliasNameDrainageBasin
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionDrainageBasin

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
areaDouble8areaSurface area.true
area_uomString50area_uomThe unit of measure associated with the value in field area. The unit is expressed as the symbol of the unit.true
basinOrder_orderString255basinOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true
basinOrder_orderSchemeString255basinOrder_orderSchemeA description of the concept for ordering.true
basinOrder_scopeString255basinOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue
typeString50typePossible subtypes of the object.BasinTypefalse
hyId_classificationScheme1String50hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50255name_1_langLanguage used in the name_1 field.true
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString255name_2_langLanguage used in the name_2 field.true
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString255name_3_langLanguage used in the name_3 field.true
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValuetrue
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true


HydroPOIL - FeatureClass

NameHydroPOIL
ShapeTypePolyline
FeatureTypeSimple
AliasNameHydroPOIL
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionHydroPOIL

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true
typeString200typePossible subtypes of the object.HydroPOI_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


HydroPOIP - FeatureClass

NameHydroPOIP
ShapeTypePoint
FeatureTypeSimple
AliasNameHydroPOIP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionHydroPOIP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true
typeString200typePossible subtypes of the object.HydroPOI_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


HydroPOIS - FeatureClass

NameHydroPOIS
ShapeTypePolygon
FeatureTypeSimple
AliasNameHydroPOIS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionHydroPOIS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true
typeString200typePossible subtypes of the object.HydroPOI_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


LandWaterBoundaryL - FeatureClass

NameLandWaterBoundaryL
ShapeTypePolyline
FeatureTypeSimple
AliasNameLandWaterBoundaryL
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionLandWaterBoundaryL

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue
waterLevelCategoryString255waterLevelCategoryWater-level defining the land-water boundary.WaterLevelValuetrue
waterLevelCategory_hrefString255waterLevelCategory_hrefURI from the INSPIRE code list register WaterLevelValue https://inspire.ec.europa.eu/codelist/WaterLevelValueWaterLevelValue_hreftrue
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue


ManMadeObjL - FeatureClass

NameManMadeObjL
ShapeTypePolyline
FeatureTypeSimple
AliasNameManMadeObjL
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionManMadeObjL

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
typeString100typePossible subtypes of the object.ManMadeObj_typetrue


ManMadeObjP - FeatureClass

NameManMadeObjP
ShapeTypePoint
FeatureTypeSimple
AliasNameManMadeObjP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionManMadeObjP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
typeString100typePossible subtypes of the object.ManMadeObj_typetrue


ManMadeObjS - FeatureClass

NameManMadeObjS
ShapeTypePolygon
FeatureTypeSimple
AliasNameManMadeObjS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionManMadeObjS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
typeString100typePossible subtypes of the object.ManMadeObj_typetrue


networkElementL - FeatureClass

NamenetworkElementL
ShapeTypePolyline
FeatureTypeSimple
AliasNamenetworkElementL
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionnetworkElementL

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
fictitiousSmallInteger2fictitiousfictitioustrue
endNodeInteger4endNodeThe optional end node for this link. The end node may be the same instance as the start node.The value of this field is the featureId field of the target Feature Class or Object Class instance.true
startNodeInteger4startNodeThe optional start node for this link. The value of this field is the featureId field of the target Feature Class or Object Class instance.true
flowDirectionString255flowDirectionDirection of water flow in the segment relative to digitisation of segment geometry. networkLinkDirectionValuetrue
flowDirection_hrefString255flowDirection_hrefURI from the INSPIRE code list register LinkDirectionValue https://inspire.ec.europa.eu/codelist/LinkDirectionValuenetworkLinkDirectionValue_hreftrue
lengthDouble8lengthLength of network segment.true
length_uomString255length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true
typeString255typePossible subtypes of the object.networkElementL_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


networkElementP - FeatureClass

NamenetworkElementP
ShapeTypePoint
FeatureTypeSimple
AliasNamenetworkElementP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionnetworkElementP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
hydroNodeCategoryString255hydroNodeCategoryNature of the hydro node.HydroNodeCategoryValuetrue
hydroNodeCategory_hrefString255hydroNodeCategory_hrefURI from the INSPIRE code list register HydroNodeCategoryValue https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValueHydroNodeCategoryValue_hreftrue
typeString200typePossible subtypes of the object.networkElementP_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


ShoreS - FeatureClass

NameShoreS
ShapeTypePolygon
FeatureTypeSimple
AliasNameShoreS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionShoreS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
compositionString255compositionThe primary type(s) of material composing a spatial object, exclusive of the surface.ShoreTypeValuetrue
composition_hrefString255composition_hrefURI from the INSPIRE code list register ShoreTypeValue https://inspire.ec.europa.eu/codelist/ShoreTypeValueShoreTypeValue_hreftrue
delineationKnownSmallInteger2delineationKnownAn indication that the delineation (for example: limits and information) of a spatial object is known.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name3String50name3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


SurfaceWaterL - FeatureClass

NameSurfaceWaterL
ShapeTypePolyline
FeatureTypeSimple
AliasNameSurfaceWaterL
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionSurfaceWaterL

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
localTypeString255localTypeProvides 'local' name for the type of surface water.true
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true
wc_width_lowerDouble8wc_width_lowerLower bound of width. true
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true
wc_width_upperDouble8wc_width_upperUpper bound of width. true
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString255name_2_langLanguage used in the name_2 field.true
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue


SurfaceWaterP - FeatureClass

NameSurfaceWaterP
ShapeTypePoint
FeatureTypeSimple
AliasNameSurfaceWaterP
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionSurfaceWaterP

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
localTypeString255localTypeProvides 'local' name for the type of surface water.true
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true
wc_width_lowerDouble8wc_width_lowerLower bound of width. true
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true
wc_width_upperDouble8wc_width_upperUpper bound of width. true
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString255name_2_langLanguage used in the name_2 field.true
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValuetrue


SurfaceWaterS - FeatureClass

NameSurfaceWaterS
ShapeTypePolygon
FeatureTypeSimple
AliasNameSurfaceWaterS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionSurfaceWaterS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true
localTypeString255localTypeProvides 'local' name for the type of surface water.true
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true
wc_width_lowerDouble8wc_width_lowerLower bound of width. true
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true
wc_width_upperDouble8wc_width_upperUpper bound of width. true
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString255name_2_langLanguage used in the name_2 field.true
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue


WetlandS - FeatureClass

NameWetlandS
ShapeTypePolygon
FeatureTypeSimple
AliasNameWetlandS
HasMfalse
HasZfalse
HasAttachmentsfalse
DescriptionWetlandS

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
localTypeString255localTypeProvides 'local' name for the type of surface water.true
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true


DrainageBasin_contains - Table

NameDrainageBasin_contains
AliasNameDrainageBasin_contains
HasAttachmentsfalse
DescriptionDrainageBasin_contains

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdDrainageBasin1Integer4Reference to destination (DrainageBasin)Reference to featureId field in the table DrainageBasin.true
IdDrainageBasin2Integer4Reference to origin (DrainageBasin)Reference to featureId field in the table DrainageBasin.true

DrainageBasin_HyObj - Table

NameDrainageBasin_HyObj
AliasNameDrainageBasin_HyObj
HasAttachmentsfalse
DescriptionDrainageBasin_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

HydroPOI_HyObj - Table

NameHydroPOI_HyObj
AliasNameHydroPOI_HyObj
HasAttachmentsfalse
DescriptionHydroPOI_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdHydroPOIInteger4IdHydroPOIReference to featureId field in the table HydroPOIP, HydroPOIL, HydroPOIS.true
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

ManMadeObj_HyObj - Table

NameManMadeObj_HyObj
AliasNameManMadeObj_HyObj
HasAttachmentsfalse
DescriptionManMadeObj_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdManMadeObjInteger4IdManMadeObjReference to featureId field in the table ManMadeObjP, ManMadeObjL, ManMadeObjS.true
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

netCrossing_Element - Table

NamenetCrossing_Element
AliasNamenetCrossing_Element
HasAttachmentsfalse
DescriptionnetCrossing_Element

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElement1Integer4IdNetworkElement1Reference to featureId field in the table NetworkElement.true
IdNetworkElement2Integer4IdNetworkElement2Reference to featureId field in the table NetworkElementL.true

netCrossReference_Elements - Table

NamenetCrossReference_Elements
AliasNamenetCrossReference_Elements
HasAttachmentsfalse
DescriptionnetCrossReference_Elements

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkCrossReferenceInteger4IdNetCrossReferenceReference to featureId field in the table NetworkCrossReference.true
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElementP, NetworkElementL.true

netElement_HyObj - Table

NamenetElement_HyObj
AliasNamenetElement_HyObj
HasAttachmentsfalse
DescriptionnetElement_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementString50IdNetworkElementReference to featureId field in the table NetworkElement.false
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

netElement_Link - Table

NamenetElement_Link
AliasNamenetElement_Link
HasAttachmentsfalse
DescriptionnetElement_Link

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementLinkInteger4IdNetworkElementLinkReference to featureId field in the table netElementLtrue
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElement.true
directionString50direction Indicates if the directed link agrees (positive) or disagrees (negative) with the positive direction of the link.The value of this field is a sign and must be '+' or '- true

netElementL_HyObj - Table

NamenetElementL_HyObj
AliasNamenetElementL_HyObj
HasAttachmentsfalse
DescriptionnetElementL_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementLString50IdNetworkElementLReference to featureId field in the table NetworkElementLfalse
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

netElementP_HyObj - Table

NamenetElementP_HyObj
AliasNamenetElementP_HyObj
HasAttachmentsfalse
DescriptionnetElementP_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementPString50IdNetworkElementLReference to featureId field in the table NetworkElementPfalse
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

netLinkSet_Link - Table

NamenetLinkSet_Link
AliasNamenetLinkSet_Link
HasAttachmentsfalse
DescriptionnetLinkSet_Link

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElement1Integer4IdNetworkElement1Reference to featureId field in the table NetworkElement.true
IdNetworkElement2Integer4IdNetworkElement2Reference to featureId field in the table NetworkElement,NetworkElementL.true

netNetwork_Elements - Table

NamenetNetwork_Elements
AliasNamenetNetwork_Elements
HasAttachmentsfalse
DescriptionnetNetwork_Elements

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkInteger4IdNetworkReference to featureId field in the table networkNetwork.true
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElementP, NetworkElementL.true

networkCrossReference - Table

NamenetworkCrossReference
AliasNamenetworkCrossReference
HasAttachmentsfalse
DescriptionnetworkCrossReference

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue

networkElement - Table

NamenetworkElement
AliasNamenetworkElement
HasAttachmentsfalse
DescriptionnetworkElement

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true
networkConnectionTypeValueString255networkConnectionTypeValueCategorisation of the network connection.networkConnectionTypeValuetrue
networkConnectionTypeValue_hrefString255networkConnectionTypeValue_hrefURI from the INSPIRE code list register ConnectionTypeValue https://inspire.ec.europa.eu/codelist/ConnectionTypeValuenetworkConnectionTypeValue_hreftrue
typeString200typePossible subtypes of the object.networkElement_typetrue
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true

networkNetwork - Table

NamenetworkNetwork
AliasNamenetworkNetwork
HasAttachmentsfalse
DescriptionnetworkNetwork

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue
typeOfTransportString255typeOfTransportType of transport network, based on the type of infrastructure the network uses.TransportTypeValuetrue
typeString50typePossible subtypes of the object.networkNetwork_typetrue
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_1_langString50name_1_langLanguage used in the name_1 field.true
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_2_langString50name_2_langLanguage used in the name_2 field.true
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true
name_3_langString50name_3_langLanguage used in the name_3 field.true

Shore_HyObj - Table

NameShore_HyObj
AliasNameShore_HyObj
HasAttachmentsfalse
DescriptionShore_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdShoreInteger4IdShoreReference to featureId field in the table ShoreStrue
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

SurfaceWater_bank - Table

NameSurfaceWater_bank
AliasNameSurfaceWater_bank
HasAttachmentsfalse
DescriptionSurfaceWater_bank

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterInteger4IdSurfaceWaterReference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true
IdShoreInteger4IdShoreReference to featureId field in the table ShoreStrue

SurfaceWater_HyObj - Table

NameSurfaceWater_HyObj
AliasNameSurfaceWater_HyObj
HasAttachmentsfalse
DescriptionSurfaceWater_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterInteger4IdSurfaceWaterReference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

SurfaceWater_neighbour - Table

NameSurfaceWater_neighbour
AliasNameSurfaceWater_neighbour
HasAttachmentsfalse
DescriptionSurfaceWater_neighbour

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWater1Integer4IdSurfaceWater1Reference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true
IdSurfaceWater2Integer4IdSurfaceWater2Reference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true

SurfaceWaterL_DrainageBasin - Table

NameSurfaceWaterL_DrainageBasin
AliasNameSurfaceWaterL_DrainageBasin
HasAttachmentsfalse
DescriptionSurfaceWaterL_DrainageBasin

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterLInteger4IdSurfaceWaterLReference to featureId field in the table SurfaceWaterL.true
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true

SurfaceWaterP_DrainageBasin - Table

NameSurfaceWaterP_DrainageBasin
AliasNameSurfaceWaterP_DrainageBasin
HasAttachmentsfalse
DescriptionSurfaceWaterP_DrainageBasin

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterPInteger4IdSurfaceWaterPReference to featureId field in the table SurfaceWaterP.true
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true

SurfaceWaterS_DrainageBasin - Table

NameSurfaceWaterS_DrainageBasin
AliasNameSurfaceWaterS_DrainageBasin
HasAttachmentsfalse
DescriptionSurfaceWaterS_DrainageBasin

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterSInteger4IdSurfaceWaterSReference to featureId field in the table SurfaceWaterS.true
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true

Wetland_HyObj - Table

NameWetland_HyObj
AliasNameWetland_HyObj
HasAttachmentsfalse
DescriptionWetland_HyObj

FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdWetlandInteger4IdWetlandReference to featureId field in the table WetlandS.true
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true

BasinType - Domain

DomainNameBasinType
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
DrainageBasinDrainageBasin
RiverBasinRiverBasin


ConditionOfFacilityValue - Domain

DomainNameConditionOfFacilityValue
DescriptionThe status of a facility with regards to its completion and use.
FieldTypeString
Domain TypeCodedValue

CodeName
disuseddisused
functionalfunctional
projectedprojected
underConstructionunderConstruction


ConditionOfFacilityValue_href - Domain

DomainNameConditionOfFacilityValue_href
DescriptionConditionOfFacilityValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/disusedhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/disused
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/functionalhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/functional
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/projectedhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/projected
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/underConstructionhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/underConstruction


CrossingTypeValue - Domain

DomainNameCrossingTypeValue
DescriptionMan-made physical watercourse crossing types.
FieldTypeString
Domain TypeCodedValue

CodeName
aqueductaqueduct
bridgebridge
culvertculvert
siphonsiphon


CrossingTypeValue_href - Domain

DomainNameCrossingTypeValue_href
DescriptionCrossingTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/aqueducthttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/aqueduct
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/bridgehttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/bridge
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/culverthttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/culvert
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/siphonhttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/siphon


HydroNodeCategoryValue - Domain

DomainNameHydroNodeCategoryValue
DescriptionDefines categories for different types of hydrographic network nodes.
FieldTypeString
Domain TypeCodedValue

CodeName
boundaryboundary
flowConstrictionflowConstriction
flowRegulationflowRegulation
junctionjunction
outletoutlet
sourcesource


HydroNodeCategoryValue_href - Domain

DomainNameHydroNodeCategoryValue_href
DescriptionHydroNodeCategoryValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/boundaryhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/boundary
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowConstrictionhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowConstriction
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowRegulationhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowRegulation
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/junctionhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/junction
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/outlethttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/outlet
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/sourcehttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/source


HydroPOI_type - Domain

DomainNameHydroPOI_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
FallsFalls
RapidsRapids


ManMadeObj_type - Domain

DomainNameManMadeObj_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
CrossingCrossing
FordFord
DamOrWeirDamOrWeir
LockLock
SluiceSluice
ShorelineConstructionShorelineConstruction
EmbankmentEmbankment


networkConnectionTypeValue - Domain

DomainNamenetworkConnectionTypeValue
DescriptionTypes of connections between different networks.
FieldTypeString
Domain TypeCodedValue

CodeName
crossBorderIdenticalcrossBorderIdentical
crossBorderConnectedcrossBorderConnected
intermodalintermodal


networkConnectionTypeValue_href - Domain

DomainNamenetworkConnectionTypeValue_href
DescriptionnetworkConnectionTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderConnectedhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderConnected
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderIdenticalhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderIdentical
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/intermodalhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/intermodal


networkElement_type - Domain

DomainNamenetworkElement_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
NetworkConnectionNetworkConnection
WatercourseLinkSequenceWatercourseLinkSequence
GradeSeparatedCrossingGradeSeparatedCrossing
WatercourseSeparatedCrossingWatercourseSeparatedCrossing


networkElementL_type - Domain

DomainNamenetworkElementL_type
FieldTypeString
Domain TypeCodedValue

CodeName
WatercourseLinkWatercourseLink


networkElementP_type - Domain

DomainNamenetworkElementP_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
HydroNodeHydroNode


networkLinkDirectionValue - Domain

DomainNamenetworkLinkDirectionValue
DescriptionList of values for directions relative to a link
FieldTypeString
Domain TypeCodedValue

CodeName
bothDirectionsbothDirections
inDirectioninDirection
inOppositeDirectioninOppositeDirection


networkLinkDirectionValue_href - Domain

DomainNamenetworkLinkDirectionValue_href
DescriptionnetworkLinkDirectionValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/bothDirectionshttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/bothDirections
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/inDirectionhttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/inDirection
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/inOppositeDirectionhttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/inOppositeDirection


networkNetwork_type - Domain

DomainNamenetworkNetwork_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
NetworkNetwork
TransportNetworkTransportNetwork


OriginValue - Domain

DomainNameOriginValue
DescriptionAn enumeration type specifying a set of hydrographic 'origin' categories (natural, man-made) for various hydrographic objects.
FieldTypeString
Domain TypeCodedValue

CodeName
naturalnatural
manMademanMade


OriginValue_href - Domain

DomainNameOriginValue_href
DescriptionOriginValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/OriginValue/manMadehttps://inspire.ec.europa.eu/codelist/OriginValue/manMade
https://inspire.ec.europa.eu/codelist/OriginValue/naturalhttps://inspire.ec.europa.eu/codelist/OriginValue/natural


PersistenceValue - Domain

DomainNamePersistenceValue
DescriptionCategories of hydrological persistence of a body of water. SOURCE [Codelist values based on DFDD].
FieldTypeString
Domain TypeCodedValue

CodeName
drydry
ephemeralephemeral
intermittentintermittent
perennialperennial


PersistenceValue_href - Domain

DomainNamePersistenceValue_href
DescriptionPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/dryhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/dry
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/ephemeralhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/ephemeral
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/intermittenthttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/intermittent
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/perennialhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/perennial


ShoreTypeValue - Domain

DomainNameShoreTypeValue
DescriptionCategories of shore area composition. SOURCE [Codelist items based on DFDD].
FieldTypeString
Domain TypeCodedValue

CodeName
bouldersboulders
clayclay
gravelgravel
mudmud
rockrock
sandsand
shingleshingle
stonestone


ShoreTypeValue_href - Domain

DomainNameShoreTypeValue_href
DescriptionShoreTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/bouldershttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/boulders
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/clayhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/clay
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/gravelhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/gravel
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/mudhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/mud
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/rockhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/rock
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/sandhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/sand
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/shinglehttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/shingle
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/stonehttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/stone


SurfaceWaterType - Domain

DomainNameSurfaceWaterType
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

CodeName
StandingWaterStandingWater
WatercourseWatercourse


TransportTypeValue - Domain

DomainNameTransportTypeValue
DescriptionPossible types on transport networks.
FieldTypeString
Domain TypeCodedValue

CodeName
airair
cablecable
railrail
roadroad
waterwater


TransportTypeValue_href - Domain

DomainNameTransportTypeValue_href
DescriptionTransportTypeValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/TransportTypeValue/airhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/air
https://inspire.ec.europa.eu/codelist/TransportTypeValue/cablehttps://inspire.ec.europa.eu/codelist/TransportTypeValue/cable
https://inspire.ec.europa.eu/codelist/TransportTypeValue/railhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/rail
https://inspire.ec.europa.eu/codelist/TransportTypeValue/roadhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/road
https://inspire.ec.europa.eu/codelist/TransportTypeValue/waterhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/water


VerticalPositionValue - Domain

DomainNameVerticalPositionValue
DescriptionThe relative vertical position of a spatial object.
FieldTypeString
Domain TypeCodedValue

CodeName
onGroundSurfaceonGroundSurface
suspendedOrElevatedsuspendedOrElevated
undergroundunderground


WaterLevelValue - Domain

DomainNameWaterLevelValue
DescriptionThe tidal datum / waterlevel to which depths and heights are referenced. SOURCE [Codelist values based on DFDD].
FieldTypeString
Domain TypeCodedValue

CodeName
equinoctialSpringLowWaterequinoctialSpringLowWater
higherHighWaterhigherHighWater
higherHighWaterLargeTidehigherHighWaterLargeTide
highestAstronomicalTidehighestAstronomicalTide
highestHighWaterhighestHighWater
highWaterhighWater
highWaterSpringshighWaterSprings
indianSpringHighWaterindianSpringHighWater
indianSpringLowWaterindianSpringLowWater
localDatumlocalDatum
lowerLowWaterlowerLowWater
lowerLowWaterLargeTidelowerLowWaterLargeTide
lowestAstronomicalTidelowestAstronomicalTide
lowestLowWaterlowestLowWater
lowestLowWaterSpringslowestLowWaterSprings
lowWaterlowWater
lowWaterDatumlowWaterDatum
lowWaterSpringslowWaterSprings
meanHigherHighWatermeanHigherHighWater
meanHigherHighWaterSpringsmeanHigherHighWaterSprings
meanHigherLowWatermeanHigherLowWater
meanHighWatermeanHighWater
meanHighWaterNeapsmeanHighWaterNeaps
meanHighWaterSpringsmeanHighWaterSprings
meanLowerHighWatermeanLowerHighWater
meanLowerLowWatermeanLowerLowWater
meanLowerLowWaterSpringsmeanLowerLowWaterSprings
meanLowWatermeanLowWater
meanLowWaterNeapsmeanLowWaterNeaps
meanLowWaterSpringsmeanLowWaterSprings
meanSeaLevelmeanSeaLevel
meanTideLevelmeanTideLevel
meanWaterLevelmeanWaterLevel
nearlyHighestHighWaternearlyHighestHighWater
nearlyLowestLowWaternearlyLowestLowWater
tropicHigherHighWatertropicHigherHighWater
tropicLowerLowWatertropicLowerLowWater


WaterLevelValue_href - Domain

DomainNameWaterLevelValue_href
DescriptionWaterLevelValue_href
FieldTypeString
Domain TypeCodedValue

CodeName
https://inspire.ec.europa.eu/codelist/WaterLevelValue/equinoctialSpringLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/equinoctialSpringLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterLargeTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterLargeTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highestAstronomicalTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highestHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highestHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/localDatumhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/localDatum
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterLargeTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterLargeTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestAstronomicalTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterDatumhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterDatum
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterNeapshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterNeaps
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterNeapshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterNeaps
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanSeaLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanSeaLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanTideLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanTideLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanWaterLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanWaterLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyHighestHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyHighestHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyLowestLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyLowestLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicHigherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicHigherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicLowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicLowerLowWater


+ \ No newline at end of file diff --git a/gdb-templates/data-dictionary/Hydrography.md b/gdb-templates/data-dictionary/Hydrography.md new file mode 100644 index 0000000..6ca0521 --- /dev/null +++ b/gdb-templates/data-dictionary/Hydrography.md @@ -0,0 +1,9892 @@ + +#Hydrography + + +
+Geodatabase Documentation +
+Date: June 13, 2025
+
+

Summary Information and Links

0 Feature Datasets and 15 Feature Classes
No Topology Datasets
No Geometric Networks
No Rasters
23 Tables (Object Classes)
No Relationship Classes
29 Domains

+
+

Feature Datasets and Child Classes

+

Rasters


+
+

Workspace-Level Tables and Feature Classes

DrainageBasin_contains - Table
DrainageBasin_HyObj - Table
HydroPOI_HyObj - Table
ManMadeObj_HyObj - Table
netCrossing_Element - Table
netCrossReference_Elements - Table
netElement_HyObj - Table
netElement_Link - Table
netElementL_HyObj - Table
netElementP_HyObj - Table
netLinkSet_Link - Table
netNetwork_Elements - Table
networkCrossReference - Table
networkElement - Table
networkNetwork - Table
Shore_HyObj - Table
SurfaceWater_bank - Table
SurfaceWater_HyObj - Table
SurfaceWater_neighbour - Table
SurfaceWaterL_DrainageBasin - Table
SurfaceWaterP_DrainageBasin - Table
SurfaceWaterS_DrainageBasin - Table
Wetland_HyObj - Table
DrainageBasin - Feature Class
HydroPOIL - Feature Class
HydroPOIP - Feature Class
HydroPOIS - Feature Class
LandWaterBoundaryL - Feature Class
ManMadeObjL - Feature Class
ManMadeObjP - Feature Class
ManMadeObjS - Feature Class
networkElementL - Feature Class
networkElementP - Feature Class
ShoreS - Feature Class
SurfaceWaterL - Feature Class
SurfaceWaterP - Feature Class
SurfaceWaterS - Feature Class
WetlandS - Feature Class
+


+


+

Relationship Classes

+

+



+

Domains

BasinType
ConditionOfFacilityValue
ConditionOfFacilityValue_href
CrossingTypeValue
CrossingTypeValue_href
HydroNodeCategoryValue
HydroNodeCategoryValue_href
HydroPOI_type
ManMadeObj_type
networkConnectionTypeValue
networkConnectionTypeValue_href
networkElement_type
networkElementL_type
networkElementP_type
networkLinkDirectionValue
networkLinkDirectionValue_href
networkNetwork_type
OriginValue
OriginValue_href
PersistenceValue
PersistenceValue_href
ShoreTypeValue
ShoreTypeValue_href
SurfaceWaterType
TransportTypeValue
TransportTypeValue_href
VerticalPositionValue
WaterLevelValue
WaterLevelValue_href
+

+



+

DrainageBasin - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDrainageBasin
ShapeTypePolygon
FeatureTypeSimple
AliasNameDrainageBasin
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionDrainageBasin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
areaDouble8areaSurface area.true + +
area_uomString50area_uomThe unit of measure associated with the value in field area. The unit is expressed as the symbol of the unit.true + +
basinOrder_orderString255basinOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true + +
basinOrder_orderSchemeString255basinOrder_orderSchemeA description of the concept for ordering.true + +
basinOrder_scopeString255basinOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue + +
typeString50typePossible subtypes of the object.BasinTypefalse + +
hyId_classificationScheme1String50hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50255name_1_langLanguage used in the name_1 field.true + +
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString255name_2_langLanguage used in the name_2 field.true + +
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString255name_3_langLanguage used in the name_3 field.true + +
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValuetrue + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
+

+
+

HydroPOIL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameHydroPOIL
ShapeTypePolyline
FeatureTypeSimple
AliasNameHydroPOIL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionHydroPOIL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true + +
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true + +
typeString200typePossible subtypes of the object.HydroPOI_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

HydroPOIP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameHydroPOIP
ShapeTypePoint
FeatureTypeSimple
AliasNameHydroPOIP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionHydroPOIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true + +
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true + +
typeString200typePossible subtypes of the object.HydroPOI_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

HydroPOIS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameHydroPOIS
ShapeTypePolygon
FeatureTypeSimple
AliasNameHydroPOIS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionHydroPOIS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
falls_heightDouble8falls_heightApplicable for falls. Distance measured from the lowest point of the base at ground or water level (downhill side/downstream side) to the tallest point of the spatial object.true + +
falls_height_uomString255falls_height_uomThis field contains the unit of measure associated with the value in field height. The unit is expressed as the symbol of the unit.true + +
typeString200typePossible subtypes of the object.HydroPOI_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

LandWaterBoundaryL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameLandWaterBoundaryL
ShapeTypePolyline
FeatureTypeSimple
AliasNameLandWaterBoundaryL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionLandWaterBoundaryL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue + +
waterLevelCategoryString255waterLevelCategoryWater-level defining the land-water boundary.WaterLevelValuetrue + +
waterLevelCategory_hrefString255waterLevelCategory_hrefURI from the INSPIRE code list register WaterLevelValue https://inspire.ec.europa.eu/codelist/WaterLevelValueWaterLevelValue_hreftrue + +
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue + +
+

+
+

ManMadeObjL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameManMadeObjL
ShapeTypePolyline
FeatureTypeSimple
AliasNameManMadeObjL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionManMadeObjL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue + +
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue + +
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
typeString100typePossible subtypes of the object.ManMadeObj_typetrue + +
+

+
+

ManMadeObjP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameManMadeObjP
ShapeTypePoint
FeatureTypeSimple
AliasNameManMadeObjP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionManMadeObjP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue + +
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue + +
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
typeString100typePossible subtypes of the object.ManMadeObj_typetrue + +
+

+
+

ManMadeObjS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameManMadeObjS
ShapeTypePolygon
FeatureTypeSimple
AliasNameManMadeObjS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionManMadeObjS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
conditionString255conditionThe state of planning, construction, repair, and/or maintenance of the object.ConditionOfFacilityValuetrue + +
condition_hrefString255condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
SHAPE_voidSmallInteger2SHAPE_voidSHAPE_voidtrue + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
crossing_typeString255crossing_typeThe type of physical crossing.CrossingTypeValuetrue + +
crossing_type_hrefString255crossing_type_hrefURI from the INSPIRE code list register CrossingTypeValue https://inspire.ec.europa.eu/codelist/CrossingTypeValueCrossingTypeValue_hreftrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
typeString100typePossible subtypes of the object.ManMadeObj_typetrue + +
+

+
+

networkElementL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NamenetworkElementL
ShapeTypePolyline
FeatureTypeSimple
AliasNamenetworkElementL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetworkElementL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
fictitiousSmallInteger2fictitiousfictitioustrue + +
endNodeInteger4endNodeThe optional end node for this link. The end node may be the same instance as the start node.The value of this field is the featureId field of the target Feature Class or Object Class instance.true + +
startNodeInteger4startNodeThe optional start node for this link. The value of this field is the featureId field of the target Feature Class or Object Class instance.true + +
flowDirectionString255flowDirectionDirection of water flow in the segment relative to digitisation of segment geometry. networkLinkDirectionValuetrue + +
flowDirection_hrefString255flowDirection_hrefURI from the INSPIRE code list register LinkDirectionValue https://inspire.ec.europa.eu/codelist/LinkDirectionValuenetworkLinkDirectionValue_hreftrue + +
lengthDouble8lengthLength of network segment.true + +
length_uomString255length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true + +
typeString255typePossible subtypes of the object.networkElementL_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

networkElementP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NamenetworkElementP
ShapeTypePoint
FeatureTypeSimple
AliasNamenetworkElementP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetworkElementP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
hydroNodeCategoryString255hydroNodeCategoryNature of the hydro node.HydroNodeCategoryValuetrue + +
hydroNodeCategory_hrefString255hydroNodeCategory_hrefURI from the INSPIRE code list register HydroNodeCategoryValue https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValueHydroNodeCategoryValue_hreftrue + +
typeString200typePossible subtypes of the object.networkElementP_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

ShoreS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameShoreS
ShapeTypePolygon
FeatureTypeSimple
AliasNameShoreS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionShoreS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
compositionString255compositionThe primary type(s) of material composing a spatial object, exclusive of the surface.ShoreTypeValuetrue + +
composition_hrefString255composition_hrefURI from the INSPIRE code list register ShoreTypeValue https://inspire.ec.europa.eu/codelist/ShoreTypeValueShoreTypeValue_hreftrue + +
delineationKnownSmallInteger2delineationKnownAn indication that the delineation (for example: limits and information) of a spatial object is known.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String50hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name3String50name3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

SurfaceWaterL - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameSurfaceWaterL
ShapeTypePolyline
FeatureTypeSimple
AliasNameSurfaceWaterL
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
localTypeString255localTypeProvides 'local' name for the type of surface water.true + +
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true + +
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue + +
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue + +
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue + +
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true + +
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue + +
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue + +
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true + +
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true + +
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue + +
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true + +
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true + +
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true + +
wc_width_lowerDouble8wc_width_lowerLower bound of width. true + +
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true + +
wc_width_upperDouble8wc_width_upperUpper bound of width. true + +
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true + +
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true + +
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true + +
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true + +
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true + +
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true + +
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true + +
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString255name_2_langLanguage used in the name_2 field.true + +
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue + +
+

+
+

SurfaceWaterP - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameSurfaceWaterP
ShapeTypePoint
FeatureTypeSimple
AliasNameSurfaceWaterP
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
localTypeString255localTypeProvides 'local' name for the type of surface water.true + +
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true + +
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue + +
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue + +
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue + +
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true + +
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue + +
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue + +
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true + +
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true + +
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue + +
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true + +
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true + +
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true + +
wc_width_lowerDouble8wc_width_lowerLower bound of width. true + +
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true + +
wc_width_upperDouble8wc_width_upperUpper bound of width. true + +
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true + +
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true + +
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true + +
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true + +
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true + +
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true + +
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true + +
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString255name_2_langLanguage used in the name_2 field.true + +
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValuetrue + +
+

+
+

SurfaceWaterS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameSurfaceWaterS
ShapeTypePolygon
FeatureTypeSimple
AliasNameSurfaceWaterS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
lodInteger4levelOfDetailResolution, expressed as the inverse of an indicative scale or a ground distance.true + +
localTypeString255localTypeProvides 'local' name for the type of surface water.true + +
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true + +
originString255originOrigin of the object. EXAMPLE Natural, man-made, etcOriginValuetrue + +
persistenceString255persistenceThe degree of persistence of water.PersistenceValuetrue + +
persistence_hrefString255persistence_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValuePersistenceValue_hreftrue + +
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true + +
wc_conditionString255wc_condition (watercourse applicable)The state of planning, construction, repair, and/or maintenance of a watercourse.ConditionOfFacilityValuetrue + +
wc_condition_hrefString255wc_condition_hrefURI from the INSPIRE code list register ConditionOfFacilityValue https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValueConditionOfFacilityValue_hreftrue + +
wc_delineationKnownSmallInteger2wc_delineationKnown (watercourse applicable)An indication that the delineation (for example: limits and information) of a spatial object is knowntrue + +
wc_lengthDouble8wc_length (watercourse applicable)Length of the watercourse.true + +
wc_length_uomString255wc_length_uomThis field contains the unit of measure associated with the value in field length. The unit is expressed as the symbol of the unit.true + +
wc_levelString255wc_level (watercourse applicable)Vertical location of watercourse relative to ground.VerticalPositionValuetrue + +
wc_streamOrder_orderString255wc_streamOrder_orderNumber (or code) expressing the degree of branching or dividing in a stream or drainage basin system.true + +
wc_streamOrder_orderSchemeString255wc_streamOrder_orderSchemeA description of the concept for ordering.true + +
wc_streamOrder_scopeString255wc_streamOrder_scopeAn indicator of the scope or origin for an order code (including whether it is national, supranational or European).true + +
wc_width_lowerDouble8wc_width_lowerLower bound of width. true + +
wc_width_lower_uomString255wc_width_lower_uomThis field contains the unit of measure associated with the value in field width_lower. The unit is expressed as the symbol of the unit.true + +
wc_width_upperDouble8wc_width_upperUpper bound of width. true + +
wc_width_upper_uomString255wc_width_upper_uomThis field contains the unit of measure associated with the value in field width_upper. The unit is expressed as the symbol of the unit.true + +
stw_elevationDouble8stw_elevationElevation above mean sea level. Applicable on StandingWater.true + +
stw_elevation_uomString255stw_elevation_uomThis field contains the unit of measure associated with the value in field elevation. The unit is expressed as the symbol of the unit.true + +
stw_meanDepthDouble8stw_meanDepthAverage depth of the body of water. Applicable on StandingWater.true + +
stw_meanDepth_uomString255stw_meanDepth_uomThis field contains the unit of measure associated with the value in field meanDepth. The unit is expressed as the symbol of the unit.true + +
stw_surfaceAreaDouble8stw_surfaceAreaSurface area of the body of water. Applicable on StandingWater.true + +
stw_surfaceArea_uomString255stw_surfaceArea_uomThis field contains the unit of measure associated with the value in field surfaceArea. The unit is expressed as the symbol of the unit.true + +
typeString50typePossible subtypes of the object.SurfaceWaterTypefalse + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String255hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String255hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String255hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String255hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String255hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String255name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String255name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString255name_2_langLanguage used in the name_2 field.true + +
name_3String255name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
origin_hrefString255origin_hrefURI from the INSPIRE code list register OriginValue https://inspire.ec.europa.eu/codelist/OriginValueOriginValue_hreftrue + +
+

+
+

WetlandS - FeatureClass

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameWetlandS
ShapeTypePolygon
FeatureTypeSimple
AliasNameWetlandS
HasMfalse
HasZfalse
HasAttachmentsfalse
+ + + + + + + +
DescriptionWetlandS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
localTypeString255localTypeProvides 'local' name for the type of surface water.true + +
localType_localeString255localType_localeThis field contains the locale associated with the value in field localType. true + +
tidalSmallInteger2tidalIdentifies whether the surface water is affected by tidal water. The value of this field is a boolean and must be 1 for TRUE and 0 for FALSE.true + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String255hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String255hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+

+
+

DrainageBasin_contains - Table

+ + + + + + + + + + + + + + + +
NameDrainageBasin_contains
AliasNameDrainageBasin_contains
HasAttachmentsfalse
+ + + + + + + +
DescriptionDrainageBasin_contains

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdDrainageBasin1Integer4Reference to destination (DrainageBasin)Reference to featureId field in the table DrainageBasin.true + +
IdDrainageBasin2Integer4Reference to origin (DrainageBasin)Reference to featureId field in the table DrainageBasin.true + +
+
+

DrainageBasin_HyObj - Table

+ + + + + + + + + + + + + + + +
NameDrainageBasin_HyObj
AliasNameDrainageBasin_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionDrainageBasin_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

HydroPOI_HyObj - Table

+ + + + + + + + + + + + + + + +
NameHydroPOI_HyObj
AliasNameHydroPOI_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionHydroPOI_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdHydroPOIInteger4IdHydroPOIReference to featureId field in the table HydroPOIP, HydroPOIL, HydroPOIS.true + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

ManMadeObj_HyObj - Table

+ + + + + + + + + + + + + + + +
NameManMadeObj_HyObj
AliasNameManMadeObj_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionManMadeObj_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdManMadeObjInteger4IdManMadeObjReference to featureId field in the table ManMadeObjP, ManMadeObjL, ManMadeObjS.true + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

netCrossing_Element - Table

+ + + + + + + + + + + + + + + +
NamenetCrossing_Element
AliasNamenetCrossing_Element
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetCrossing_Element

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElement1Integer4IdNetworkElement1Reference to featureId field in the table NetworkElement.true + +
IdNetworkElement2Integer4IdNetworkElement2Reference to featureId field in the table NetworkElementL.true + +
+
+

netCrossReference_Elements - Table

+ + + + + + + + + + + + + + + +
NamenetCrossReference_Elements
AliasNamenetCrossReference_Elements
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetCrossReference_Elements

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkCrossReferenceInteger4IdNetCrossReferenceReference to featureId field in the table NetworkCrossReference.true + +
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElementP, NetworkElementL.true + +
+
+

netElement_HyObj - Table

+ + + + + + + + + + + + + + + +
NamenetElement_HyObj
AliasNamenetElement_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetElement_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementString50IdNetworkElementReference to featureId field in the table NetworkElement.false + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

netElement_Link - Table

+ + + + + + + + + + + + + + + +
NamenetElement_Link
AliasNamenetElement_Link
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetElement_Link

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementLinkInteger4IdNetworkElementLinkReference to featureId field in the table netElementLtrue + +
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElement.true + +
directionString50direction Indicates if the directed link agrees (positive) or disagrees (negative) with the positive direction of the link.The value of this field is a sign and must be '+' or '- true + +
+
+

netElementL_HyObj - Table

+ + + + + + + + + + + + + + + +
NamenetElementL_HyObj
AliasNamenetElementL_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetElementL_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementLString50IdNetworkElementLReference to featureId field in the table NetworkElementLfalse + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

netElementP_HyObj - Table

+ + + + + + + + + + + + + + + +
NamenetElementP_HyObj
AliasNamenetElementP_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetElementP_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElementPString50IdNetworkElementLReference to featureId field in the table NetworkElementPfalse + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

netLinkSet_Link - Table

+ + + + + + + + + + + + + + + +
NamenetLinkSet_Link
AliasNamenetLinkSet_Link
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetLinkSet_Link

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkElement1Integer4IdNetworkElement1Reference to featureId field in the table NetworkElement.true + +
IdNetworkElement2Integer4IdNetworkElement2Reference to featureId field in the table NetworkElement,NetworkElementL.true + +
+
+

netNetwork_Elements - Table

+ + + + + + + + + + + + + + + +
NamenetNetwork_Elements
AliasNamenetNetwork_Elements
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetNetwork_Elements

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdNetworkInteger4IdNetworkReference to featureId field in the table networkNetwork.true + +
IdNetworkElementInteger4IdNetworkElementReference to featureId field in the table NetworkElementP, NetworkElementL.true + +
+
+

networkCrossReference - Table

+ + + + + + + + + + + + + + + +
NamenetworkCrossReference
AliasNamenetworkCrossReference
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetworkCrossReference

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objecttrue + +
+
+

networkElement - Table

+ + + + + + + + + + + + + + + +
NamenetworkElement
AliasNamenetworkElement
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetworkElement

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
beginLifespanVersionDate8beginLifespanVersionDate and time at which this version of the spatial object was inserted or changed in the spatial data set.true + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
endLifespanVersionDate8endLifespanVersion Date and time at which this version of the spatial object was superseded or retired in the spatial data set.true + +
networkConnectionTypeValueString255networkConnectionTypeValueCategorisation of the network connection.networkConnectionTypeValuetrue + +
networkConnectionTypeValue_hrefString255networkConnectionTypeValue_hrefURI from the INSPIRE code list register ConnectionTypeValue https://inspire.ec.europa.eu/codelist/ConnectionTypeValuenetworkConnectionTypeValue_hreftrue + +
typeString200typePossible subtypes of the object.networkElement_typetrue + +
hyId_classificationScheme1String255hyId_classificationScheme1A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme2String255hyId_classificationScheme2A description of the identification scheme (National, European, etc.) being used.true + +
hyId_classificationScheme3String50hyId_classificationScheme3A description of the identification scheme (National, European, etc.) being used.true + +
hyId_localId1String50hyId_localId1A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId2String50hyId_localId2A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_localId3String50hyId_localId3A local identifier, assigned by some authority. NOTE It will often be a national hydrographic identifier.true + +
hyId_namespace1String50hyId_namespace1An indicator of the scope for the local identifier.true + +
hyId_namespace2String50hyId_namespace2An indicator of the scope for the local identifier.true + +
hyId_namespace3String50hyId_namespace3An indicator of the scope for the local identifier.true + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+
+

networkNetwork - Table

+ + + + + + + + + + + + + + + +
NamenetworkNetwork
AliasNamenetworkNetwork
HasAttachmentsfalse
+ + + + + + + +
DescriptionnetworkNetwork

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
featureIdInteger4featureIdIdentifier, used in references to this objectfalse + +
inspireId_localIdString255inspireId_localIdA 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_namespaceString255inspireId_namespaceNamespace uniquely identifying the data source of the spatial object.true + +
inspireId_versionIdString255inspireId_versionIdThe 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 uniquetrue + +
typeOfTransportString255typeOfTransportType of transport network, based on the type of infrastructure the network uses.TransportTypeValuetrue + +
typeString50typePossible subtypes of the object.networkNetwork_typetrue + +
name_1String50name_1A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_1_langString50name_1_langLanguage used in the name_1 field.true + +
name_2String50name_2A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_2_langString50name_2_langLanguage used in the name_2 field.true + +
name_3String50name_3A geographical name that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object.true + +
name_3_langString50name_3_langLanguage used in the name_3 field.true + +
+
+

Shore_HyObj - Table

+ + + + + + + + + + + + + + + +
NameShore_HyObj
AliasNameShore_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionShore_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdShoreInteger4IdShoreReference to featureId field in the table ShoreStrue + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

SurfaceWater_bank - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWater_bank
AliasNameSurfaceWater_bank
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWater_bank

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterInteger4IdSurfaceWaterReference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true + +
IdShoreInteger4IdShoreReference to featureId field in the table ShoreStrue + +
+
+

SurfaceWater_HyObj - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWater_HyObj
AliasNameSurfaceWater_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWater_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterInteger4IdSurfaceWaterReference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

SurfaceWater_neighbour - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWater_neighbour
AliasNameSurfaceWater_neighbour
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWater_neighbour

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWater1Integer4IdSurfaceWater1Reference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true + +
IdSurfaceWater2Integer4IdSurfaceWater2Reference to featureId field in the table SurfaceWaterP, SurfaceWaterL, SurfaceWaterS.true + +
+
+

SurfaceWaterL_DrainageBasin - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWaterL_DrainageBasin
AliasNameSurfaceWaterL_DrainageBasin
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterL_DrainageBasin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterLInteger4IdSurfaceWaterLReference to featureId field in the table SurfaceWaterL.true + +
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true + +
+
+

SurfaceWaterP_DrainageBasin - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWaterP_DrainageBasin
AliasNameSurfaceWaterP_DrainageBasin
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterP_DrainageBasin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterPInteger4IdSurfaceWaterPReference to featureId field in the table SurfaceWaterP.true + +
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true + +
+
+

SurfaceWaterS_DrainageBasin - Table

+ + + + + + + + + + + + + + + +
NameSurfaceWaterS_DrainageBasin
AliasNameSurfaceWaterS_DrainageBasin
HasAttachmentsfalse
+ + + + + + + +
DescriptionSurfaceWaterS_DrainageBasin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdSurfaceWaterSInteger4IdSurfaceWaterSReference to featureId field in the table SurfaceWaterS.true + +
IdDrainageBasinInteger4IdDrainageBasinReference to featureId field in the table DrainageBasin.true + +
+
+

Wetland_HyObj - Table

+ + + + + + + + + + + + + + + +
NameWetland_HyObj
AliasNameWetland_HyObj
HasAttachmentsfalse
+ + + + + + + +
DescriptionWetland_HyObj

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDataTypeLengthAliasNameDescriptionDomainDefaultValueIsNullablePrecisionScale
IdWetlandInteger4IdWetlandReference to featureId field in the table WetlandS.true + +
IdHyObjString255IdHyObjA related hydrographic object representing the same real-world entity. The value of this field must be a URN or an absolute URL referencing the related HydroObject.true + +
+
+

BasinType - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameBasinType
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
DrainageBasinDrainageBasin
RiverBasinRiverBasin
+

+
+

ConditionOfFacilityValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameConditionOfFacilityValue
DescriptionThe status of a facility with regards to its completion and use.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
disuseddisused
functionalfunctional
projectedprojected
underConstructionunderConstruction
+

+
+

ConditionOfFacilityValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameConditionOfFacilityValue_href
DescriptionConditionOfFacilityValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/disusedhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/disused
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/functionalhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/functional
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/projectedhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/projected
https://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/underConstructionhttps://inspire.ec.europa.eu/codelist/ConditionOfFacilityValue/underConstruction
+

+
+

CrossingTypeValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameCrossingTypeValue
DescriptionMan-made physical watercourse crossing types.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
aqueductaqueduct
bridgebridge
culvertculvert
siphonsiphon
+

+
+

CrossingTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameCrossingTypeValue_href
DescriptionCrossingTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/aqueducthttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/aqueduct
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/bridgehttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/bridge
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/culverthttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/culvert
https://inspire.ec.europa.eu/codelist/CrossingTypeValue/siphonhttps://inspire.ec.europa.eu/codelist/CrossingTypeValue/siphon
+

+
+

HydroNodeCategoryValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameHydroNodeCategoryValue
DescriptionDefines categories for different types of hydrographic network nodes.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
boundaryboundary
flowConstrictionflowConstriction
flowRegulationflowRegulation
junctionjunction
outletoutlet
sourcesource
+

+
+

HydroNodeCategoryValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameHydroNodeCategoryValue_href
DescriptionHydroNodeCategoryValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/boundaryhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/boundary
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowConstrictionhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowConstriction
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowRegulationhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/flowRegulation
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/junctionhttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/junction
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/outlethttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/outlet
https://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/sourcehttps://inspire.ec.europa.eu/codelist/HydroNodeCategoryValue/source
+

+
+

HydroPOI_type - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameHydroPOI_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
FallsFalls
RapidsRapids
+

+
+

ManMadeObj_type - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameManMadeObj_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
CrossingCrossing
FordFord
DamOrWeirDamOrWeir
LockLock
SluiceSluice
ShorelineConstructionShorelineConstruction
EmbankmentEmbankment
+

+
+

networkConnectionTypeValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkConnectionTypeValue
DescriptionTypes of connections between different networks.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
crossBorderIdenticalcrossBorderIdentical
crossBorderConnectedcrossBorderConnected
intermodalintermodal
+

+
+

networkConnectionTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkConnectionTypeValue_href
DescriptionnetworkConnectionTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderConnectedhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderConnected
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderIdenticalhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/crossBorderIdentical
https://inspire.ec.europa.eu/codelist/ConnectionTypeValue/intermodalhttps://inspire.ec.europa.eu/codelist/ConnectionTypeValue/intermodal
+

+
+

networkElement_type - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkElement_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
NetworkConnectionNetworkConnection
WatercourseLinkSequenceWatercourseLinkSequence
GradeSeparatedCrossingGradeSeparatedCrossing
WatercourseSeparatedCrossingWatercourseSeparatedCrossing
+

+
+

networkElementL_type - Domain

+

+ + + + + + + + + + + + + + + +
DomainNamenetworkElementL_type
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
WatercourseLinkWatercourseLink
+

+
+

networkElementP_type - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkElementP_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + +
CodeName
HydroNodeHydroNode
+

+
+

networkLinkDirectionValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkLinkDirectionValue
DescriptionList of values for directions relative to a link
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
bothDirectionsbothDirections
inDirectioninDirection
inOppositeDirectioninOppositeDirection
+

+
+

networkLinkDirectionValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkLinkDirectionValue_href
DescriptionnetworkLinkDirectionValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/bothDirectionshttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/bothDirections
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/inDirectionhttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/inDirection
https://inspire.ec.europa.eu/codelist/LinkDirectionValue/inOppositeDirectionhttps://inspire.ec.europa.eu/codelist/LinkDirectionValue/inOppositeDirection
+

+
+

networkNetwork_type - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamenetworkNetwork_type
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
NetworkNetwork
TransportNetworkTransportNetwork
+

+
+

OriginValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameOriginValue
DescriptionAn enumeration type specifying a set of hydrographic 'origin' categories (natural, man-made) for various hydrographic objects.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
naturalnatural
manMademanMade
+

+
+

OriginValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameOriginValue_href
DescriptionOriginValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/OriginValue/manMadehttps://inspire.ec.europa.eu/codelist/OriginValue/manMade
https://inspire.ec.europa.eu/codelist/OriginValue/naturalhttps://inspire.ec.europa.eu/codelist/OriginValue/natural
+

+
+

PersistenceValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamePersistenceValue
DescriptionCategories of hydrological persistence of a body of water. SOURCE [Codelist values based on DFDD].
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
drydry
ephemeralephemeral
intermittentintermittent
perennialperennial
+

+
+

PersistenceValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNamePersistenceValue_href
DescriptionPersistenceValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/dryhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/dry
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/ephemeralhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/ephemeral
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/intermittenthttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/intermittent
https://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/perennialhttps://inspire.ec.europa.eu/codelist/HydrologicalPersistenceValue/perennial
+

+
+

ShoreTypeValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameShoreTypeValue
DescriptionCategories of shore area composition. SOURCE [Codelist items based on DFDD].
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
bouldersboulders
clayclay
gravelgravel
mudmud
rockrock
sandsand
shingleshingle
stonestone
+

+
+

ShoreTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameShoreTypeValue_href
DescriptionShoreTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/bouldershttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/boulders
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/clayhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/clay
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/gravelhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/gravel
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/mudhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/mud
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/rockhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/rock
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/sandhttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/sand
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/shinglehttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/shingle
https://inspire.ec.europa.eu/codelist/ShoreTypeValue/stonehttps://inspire.ec.europa.eu/codelist/ShoreTypeValue/stone
+

+
+

SurfaceWaterType - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameSurfaceWaterType
DescriptionPossible Subtypes
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + +
CodeName
StandingWaterStandingWater
WatercourseWatercourse
+

+
+

TransportTypeValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameTransportTypeValue
DescriptionPossible types on transport networks.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
airair
cablecable
railrail
roadroad
waterwater
+

+
+

TransportTypeValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameTransportTypeValue_href
DescriptionTransportTypeValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/TransportTypeValue/airhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/air
https://inspire.ec.europa.eu/codelist/TransportTypeValue/cablehttps://inspire.ec.europa.eu/codelist/TransportTypeValue/cable
https://inspire.ec.europa.eu/codelist/TransportTypeValue/railhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/rail
https://inspire.ec.europa.eu/codelist/TransportTypeValue/roadhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/road
https://inspire.ec.europa.eu/codelist/TransportTypeValue/waterhttps://inspire.ec.europa.eu/codelist/TransportTypeValue/water
+

+
+

VerticalPositionValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameVerticalPositionValue
DescriptionThe relative vertical position of a spatial object.
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + +
CodeName
onGroundSurfaceonGroundSurface
suspendedOrElevatedsuspendedOrElevated
undergroundunderground
+

+
+

WaterLevelValue - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterLevelValue
DescriptionThe tidal datum / waterlevel to which depths and heights are referenced. SOURCE [Codelist values based on DFDD].
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
equinoctialSpringLowWaterequinoctialSpringLowWater
higherHighWaterhigherHighWater
higherHighWaterLargeTidehigherHighWaterLargeTide
highestAstronomicalTidehighestAstronomicalTide
highestHighWaterhighestHighWater
highWaterhighWater
highWaterSpringshighWaterSprings
indianSpringHighWaterindianSpringHighWater
indianSpringLowWaterindianSpringLowWater
localDatumlocalDatum
lowerLowWaterlowerLowWater
lowerLowWaterLargeTidelowerLowWaterLargeTide
lowestAstronomicalTidelowestAstronomicalTide
lowestLowWaterlowestLowWater
lowestLowWaterSpringslowestLowWaterSprings
lowWaterlowWater
lowWaterDatumlowWaterDatum
lowWaterSpringslowWaterSprings
meanHigherHighWatermeanHigherHighWater
meanHigherHighWaterSpringsmeanHigherHighWaterSprings
meanHigherLowWatermeanHigherLowWater
meanHighWatermeanHighWater
meanHighWaterNeapsmeanHighWaterNeaps
meanHighWaterSpringsmeanHighWaterSprings
meanLowerHighWatermeanLowerHighWater
meanLowerLowWatermeanLowerLowWater
meanLowerLowWaterSpringsmeanLowerLowWaterSprings
meanLowWatermeanLowWater
meanLowWaterNeapsmeanLowWaterNeaps
meanLowWaterSpringsmeanLowWaterSprings
meanSeaLevelmeanSeaLevel
meanTideLevelmeanTideLevel
meanWaterLevelmeanWaterLevel
nearlyHighestHighWaternearlyHighestHighWater
nearlyLowestLowWaternearlyLowestLowWater
tropicHigherHighWatertropicHigherHighWater
tropicLowerLowWatertropicLowerLowWater
+

+
+

WaterLevelValue_href - Domain

+

+ + + + + + + + + + + + + + + + + + + +
DomainNameWaterLevelValue_href
DescriptionWaterLevelValue_href
FieldTypeString
Domain TypeCodedValue

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeName
https://inspire.ec.europa.eu/codelist/WaterLevelValue/equinoctialSpringLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/equinoctialSpringLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterLargeTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/higherHighWaterLargeTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highestAstronomicalTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highestHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highestHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/highWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/indianSpringLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/localDatumhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/localDatum
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterLargeTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowerLowWaterLargeTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestAstronomicalTidehttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestAstronomicalTide
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowestLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterDatumhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterDatum
https://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/lowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherHighWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHigherLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterNeapshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterNeaps
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanHighWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowerLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterNeapshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterNeaps
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterSpringshttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanLowWaterSprings
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanSeaLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanSeaLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanTideLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanTideLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/meanWaterLevelhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/meanWaterLevel
https://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyHighestHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyHighestHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyLowestLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/nearlyLowestLowWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicHigherHighWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicHigherHighWater
https://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicLowerLowWaterhttps://inspire.ec.europa.eu/codelist/WaterLevelValue/tropicLowerLowWater
+

+