diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml
index 968a969..86e4c29 100644
--- a/.github/workflows/build_website.yml
+++ b/.github/workflows/build_website.yml
@@ -21,4 +21,9 @@ jobs:
poetry install
- name: Build Website
run: |
+ poetry run generate-schema-doc --config template_name=md references/dac5_schema.json docs/dev/
+ poetry run generate-schema-doc --config template_name=md references/sector_location_schema.json docs/dev/
+ poetry run generate-schema-doc --config template_name=md references/feature_project_schema.json docs/dev/
+ poetry run generate-schema-doc --config template_name=md references/project_core_schema.json docs/dev/
+ poetry run generate-schema-doc --config template_name=md references/generated_sector_location_schema.json docs/dev/
poetry run mkdocs gh-deploy --force
\ No newline at end of file
diff --git a/docs/dev/dac5_schema.md b/docs/dev/dac5_schema.md
new file mode 100644
index 0000000..ce7eeb5
--- /dev/null
+++ b/docs/dev/dac5_schema.md
@@ -0,0 +1,4 @@
+# DAC 5 Purpose Code
+
+*Categorical Attributes DAC 5 Purpose Codes is referenced in the Project Core Schema.*
+
diff --git a/docs/dev/feature_project_schema.md b/docs/dev/feature_project_schema.md
index 4d8ebdb..92974ad 100644
--- a/docs/dev/feature_project_schema.md
+++ b/docs/dev/feature_project_schema.md
@@ -1,116 +1,2377 @@
# GeoJSON Feature
-*Main Schema with geometries and project_data properties. It is built hierarchially and is represented as Feature a known Geojson Format. In the properties are all the project information which is separated from the geometry.*
-
-## Properties
-
-- **`type`** *(string, required)*: Must be one of: `["Feature"]`.
-- **`id`**
- - **One of**
- - *number*
- - *string*
-- **`properties`**: Refer to *[stack://schemas/project_core.schema](#ack%3A//schemas/project_core.schema)*.
-- **`geometry`**
- - **One of**
- - *null*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["Point"]`.
- - **`coordinates`** *(array, required)*: Length must be equal to 2.
- - **Items**:
- - *number*: Minimum: `-180`. Maximum: `180`.
- - *number*: Minimum: `-90`. Maximum: `90`.
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["LineString"]`.
- - **`coordinates`** *(array, required)*: Length must be at least 2.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["Polygon"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 4.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiPoint"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiLineString"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiPolygon"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*
- - **Items** *(array)*: Length must be at least 4.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["GeometryCollection"]`.
- - **`geometries`** *(array, required)*
- - **Items**
- - **One of**
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["Point"]`.
- - **`coordinates`** *(array, required)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["LineString"]`.
- - **`coordinates`** *(array, required)*: Length must be at least 2.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["Polygon"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 4.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiPoint"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiLineString"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - *object*
- - **`type`** *(string, required)*: Must be one of: `["MultiPolygon"]`.
- - **`coordinates`** *(array, required)*
- - **Items** *(array)*
- - **Items** *(array)*: Length must be at least 4.
- - **Items** *(array)*: Length must be at least 2.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
- - **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
-- **`bbox`** *(array)*: Length must be at least 4.
- - **Items** *(number)*
+- [1. Property `GeoJSON Feature > type`](#type)
+- [2. Property `GeoJSON Feature > id`](#id)
+ - [2.1. Property `GeoJSON Feature > id > oneOf > item 0`](#id_oneOf_i0)
+ - [2.2. Property `GeoJSON Feature > id > oneOf > item 1`](#id_oneOf_i1)
+- [3. Property `GeoJSON Feature > properties`](#properties)
+ - [3.1. Property `GeoJSON Feature > properties > schemeVersion`](#properties_schemeVersion)
+ - [3.2. Property `GeoJSON Feature > properties > activityDescriptionGeneral`](#properties_activityDescriptionGeneral)
+ - [3.3. Property `GeoJSON Feature > properties > additionalActivityDescription`](#properties_additionalActivityDescription)
+ - [3.4. Property `GeoJSON Feature > properties > alternativeLocationTypeName`](#properties_alternativeLocationTypeName)
+ - [3.5. Property `GeoJSON Feature > properties > budgetShare`](#properties_budgetShare)
+ - [3.6. Property `GeoJSON Feature > properties > dac5PurposeCode`](#properties_dac5PurposeCode)
+ - [3.7. Property `GeoJSON Feature > properties > dataOwner`](#properties_dataOwner)
+ - [3.8. Property `GeoJSON Feature > properties > dateOfDataCollection`](#properties_dateOfDataCollection)
+ - [3.9. Property `GeoJSON Feature > properties > filenameOfAdditionalGeoData`](#properties_filenameOfAdditionalGeoData)
+ - [3.10. Property `GeoJSON Feature > properties > geographicExactness`](#properties_geographicExactness)
+ - [3.11. Property `GeoJSON Feature > properties > sector_location`](#properties_sector_location)
+ - [3.12. Property `GeoJSON Feature > properties > kfwProjectNoINPRO`](#properties_kfwProjectNoINPRO)
+ - [3.13. Property `GeoJSON Feature > properties > locationActivityStatus`](#properties_locationActivityStatus)
+ - [3.14. Property `GeoJSON Feature > properties > locationName`](#properties_locationName)
+ - [3.15. Property `GeoJSON Feature > properties > plannedOrActualEndDate`](#properties_plannedOrActualEndDate)
+ - [3.16. Property `GeoJSON Feature > properties > plannedOrActualStartDate`](#properties_plannedOrActualStartDate)
+ - [3.17. Property `GeoJSON Feature > properties > primaryKey`](#properties_primaryKey)
+ - [3.18. Property `GeoJSON Feature > properties > projectAcronym`](#properties_projectAcronym)
+ - [3.19. Property `GeoJSON Feature > properties > projectSpecificLocationIdentifier`](#properties_projectSpecificLocationIdentifier)
+ - [3.20. Property `GeoJSON Feature > properties > publishingRestrictions`](#properties_publishingRestrictions)
+ - [3.21. Property `GeoJSON Feature > properties > relatedCommunityVillageNeighborhood`](#properties_relatedCommunityVillageNeighborhood)
+ - [3.22. Property `GeoJSON Feature > properties > uniqueId`](#properties_uniqueId)
+- [4. Property `GeoJSON Feature > geometry`](#geometry)
+ - [4.1. Property `GeoJSON Feature > geometry > oneOf > item 0`](#geometry_oneOf_i0)
+ - [4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point`](#geometry_oneOf_i1)
+ - [4.2.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > type`](#geometry_oneOf_i1_type)
+ - [4.2.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates`](#geometry_oneOf_i1_coordinates)
+ - [4.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 0](#autogenerated_heading_2)
+ - [4.2.2.2. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 1](#autogenerated_heading_3)
+ - [4.2.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox`](#geometry_oneOf_i1_bbox)
+ - [4.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox > bbox items](#geometry_oneOf_i1_bbox_items)
+ - [4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString`](#geometry_oneOf_i2)
+ - [4.3.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > type`](#geometry_oneOf_i2_type)
+ - [4.3.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates`](#geometry_oneOf_i2_coordinates)
+ - [4.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items](#geometry_oneOf_i2_coordinates_items)
+ - [4.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i2_coordinates_items_items)
+ - [4.3.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox`](#geometry_oneOf_i2_bbox)
+ - [4.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox > bbox items](#geometry_oneOf_i2_bbox_items)
+ - [4.4. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon`](#geometry_oneOf_i3)
+ - [4.4.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > type`](#geometry_oneOf_i3_type)
+ - [4.4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates`](#geometry_oneOf_i3_coordinates)
+ - [4.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items](#geometry_oneOf_i3_coordinates_items)
+ - [4.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i3_coordinates_items_items)
+ - [4.4.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i3_coordinates_items_items_items)
+ - [4.4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox`](#geometry_oneOf_i3_bbox)
+ - [4.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox > bbox items](#geometry_oneOf_i3_bbox_items)
+ - [4.5. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint`](#geometry_oneOf_i4)
+ - [4.5.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > type`](#geometry_oneOf_i4_type)
+ - [4.5.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates`](#geometry_oneOf_i4_coordinates)
+ - [4.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items](#geometry_oneOf_i4_coordinates_items)
+ - [4.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i4_coordinates_items_items)
+ - [4.5.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox`](#geometry_oneOf_i4_bbox)
+ - [4.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox > bbox items](#geometry_oneOf_i4_bbox_items)
+ - [4.6. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString`](#geometry_oneOf_i5)
+ - [4.6.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > type`](#geometry_oneOf_i5_type)
+ - [4.6.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates`](#geometry_oneOf_i5_coordinates)
+ - [4.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items](#geometry_oneOf_i5_coordinates_items)
+ - [4.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i5_coordinates_items_items)
+ - [4.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i5_coordinates_items_items_items)
+ - [4.6.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox`](#geometry_oneOf_i5_bbox)
+ - [4.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox > bbox items](#geometry_oneOf_i5_bbox_items)
+ - [4.7. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon`](#geometry_oneOf_i6)
+ - [4.7.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > type`](#geometry_oneOf_i6_type)
+ - [4.7.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates`](#geometry_oneOf_i6_coordinates)
+ - [4.7.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items](#geometry_oneOf_i6_coordinates_items)
+ - [4.7.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i6_coordinates_items_items)
+ - [4.7.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i6_coordinates_items_items_items)
+ - [4.7.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items](#geometry_oneOf_i6_coordinates_items_items_items_items)
+ - [4.7.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox`](#geometry_oneOf_i6_bbox)
+ - [4.7.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox > bbox items](#geometry_oneOf_i6_bbox_items)
+ - [4.8. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection`](#geometry_oneOf_i7)
+ - [4.8.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > type`](#geometry_oneOf_i7_type)
+ - [4.8.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries`](#geometry_oneOf_i7_geometries)
+ - [4.8.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items](#geometry_oneOf_i7_geometries_items)
+ - [4.8.2.1.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point`](#geometry_oneOf_i7_geometries_items_oneOf_i0)
+ - [4.8.2.1.1.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > type`](#geometry_oneOf_i7_geometries_items_oneOf_i0_type)
+ - [4.8.2.1.1.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i0_coordinates)
+ - [4.8.2.1.1.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i0_coordinates_items)
+ - [4.8.2.1.1.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i0_bbox)
+ - [4.8.2.1.1.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i0_bbox_items)
+ - [4.8.2.1.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString`](#geometry_oneOf_i7_geometries_items_oneOf_i1)
+ - [4.8.2.1.2.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > type`](#geometry_oneOf_i7_geometries_items_oneOf_i1_type)
+ - [4.8.2.1.2.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates)
+ - [4.8.2.1.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates_items)
+ - [4.8.2.1.2.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates_items_items)
+ - [4.8.2.1.2.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i1_bbox)
+ - [4.8.2.1.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i1_bbox_items)
+ - [4.8.2.1.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon`](#geometry_oneOf_i7_geometries_items_oneOf_i2)
+ - [4.8.2.1.3.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > type`](#geometry_oneOf_i7_geometries_items_oneOf_i2_type)
+ - [4.8.2.1.3.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates)
+ - [4.8.2.1.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items)
+ - [4.8.2.1.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items_items)
+ - [4.8.2.1.3.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items_items_items)
+ - [4.8.2.1.3.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i2_bbox)
+ - [4.8.2.1.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i2_bbox_items)
+ - [4.8.2.1.4. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint`](#geometry_oneOf_i7_geometries_items_oneOf_i3)
+ - [4.8.2.1.4.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > type`](#geometry_oneOf_i7_geometries_items_oneOf_i3_type)
+ - [4.8.2.1.4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates)
+ - [4.8.2.1.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates_items)
+ - [4.8.2.1.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates_items_items)
+ - [4.8.2.1.4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i3_bbox)
+ - [4.8.2.1.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i3_bbox_items)
+ - [4.8.2.1.5. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString`](#geometry_oneOf_i7_geometries_items_oneOf_i4)
+ - [4.8.2.1.5.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > type`](#geometry_oneOf_i7_geometries_items_oneOf_i4_type)
+ - [4.8.2.1.5.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates)
+ - [4.8.2.1.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items)
+ - [4.8.2.1.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items_items)
+ - [4.8.2.1.5.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items_items_items)
+ - [4.8.2.1.5.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i4_bbox)
+ - [4.8.2.1.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i4_bbox_items)
+ - [4.8.2.1.6. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon`](#geometry_oneOf_i7_geometries_items_oneOf_i5)
+ - [4.8.2.1.6.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > type`](#geometry_oneOf_i7_geometries_items_oneOf_i5_type)
+ - [4.8.2.1.6.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates`](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates)
+ - [4.8.2.1.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items)
+ - [4.8.2.1.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items)
+ - [4.8.2.1.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items_items)
+ - [4.8.2.1.6.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items_items_items)
+ - [4.8.2.1.6.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox`](#geometry_oneOf_i7_geometries_items_oneOf_i5_bbox)
+ - [4.8.2.1.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox > bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i5_bbox_items)
+ - [4.8.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox`](#geometry_oneOf_i7_bbox)
+ - [4.8.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox > bbox items](#geometry_oneOf_i7_bbox_items)
+- [5. Property `GeoJSON Feature > bbox`](#bbox)
+ - [5.1. GeoJSON Feature > bbox > bbox items](#bbox_items)
+
+**Title:** GeoJSON Feature
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Main Schema with geometries and [project_data/project_core_schema](project_core_schema.md) properties. It is built hierarchially and is represented as Feature - a known Geojson Format.
In the properties are all the project information which is separated from the geometry.
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------- | ------- | ---------------- | ---------- | --------------------------- | ---------------------- |
+| + [type](#type ) | No | enum (of string) | No | - | - |
+| - [id](#id ) | No | Combination | No | - | - |
+| + [properties](#properties ) | No | object | No | In project_core_schema.json | Project Location Model |
+| + [geometry](#geometry ) | No | Combination | No | - | - |
+| - [bbox](#bbox ) | No | array of number | No | - | - |
+
+## 1. Property `GeoJSON Feature > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "Feature"
+
+## 2. Property `GeoJSON Feature > id`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ---------------------- |
+| [item 0](#id_oneOf_i0) |
+| [item 1](#id_oneOf_i1) |
+
+### 2.1. Property `GeoJSON Feature > id > oneOf > item 0`
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 2.2. Property `GeoJSON Feature > id > oneOf > item 1`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 3. Property `GeoJSON Feature > properties`
+
+**Title:** Project Location Model
+
+| | |
+| ------------------------- | ------------------------ |
+| **Type** | `object` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+| **Defined in** | project_core_schema.json |
+
+**Description:** This schema defines the structure of the project location model. It is used to validate the project location data provided by the KfW counterpart.
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------------------------------- | ------- | ----------------- | ---------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| + [schemeVersion](#properties_schemeVersion ) | No | const | No | - | - |
+| + [activityDescriptionGeneral](#properties_activityDescriptionGeneral ) | No | string | No | - | A short description of the main project activity in this location. |
+| - [additionalActivityDescription](#properties_additionalActivityDescription ) | No | string | No | - | Free text for additional location–specific information. |
+| - [alternativeLocationTypeName](#properties_alternativeLocationTypeName ) | No | string | No | - | If you selected 'other physical' or 'other immaterial' in the column 'Location Type Name', please propose your own location type name. |
+| - [budgetShare](#properties_budgetShare ) | No | number | No | - | The budget share allocated to this location in €. |
+| + [dac5PurposeCode](#properties_dac5PurposeCode ) | No | enum (of integer) | No | In dac5_schema.json | DAC 5 Purpose Code |
+| + [dataOwner](#properties_dataOwner ) | No | string | No | - | Legal entity that owns the data provided here (= legal authorship). |
+| - [dateOfDataCollection](#properties_dateOfDataCollection ) | No | string | No | - | Date of data collection or latest update. |
+| - [filenameOfAdditionalGeoData](#properties_filenameOfAdditionalGeoData ) | No | string | No | - | Filename of the KML file where the associated geometry information is found. |
+| + [geographicExactness](#properties_geographicExactness ) | No | enum (of string) | No | - | Please use 'exact' if you know the geographically exact end destination of a financial flow. |
+| + [sector_location](#properties_sector_location ) | No | enum (of null) | No | In sector_location_schema.json | Sectoral / cross-sectoral location type preselection field. / most appropriate location type |
+| + [kfwProjectNoINPRO](#properties_kfwProjectNoINPRO ) | No | string | No | - | Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW. |
+| - [locationActivityStatus](#properties_locationActivityStatus ) | No | enum (of string) | No | - | The location activity status according to the IATI standard. |
+| + [locationName](#properties_locationName ) | No | string | No | - | Short name of the project site ideally containing a summary of the main project activity and the location name. |
+| + [plannedOrActualEndDate](#properties_plannedOrActualEndDate ) | No | string | No | - | Approximate planned or actual end date of activities on the ground. |
+| + [plannedOrActualStartDate](#properties_plannedOrActualStartDate ) | No | string | No | - | Approximate planned or actual start date of implementation of activities on the ground. |
+| - [primaryKey](#properties_primaryKey ) | No | string | No | - | This is only required if you provide additional geolocation information in another KML file. |
+| - [projectAcronym](#properties_projectAcronym ) | No | string | No | - | Please enter the acronym used for the name/title of the project to be visible on your map. |
+| - [projectSpecificLocationIdentifier](#properties_projectSpecificLocationIdentifier ) | No | object | No | - | If the location or activity has a project-specific identifier, it can be entered here. |
+| + [publishingRestrictions](#properties_publishingRestrictions ) | No | enum (of string) | No | - | Indicates if this information is collected in fragile regions and should therefore be omitted from publicly available reports. |
+| - [relatedCommunityVillageNeighborhood](#properties_relatedCommunityVillageNeighborhood ) | No | string | No | - | You may enter a village, hamlet, or neighborhood name that relates to this location. |
+| - [uniqueId](#properties_uniqueId ) | No | string | No | - | For new locations, this column will be empty. For updates, your KfW counterpart will provide you with a list of unique_id numbers in this file to ensure that updated location IDs match with the former ones. |
+
+### 3.1. Property `GeoJSON Feature > properties > schemeVersion`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | Yes |
+
+Specific value: `"1.0"`
+
+### 3.2. Property `GeoJSON Feature > properties > activityDescriptionGeneral`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A short description of the main project activity in this location.
+
+### 3.3. Property `GeoJSON Feature > properties > additionalActivityDescription`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Free text for additional location–specific information.
+
+### 3.4. Property `GeoJSON Feature > properties > alternativeLocationTypeName`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** If you selected 'other physical' or 'other immaterial' in the column 'Location Type Name', please propose your own location type name.
+
+### 3.5. Property `GeoJSON Feature > properties > budgetShare`
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+**Description:** The budget share allocated to this location in €.
+
+### 3.6. Property `GeoJSON Feature > properties > dac5PurposeCode`
+
+**Title:** DAC 5 Purpose Code
+
+| | |
+| -------------- | ------------------- |
+| **Type** | `enum (of integer)` |
+| **Required** | Yes |
+| **Defined in** | dac5_schema.json |
+
+**Description:** The DAC 5 Purpose Codes for the entire project.
+
+Must be one of:
+* 11110
+* 11120
+* 11130
+* 11182
+* 11220
+* 11230
+* 11231
+* 11232
+* 11240
+* 11250
+* 11260
+* 11320
+* 11330
+* 11420
+* 11430
+* 12110
+* 12181
+* 12182
+* 12191
+* 12220
+* 12230
+* 12240
+* 12250
+* 12261
+* 12262
+* 12263
+* 12264
+* 12281
+* 12310
+* 12320
+* 12330
+* 12340
+* 12350
+* 12382
+* 13010
+* 13020
+* 13030
+* 13040
+* 13081
+* 14010
+* 14015
+* 14020
+* 14021
+* 14022
+* 14030
+* 14031
+* 14032
+* 14040
+* 14050
+* 14081
+* 15110
+* 15111
+* 15112
+* 15113
+* 15114
+* 15125
+* 15130
+* 15142
+* 15150
+* 15151
+* 15152
+* 15153
+* 15160
+* 15170
+* 15180
+* 15190
+* 15210
+* 15220
+* 15230
+* 15240
+* 15250
+* 15261
+* 16010
+* 16020
+* 16030
+* 16040
+* 16050
+* 16061
+* 16062
+* 16063
+* 16064
+* 16070
+* 16080
+* 21010
+* 21020
+* 21030
+* 21040
+* 21050
+* 21061
+* 21081
+* 22010
+* 22020
+* 22030
+* 22040
+* 23110
+* 23181
+* 23182
+* 23183
+* 23210
+* 23220
+* 23230
+* 23231
+* 23232
+* 23240
+* 23250
+* 23260
+* 23270
+* 23310
+* 23320
+* 23330
+* 23340
+* 23350
+* 23360
+* 23410
+* 23510
+* 23610
+* 23620
+* 23630
+* 23631
+* 23640
+* 23641
+* 23642
+* 24010
+* 24020
+* 24030
+* 24040
+* 24050
+* 24081
+* 25010
+* 25020
+* 25030
+* 25040
+* 31110
+* 31120
+* 31130
+* 31140
+* 31150
+* 31161
+* 31162
+* 31163
+* 31164
+* 31165
+* 31166
+* 31181
+* 31182
+* 31191
+* 31192
+* 31193
+* 31194
+* 31195
+* 31210
+* 31220
+* 31261
+* 31281
+* 31282
+* 31291
+* 31310
+* 31320
+* 31381
+* 31382
+* 31391
+* 32110
+* 32120
+* 32130
+* 32140
+* 32161
+* 32162
+* 32163
+* 32164
+* 32165
+* 32166
+* 32167
+* 32168
+* 32169
+* 32170
+* 32171
+* 32172
+* 32173
+* 32174
+* 32182
+* 32210
+* 32220
+* 32261
+* 32262
+* 32263
+* 32264
+* 32265
+* 32266
+* 32267
+* 32268
+* 32310
+* 33110
+* 33120
+* 33130
+* 33140
+* 33150
+* 33181
+* 33210
+* 41010
+* 41020
+* 41030
+* 41040
+* 41081
+* 41082
+* 43010
+* 43030
+* 43040
+* 43050
+* 43060
+* 43071
+* 43072
+* 43073
+* 43081
+* 43082
+* 51010
+* 52010
+* 53030
+* 53040
+* 60010
+* 60020
+* 60030
+* 60040
+* 60061
+* 60062
+* 60063
+* 72010
+* 72040
+* 72050
+* 73010
+* 74020
+* 91010
+* 93010
+* 99810
+* 99820
+
+### 3.7. Property `GeoJSON Feature > properties > dataOwner`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Legal entity that owns the data provided here (= legal authorship).
+
+### 3.8. Property `GeoJSON Feature > properties > dateOfDataCollection`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `date` |
+
+**Description:** Date of data collection or latest update.
+
+### 3.9. Property `GeoJSON Feature > properties > filenameOfAdditionalGeoData`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Filename of the KML file where the associated geometry information is found.
+
+### 3.10. Property `GeoJSON Feature > properties > geographicExactness`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+**Description:** Please use 'exact' if you know the geographically exact end destination of a financial flow.
+
+Must be one of:
+* "exact"
+* "approximate (yet unknown)"
+* "approximate (security)"
+* "approximate (admin unit)"
+
+### 3.11. Property `GeoJSON Feature > properties > sector_location`
+
+| | |
+| -------------- | --------------------------- |
+| **Type** | `enum (of null)` |
+| **Required** | Yes |
+| **Defined in** | sector_location_schema.json |
+
+**Description:** Sectoral / cross-sectoral location type preselection field. / most appropriate location type
+
+Must be one of:
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+
+### 3.12. Property `GeoJSON Feature > properties > kfwProjectNoINPRO`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW.
+
+### 3.13. Property `GeoJSON Feature > properties > locationActivityStatus`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | No |
+
+**Description:** The location activity status according to the IATI standard.
+
+Must be one of:
+* "NA"
+* "Pipeline/identification"
+* "Implementation"
+* "Finalisation"
+* "Closed"
+* "Cancelled"
+* "Suspended"
+
+### 3.14. Property `GeoJSON Feature > properties > locationName`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Short name of the project site ideally containing a summary of the main project activity and the location name.
+
+### 3.15. Property `GeoJSON Feature > properties > plannedOrActualEndDate`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `date` |
+
+**Description:** Approximate planned or actual end date of activities on the ground.
+
+### 3.16. Property `GeoJSON Feature > properties > plannedOrActualStartDate`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `date` |
+
+**Description:** Approximate planned or actual start date of implementation of activities on the ground.
+
+### 3.17. Property `GeoJSON Feature > properties > primaryKey`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** This is only required if you provide additional geolocation information in another KML file.
+
+### 3.18. Property `GeoJSON Feature > properties > projectAcronym`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Please enter the acronym used for the name/title of the project to be visible on your map.
+
+### 3.19. Property `GeoJSON Feature > properties > projectSpecificLocationIdentifier`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** If the location or activity has a project-specific identifier, it can be entered here.
+
+### 3.20. Property `GeoJSON Feature > properties > publishingRestrictions`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+**Description:** Indicates if this information is collected in fragile regions and should therefore be omitted from publicly available reports.
+
+Must be one of:
+* "yes"
+* "no"
+
+### 3.21. Property `GeoJSON Feature > properties > relatedCommunityVillageNeighborhood`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** You may enter a village, hamlet, or neighborhood name that relates to this location.
+
+### 3.22. Property `GeoJSON Feature > properties > uniqueId`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** For new locations, this column will be empty. For updates, your KfW counterpart will provide you with a list of unique_id numbers in this file to ensure that updated location IDs match with the former ones.
+
+## 4. Property `GeoJSON Feature > geometry`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | Yes |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ------------------------------------------------ |
+| [item 0](#geometry_oneOf_i0) |
+| [GeoJSON Point](#geometry_oneOf_i1) |
+| [GeoJSON LineString](#geometry_oneOf_i2) |
+| [GeoJSON Polygon](#geometry_oneOf_i3) |
+| [GeoJSON MultiPoint](#geometry_oneOf_i4) |
+| [GeoJSON MultiLineString](#geometry_oneOf_i5) |
+| [GeoJSON MultiPolygon](#geometry_oneOf_i6) |
+| [GeoJSON GeometryCollection](#geometry_oneOf_i7) |
+
+### 4.1. Property `GeoJSON Feature > geometry > oneOf > item 0`
+
+| | |
+| ------------ | ------ |
+| **Type** | `null` |
+| **Required** | No |
+
+### 4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point`
+
+**Title:** GeoJSON Point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i1_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i1_coordinates ) | No | array | No | - | - |
+| - [bbox](#geometry_oneOf_i1_bbox ) | No | array of number | No | - | - |
+
+#### 4.2.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "Point"
+
+#### 4.2.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | 2 |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------------- | ----------- |
+| [coordinates item 0](#geometry_oneOf_i1_coordinates_items_i0) | - |
+| [coordinates item 1](#geometry_oneOf_i1_coordinates_items_i1) | - |
+
+##### 4.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 0
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+| Restrictions | |
+| ------------ | --------- |
+| **Minimum** | ≥ -180 |
+| **Maximum** | ≤ 180 |
+
+##### 4.2.2.2. GeoJSON Feature > geometry > oneOf > GeoJSON Point > coordinates > coordinates item 1
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+| Restrictions | |
+| ------------ | -------- |
+| **Minimum** | ≥ -90 |
+| **Maximum** | ≤ 90 |
+
+#### 4.2.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i1_bbox_items) | - |
+
+##### 4.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Point > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString`
+
+**Title:** GeoJSON LineString
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i2_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i2_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i2_bbox ) | No | array of number | No | - | - |
+
+#### 4.3.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "LineString"
+
+#### 4.3.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i2_coordinates_items) | - |
+
+##### 4.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i2_coordinates_items_items) | - |
+
+###### 4.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.3.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i2_bbox_items) | - |
+
+##### 4.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON LineString > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.4. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon`
+
+**Title:** GeoJSON Polygon
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i3_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i3_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i3_bbox ) | No | array of number | No | - | - |
+
+#### 4.4.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "Polygon"
+
+#### 4.4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i3_coordinates_items) | - |
+
+##### 4.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i3_coordinates_items_items) | - |
+
+###### 4.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i3_coordinates_items_items_items) | - |
+
+###### 4.4.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i3_bbox_items) | - |
+
+##### 4.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON Polygon > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.5. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint`
+
+**Title:** GeoJSON MultiPoint
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i4_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i4_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i4_bbox ) | No | array of number | No | - | - |
+
+#### 4.5.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiPoint"
+
+#### 4.5.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i4_coordinates_items) | - |
+
+##### 4.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i4_coordinates_items_items) | - |
+
+###### 4.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.5.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i4_bbox_items) | - |
+
+##### 4.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPoint > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.6. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString`
+
+**Title:** GeoJSON MultiLineString
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i5_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i5_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i5_bbox ) | No | array of number | No | - | - |
+
+#### 4.6.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiLineString"
+
+#### 4.6.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i5_coordinates_items) | - |
+
+##### 4.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i5_coordinates_items_items) | - |
+
+###### 4.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i5_coordinates_items_items_items) | - |
+
+###### 4.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.6.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i5_bbox_items) | - |
+
+##### 4.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiLineString > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.7. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon`
+
+**Title:** GeoJSON MultiPolygon
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i6_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i6_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i6_bbox ) | No | array of number | No | - | - |
+
+#### 4.7.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiPolygon"
+
+#### 4.7.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i6_coordinates_items) | - |
+
+##### 4.7.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i6_coordinates_items_items) | - |
+
+###### 4.7.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i6_coordinates_items_items_items) | - |
+
+###### 4.7.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items items](#geometry_oneOf_i6_coordinates_items_items_items_items) | - |
+
+###### 4.7.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.7.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i6_bbox_items) | - |
+
+##### 4.7.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON MultiPolygon > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+### 4.8. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection`
+
+**Title:** GeoJSON GeometryCollection
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_type ) | No | enum (of string) | No | - | - |
+| + [geometries](#geometry_oneOf_i7_geometries ) | No | array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_bbox ) | No | array of number | No | - | - |
+
+#### 4.8.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "GeometryCollection"
+
+#### 4.8.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries`
+
+| | |
+| ------------ | ------- |
+| **Type** | `array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------------------- | ----------- |
+| [geometries items](#geometry_oneOf_i7_geometries_items) | - |
+
+##### 4.8.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| One of(Option) |
+| ----------------------------------------------------------------------- |
+| [GeoJSON Point](#geometry_oneOf_i7_geometries_items_oneOf_i0) |
+| [GeoJSON LineString](#geometry_oneOf_i7_geometries_items_oneOf_i1) |
+| [GeoJSON Polygon](#geometry_oneOf_i7_geometries_items_oneOf_i2) |
+| [GeoJSON MultiPoint](#geometry_oneOf_i7_geometries_items_oneOf_i3) |
+| [GeoJSON MultiLineString](#geometry_oneOf_i7_geometries_items_oneOf_i4) |
+| [GeoJSON MultiPolygon](#geometry_oneOf_i7_geometries_items_oneOf_i5) |
+
+###### 4.8.2.1.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point`
+
+**Title:** GeoJSON Point
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i0_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i0_coordinates ) | No | array of number | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i0_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.1.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "Point"
+
+###### 4.8.2.1.1.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i0_coordinates_items) | - |
+
+###### 4.8.2.1.1.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > coordinates > coordinates items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.1.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i0_bbox_items) | - |
+
+###### 4.8.2.1.1.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Point > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString`
+
+**Title:** GeoJSON LineString
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i1_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i1_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.2.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "LineString"
+
+###### 4.8.2.1.2.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates_items) | - |
+
+###### 4.8.2.1.2.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i1_coordinates_items_items) | - |
+
+###### 4.8.2.1.2.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.2.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i1_bbox_items) | - |
+
+###### 4.8.2.1.2.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON LineString > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon`
+
+**Title:** GeoJSON Polygon
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i2_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i2_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.3.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "Polygon"
+
+###### 4.8.2.1.3.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items) | - |
+
+###### 4.8.2.1.3.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items_items) | - |
+
+###### 4.8.2.1.3.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i2_coordinates_items_items_items) | - |
+
+###### 4.8.2.1.3.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.3.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i2_bbox_items) | - |
+
+###### 4.8.2.1.3.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON Polygon > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.4. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint`
+
+**Title:** GeoJSON MultiPoint
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i3_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i3_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.4.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiPoint"
+
+###### 4.8.2.1.4.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates_items) | - |
+
+###### 4.8.2.1.4.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i3_coordinates_items_items) | - |
+
+###### 4.8.2.1.4.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.4.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i3_bbox_items) | - |
+
+###### 4.8.2.1.4.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPoint > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.5. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString`
+
+**Title:** GeoJSON MultiLineString
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i4_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i4_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.5.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiLineString"
+
+###### 4.8.2.1.5.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items) | - |
+
+###### 4.8.2.1.5.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items_items) | - |
+
+###### 4.8.2.1.5.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i4_coordinates_items_items_items) | - |
+
+###### 4.8.2.1.5.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.5.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i4_bbox_items) | - |
+
+###### 4.8.2.1.5.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiLineString > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.6. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon`
+
+**Title:** GeoJSON MultiPolygon
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| -------------------------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------- |
+| + [type](#geometry_oneOf_i7_geometries_items_oneOf_i5_type ) | No | enum (of string) | No | - | - |
+| + [coordinates](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates ) | No | array of array | No | - | - |
+| - [bbox](#geometry_oneOf_i7_geometries_items_oneOf_i5_bbox ) | No | array of number | No | - | - |
+
+###### 4.8.2.1.6.1. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > type`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+Must be one of:
+* "MultiPolygon"
+
+###### 4.8.2.1.6.2. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates`
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | Yes |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------- | ----------- |
+| [coordinates items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items) | - |
+
+###### 4.8.2.1.6.2.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | N/A |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items) | - |
+
+###### 4.8.2.1.6.2.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `array of array` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items_items) | - |
+
+###### 4.8.2.1.6.2.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 2 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
+| [coordinates items items items items](#geometry_oneOf_i7_geometries_items_oneOf_i5_coordinates_items_items_items_items) | - |
+
+###### 4.8.2.1.6.2.1.1.1.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > coordinates > coordinates items > coordinates items items > coordinates items items items > coordinates items items items items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+###### 4.8.2.1.6.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| --------------------------------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_geometries_items_oneOf_i5_bbox_items) | - |
+
+###### 4.8.2.1.6.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > geometries > geometries items > oneOf > GeoJSON MultiPolygon > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+#### 4.8.3. Property `GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------------------- | ----------- |
+| [bbox items](#geometry_oneOf_i7_bbox_items) | - |
+
+##### 4.8.3.1. GeoJSON Feature > geometry > oneOf > GeoJSON GeometryCollection > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+## 5. Property `GeoJSON Feature > bbox`
+
+| | |
+| ------------ | ----------------- |
+| **Type** | `array of number` |
+| **Required** | No |
+
+| | Array restrictions |
+| -------------------- | ------------------ |
+| **Min items** | 4 |
+| **Max items** | N/A |
+| **Items unicity** | False |
+| **Additional items** | False |
+| **Tuple validation** | See below |
+
+| Each item of this array must be | Description |
+| ------------------------------- | ----------- |
+| [bbox items](#bbox_items) | - |
+
+### 5.1. GeoJSON Feature > bbox > bbox items
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-02-10 at 16:19:19 +0100
diff --git a/docs/dev/generated_sector_location_schema.md b/docs/dev/generated_sector_location_schema.md
new file mode 100644
index 0000000..037b4b8
--- /dev/null
+++ b/docs/dev/generated_sector_location_schema.md
@@ -0,0 +1,22385 @@
+# Sector Location Schema
+
+- [1. Property `Sector Location Schema > allOf > item 0`](#allOf_i0)
+ - [1.1. If (sector = "_Generic / Cross_Sectoral")](#autogenerated_heading_2)
+ - [1.1.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0`](#allOf_i0_then_anyOf_i0)
+ - [1.1.1.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type`](#allOf_i0_then_anyOf_i0_location_type)
+ - [1.1.1.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type_fr`](#allOf_i0_then_anyOf_i0_location_type_fr)
+ - [1.1.1.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type_de`](#allOf_i0_then_anyOf_i0_location_type_de)
+ - [1.1.1.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > code`](#allOf_i0_then_anyOf_i0_code)
+ - [1.1.1.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > character`](#allOf_i0_then_anyOf_i0_character)
+ - [1.1.1.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > description`](#allOf_i0_then_anyOf_i0_description)
+ - [1.1.1.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > geometry`](#allOf_i0_then_anyOf_i0_geometry)
+ - [1.1.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1`](#allOf_i0_then_anyOf_i1)
+ - [1.1.2.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type`](#allOf_i0_then_anyOf_i1_location_type)
+ - [1.1.2.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type_fr`](#allOf_i0_then_anyOf_i1_location_type_fr)
+ - [1.1.2.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type_de`](#allOf_i0_then_anyOf_i1_location_type_de)
+ - [1.1.2.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > code`](#allOf_i0_then_anyOf_i1_code)
+ - [1.1.2.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > character`](#allOf_i0_then_anyOf_i1_character)
+ - [1.1.2.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > description`](#allOf_i0_then_anyOf_i1_description)
+ - [1.1.2.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > geometry`](#allOf_i0_then_anyOf_i1_geometry)
+ - [1.1.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2`](#allOf_i0_then_anyOf_i2)
+ - [1.1.3.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type`](#allOf_i0_then_anyOf_i2_location_type)
+ - [1.1.3.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type_fr`](#allOf_i0_then_anyOf_i2_location_type_fr)
+ - [1.1.3.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type_de`](#allOf_i0_then_anyOf_i2_location_type_de)
+ - [1.1.3.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > code`](#allOf_i0_then_anyOf_i2_code)
+ - [1.1.3.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > character`](#allOf_i0_then_anyOf_i2_character)
+ - [1.1.3.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > geometry`](#allOf_i0_then_anyOf_i2_geometry)
+ - [1.1.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3`](#allOf_i0_then_anyOf_i3)
+ - [1.1.4.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type`](#allOf_i0_then_anyOf_i3_location_type)
+ - [1.1.4.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type_fr`](#allOf_i0_then_anyOf_i3_location_type_fr)
+ - [1.1.4.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type_de`](#allOf_i0_then_anyOf_i3_location_type_de)
+ - [1.1.4.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > code`](#allOf_i0_then_anyOf_i3_code)
+ - [1.1.4.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > character`](#allOf_i0_then_anyOf_i3_character)
+ - [1.1.4.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > description`](#allOf_i0_then_anyOf_i3_description)
+ - [1.1.4.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > geometry`](#allOf_i0_then_anyOf_i3_geometry)
+ - [1.1.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4`](#allOf_i0_then_anyOf_i4)
+ - [1.1.5.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type`](#allOf_i0_then_anyOf_i4_location_type)
+ - [1.1.5.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type_fr`](#allOf_i0_then_anyOf_i4_location_type_fr)
+ - [1.1.5.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type_de`](#allOf_i0_then_anyOf_i4_location_type_de)
+ - [1.1.5.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > code`](#allOf_i0_then_anyOf_i4_code)
+ - [1.1.5.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > character`](#allOf_i0_then_anyOf_i4_character)
+ - [1.1.5.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > description`](#allOf_i0_then_anyOf_i4_description)
+ - [1.1.5.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > geometry`](#allOf_i0_then_anyOf_i4_geometry)
+ - [1.1.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5`](#allOf_i0_then_anyOf_i5)
+ - [1.1.6.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type`](#allOf_i0_then_anyOf_i5_location_type)
+ - [1.1.6.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type_fr`](#allOf_i0_then_anyOf_i5_location_type_fr)
+ - [1.1.6.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type_de`](#allOf_i0_then_anyOf_i5_location_type_de)
+ - [1.1.6.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > code`](#allOf_i0_then_anyOf_i5_code)
+ - [1.1.6.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > character`](#allOf_i0_then_anyOf_i5_character)
+ - [1.1.6.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > description`](#allOf_i0_then_anyOf_i5_description)
+ - [1.1.6.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > geometry`](#allOf_i0_then_anyOf_i5_geometry)
+ - [1.1.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6`](#allOf_i0_then_anyOf_i6)
+ - [1.1.7.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type`](#allOf_i0_then_anyOf_i6_location_type)
+ - [1.1.7.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type_fr`](#allOf_i0_then_anyOf_i6_location_type_fr)
+ - [1.1.7.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type_de`](#allOf_i0_then_anyOf_i6_location_type_de)
+ - [1.1.7.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > code`](#allOf_i0_then_anyOf_i6_code)
+ - [1.1.7.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > character`](#allOf_i0_then_anyOf_i6_character)
+ - [1.1.7.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > geometry`](#allOf_i0_then_anyOf_i6_geometry)
+ - [1.1.8. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7`](#allOf_i0_then_anyOf_i7)
+ - [1.1.8.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type`](#allOf_i0_then_anyOf_i7_location_type)
+ - [1.1.8.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type_fr`](#allOf_i0_then_anyOf_i7_location_type_fr)
+ - [1.1.8.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type_de`](#allOf_i0_then_anyOf_i7_location_type_de)
+ - [1.1.8.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > code`](#allOf_i0_then_anyOf_i7_code)
+ - [1.1.8.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > character`](#allOf_i0_then_anyOf_i7_character)
+ - [1.1.8.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > geometry`](#allOf_i0_then_anyOf_i7_geometry)
+ - [1.1.9. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8`](#allOf_i0_then_anyOf_i8)
+ - [1.1.9.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type`](#allOf_i0_then_anyOf_i8_location_type)
+ - [1.1.9.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type_fr`](#allOf_i0_then_anyOf_i8_location_type_fr)
+ - [1.1.9.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type_de`](#allOf_i0_then_anyOf_i8_location_type_de)
+ - [1.1.9.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > code`](#allOf_i0_then_anyOf_i8_code)
+ - [1.1.9.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > character`](#allOf_i0_then_anyOf_i8_character)
+ - [1.1.9.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > geometry`](#allOf_i0_then_anyOf_i8_geometry)
+ - [1.1.10. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9`](#allOf_i0_then_anyOf_i9)
+ - [1.1.10.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type`](#allOf_i0_then_anyOf_i9_location_type)
+ - [1.1.10.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type_fr`](#allOf_i0_then_anyOf_i9_location_type_fr)
+ - [1.1.10.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type_de`](#allOf_i0_then_anyOf_i9_location_type_de)
+ - [1.1.10.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > code`](#allOf_i0_then_anyOf_i9_code)
+ - [1.1.10.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > character`](#allOf_i0_then_anyOf_i9_character)
+ - [1.1.10.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > geometry`](#allOf_i0_then_anyOf_i9_geometry)
+ - [1.1.11. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10`](#allOf_i0_then_anyOf_i10)
+ - [1.1.11.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type`](#allOf_i0_then_anyOf_i10_location_type)
+ - [1.1.11.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type_fr`](#allOf_i0_then_anyOf_i10_location_type_fr)
+ - [1.1.11.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type_de`](#allOf_i0_then_anyOf_i10_location_type_de)
+ - [1.1.11.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > code`](#allOf_i0_then_anyOf_i10_code)
+ - [1.1.11.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > character`](#allOf_i0_then_anyOf_i10_character)
+ - [1.1.11.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > description`](#allOf_i0_then_anyOf_i10_description)
+ - [1.1.11.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > geometry`](#allOf_i0_then_anyOf_i10_geometry)
+ - [1.1.12. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11`](#allOf_i0_then_anyOf_i11)
+ - [1.1.12.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type`](#allOf_i0_then_anyOf_i11_location_type)
+ - [1.1.12.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type_fr`](#allOf_i0_then_anyOf_i11_location_type_fr)
+ - [1.1.12.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type_de`](#allOf_i0_then_anyOf_i11_location_type_de)
+ - [1.1.12.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > code`](#allOf_i0_then_anyOf_i11_code)
+ - [1.1.12.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > character`](#allOf_i0_then_anyOf_i11_character)
+ - [1.1.12.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > description`](#allOf_i0_then_anyOf_i11_description)
+ - [1.1.12.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > geometry`](#allOf_i0_then_anyOf_i11_geometry)
+ - [1.1.13. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12`](#allOf_i0_then_anyOf_i12)
+ - [1.1.13.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type`](#allOf_i0_then_anyOf_i12_location_type)
+ - [1.1.13.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type_fr`](#allOf_i0_then_anyOf_i12_location_type_fr)
+ - [1.1.13.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type_de`](#allOf_i0_then_anyOf_i12_location_type_de)
+ - [1.1.13.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > code`](#allOf_i0_then_anyOf_i12_code)
+ - [1.1.13.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > character`](#allOf_i0_then_anyOf_i12_character)
+ - [1.1.13.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > geometry`](#allOf_i0_then_anyOf_i12_geometry)
+ - [1.1.14. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13`](#allOf_i0_then_anyOf_i13)
+ - [1.1.14.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type`](#allOf_i0_then_anyOf_i13_location_type)
+ - [1.1.14.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type_fr`](#allOf_i0_then_anyOf_i13_location_type_fr)
+ - [1.1.14.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type_de`](#allOf_i0_then_anyOf_i13_location_type_de)
+ - [1.1.14.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > code`](#allOf_i0_then_anyOf_i13_code)
+ - [1.1.14.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > character`](#allOf_i0_then_anyOf_i13_character)
+ - [1.1.14.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > geometry`](#allOf_i0_then_anyOf_i13_geometry)
+ - [1.1.15. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14`](#allOf_i0_then_anyOf_i14)
+ - [1.1.15.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type`](#allOf_i0_then_anyOf_i14_location_type)
+ - [1.1.15.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type_fr`](#allOf_i0_then_anyOf_i14_location_type_fr)
+ - [1.1.15.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type_de`](#allOf_i0_then_anyOf_i14_location_type_de)
+ - [1.1.15.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > code`](#allOf_i0_then_anyOf_i14_code)
+ - [1.1.15.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > character`](#allOf_i0_then_anyOf_i14_character)
+ - [1.1.15.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > geometry`](#allOf_i0_then_anyOf_i14_geometry)
+ - [1.1.16. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15`](#allOf_i0_then_anyOf_i15)
+ - [1.1.16.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type`](#allOf_i0_then_anyOf_i15_location_type)
+ - [1.1.16.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type_fr`](#allOf_i0_then_anyOf_i15_location_type_fr)
+ - [1.1.16.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type_de`](#allOf_i0_then_anyOf_i15_location_type_de)
+ - [1.1.16.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > code`](#allOf_i0_then_anyOf_i15_code)
+ - [1.1.16.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > character`](#allOf_i0_then_anyOf_i15_character)
+ - [1.1.16.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > description`](#allOf_i0_then_anyOf_i15_description)
+ - [1.1.16.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > geometry`](#allOf_i0_then_anyOf_i15_geometry)
+ - [1.1.17. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16`](#allOf_i0_then_anyOf_i16)
+ - [1.1.17.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type`](#allOf_i0_then_anyOf_i16_location_type)
+ - [1.1.17.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type_fr`](#allOf_i0_then_anyOf_i16_location_type_fr)
+ - [1.1.17.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type_de`](#allOf_i0_then_anyOf_i16_location_type_de)
+ - [1.1.17.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > code`](#allOf_i0_then_anyOf_i16_code)
+ - [1.1.17.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > character`](#allOf_i0_then_anyOf_i16_character)
+ - [1.1.17.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > geometry`](#allOf_i0_then_anyOf_i16_geometry)
+ - [1.1.18. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17`](#allOf_i0_then_anyOf_i17)
+ - [1.1.18.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type`](#allOf_i0_then_anyOf_i17_location_type)
+ - [1.1.18.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type_fr`](#allOf_i0_then_anyOf_i17_location_type_fr)
+ - [1.1.18.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type_de`](#allOf_i0_then_anyOf_i17_location_type_de)
+ - [1.1.18.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > code`](#allOf_i0_then_anyOf_i17_code)
+ - [1.1.18.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > character`](#allOf_i0_then_anyOf_i17_character)
+ - [1.1.18.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > geometry`](#allOf_i0_then_anyOf_i17_geometry)
+ - [1.1.19. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18`](#allOf_i0_then_anyOf_i18)
+ - [1.1.19.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type`](#allOf_i0_then_anyOf_i18_location_type)
+ - [1.1.19.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type_fr`](#allOf_i0_then_anyOf_i18_location_type_fr)
+ - [1.1.19.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type_de`](#allOf_i0_then_anyOf_i18_location_type_de)
+ - [1.1.19.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > code`](#allOf_i0_then_anyOf_i18_code)
+ - [1.1.19.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > character`](#allOf_i0_then_anyOf_i18_character)
+ - [1.1.19.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > geometry`](#allOf_i0_then_anyOf_i18_geometry)
+ - [1.1.20. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19`](#allOf_i0_then_anyOf_i19)
+ - [1.1.20.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type`](#allOf_i0_then_anyOf_i19_location_type)
+ - [1.1.20.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type_fr`](#allOf_i0_then_anyOf_i19_location_type_fr)
+ - [1.1.20.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type_de`](#allOf_i0_then_anyOf_i19_location_type_de)
+ - [1.1.20.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > code`](#allOf_i0_then_anyOf_i19_code)
+ - [1.1.20.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > character`](#allOf_i0_then_anyOf_i19_character)
+ - [1.1.20.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > geometry`](#allOf_i0_then_anyOf_i19_geometry)
+ - [1.1.21. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20`](#allOf_i0_then_anyOf_i20)
+ - [1.1.21.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type`](#allOf_i0_then_anyOf_i20_location_type)
+ - [1.1.21.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type_fr`](#allOf_i0_then_anyOf_i20_location_type_fr)
+ - [1.1.21.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type_de`](#allOf_i0_then_anyOf_i20_location_type_de)
+ - [1.1.21.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > code`](#allOf_i0_then_anyOf_i20_code)
+ - [1.1.21.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > character`](#allOf_i0_then_anyOf_i20_character)
+ - [1.1.21.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > geometry`](#allOf_i0_then_anyOf_i20_geometry)
+ - [1.1.22. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21`](#allOf_i0_then_anyOf_i21)
+ - [1.1.22.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type`](#allOf_i0_then_anyOf_i21_location_type)
+ - [1.1.22.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type_fr`](#allOf_i0_then_anyOf_i21_location_type_fr)
+ - [1.1.22.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type_de`](#allOf_i0_then_anyOf_i21_location_type_de)
+ - [1.1.22.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > code`](#allOf_i0_then_anyOf_i21_code)
+ - [1.1.22.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > character`](#allOf_i0_then_anyOf_i21_character)
+ - [1.1.22.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > geometry`](#allOf_i0_then_anyOf_i21_geometry)
+ - [1.1.23. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22`](#allOf_i0_then_anyOf_i22)
+ - [1.1.23.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type`](#allOf_i0_then_anyOf_i22_location_type)
+ - [1.1.23.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type_fr`](#allOf_i0_then_anyOf_i22_location_type_fr)
+ - [1.1.23.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type_de`](#allOf_i0_then_anyOf_i22_location_type_de)
+ - [1.1.23.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > code`](#allOf_i0_then_anyOf_i22_code)
+ - [1.1.23.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > character`](#allOf_i0_then_anyOf_i22_character)
+ - [1.1.23.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > geometry`](#allOf_i0_then_anyOf_i22_geometry)
+ - [1.1.24. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23`](#allOf_i0_then_anyOf_i23)
+ - [1.1.24.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type`](#allOf_i0_then_anyOf_i23_location_type)
+ - [1.1.24.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type_fr`](#allOf_i0_then_anyOf_i23_location_type_fr)
+ - [1.1.24.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type_de`](#allOf_i0_then_anyOf_i23_location_type_de)
+ - [1.1.24.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > code`](#allOf_i0_then_anyOf_i23_code)
+ - [1.1.24.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > character`](#allOf_i0_then_anyOf_i23_character)
+ - [1.1.24.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > geometry`](#allOf_i0_then_anyOf_i23_geometry)
+ - [1.1.25. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24`](#allOf_i0_then_anyOf_i24)
+ - [1.1.25.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type`](#allOf_i0_then_anyOf_i24_location_type)
+ - [1.1.25.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type_fr`](#allOf_i0_then_anyOf_i24_location_type_fr)
+ - [1.1.25.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type_de`](#allOf_i0_then_anyOf_i24_location_type_de)
+ - [1.1.25.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > code`](#allOf_i0_then_anyOf_i24_code)
+ - [1.1.25.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > character`](#allOf_i0_then_anyOf_i24_character)
+ - [1.1.25.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > geometry`](#allOf_i0_then_anyOf_i24_geometry)
+ - [1.1.26. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25`](#allOf_i0_then_anyOf_i25)
+ - [1.1.26.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type`](#allOf_i0_then_anyOf_i25_location_type)
+ - [1.1.26.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type_fr`](#allOf_i0_then_anyOf_i25_location_type_fr)
+ - [1.1.26.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type_de`](#allOf_i0_then_anyOf_i25_location_type_de)
+ - [1.1.26.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > code`](#allOf_i0_then_anyOf_i25_code)
+ - [1.1.26.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > character`](#allOf_i0_then_anyOf_i25_character)
+ - [1.1.26.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > geometry`](#allOf_i0_then_anyOf_i25_geometry)
+ - [1.1.27. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26`](#allOf_i0_then_anyOf_i26)
+ - [1.1.27.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type`](#allOf_i0_then_anyOf_i26_location_type)
+ - [1.1.27.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type_fr`](#allOf_i0_then_anyOf_i26_location_type_fr)
+ - [1.1.27.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type_de`](#allOf_i0_then_anyOf_i26_location_type_de)
+ - [1.1.27.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > code`](#allOf_i0_then_anyOf_i26_code)
+ - [1.1.27.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > character`](#allOf_i0_then_anyOf_i26_character)
+ - [1.1.27.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > geometry`](#allOf_i0_then_anyOf_i26_geometry)
+ - [1.1.28. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27`](#allOf_i0_then_anyOf_i27)
+ - [1.1.28.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type`](#allOf_i0_then_anyOf_i27_location_type)
+ - [1.1.28.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type_fr`](#allOf_i0_then_anyOf_i27_location_type_fr)
+ - [1.1.28.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type_de`](#allOf_i0_then_anyOf_i27_location_type_de)
+ - [1.1.28.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > code`](#allOf_i0_then_anyOf_i27_code)
+ - [1.1.28.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > character`](#allOf_i0_then_anyOf_i27_character)
+ - [1.1.28.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > geometry`](#allOf_i0_then_anyOf_i27_geometry)
+ - [1.1.29. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28`](#allOf_i0_then_anyOf_i28)
+ - [1.1.29.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type`](#allOf_i0_then_anyOf_i28_location_type)
+ - [1.1.29.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type_fr`](#allOf_i0_then_anyOf_i28_location_type_fr)
+ - [1.1.29.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type_de`](#allOf_i0_then_anyOf_i28_location_type_de)
+ - [1.1.29.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > code`](#allOf_i0_then_anyOf_i28_code)
+ - [1.1.29.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > character`](#allOf_i0_then_anyOf_i28_character)
+ - [1.1.29.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > geometry`](#allOf_i0_then_anyOf_i28_geometry)
+ - [1.1.30. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29`](#allOf_i0_then_anyOf_i29)
+ - [1.1.30.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type`](#allOf_i0_then_anyOf_i29_location_type)
+ - [1.1.30.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type_fr`](#allOf_i0_then_anyOf_i29_location_type_fr)
+ - [1.1.30.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type_de`](#allOf_i0_then_anyOf_i29_location_type_de)
+ - [1.1.30.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > code`](#allOf_i0_then_anyOf_i29_code)
+ - [1.1.30.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > character`](#allOf_i0_then_anyOf_i29_character)
+ - [1.1.30.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > geometry`](#allOf_i0_then_anyOf_i29_geometry)
+ - [1.1.31. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30`](#allOf_i0_then_anyOf_i30)
+ - [1.1.31.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type`](#allOf_i0_then_anyOf_i30_location_type)
+ - [1.1.31.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type_fr`](#allOf_i0_then_anyOf_i30_location_type_fr)
+ - [1.1.31.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type_de`](#allOf_i0_then_anyOf_i30_location_type_de)
+ - [1.1.31.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > code`](#allOf_i0_then_anyOf_i30_code)
+ - [1.1.31.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > character`](#allOf_i0_then_anyOf_i30_character)
+ - [1.1.31.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > geometry`](#allOf_i0_then_anyOf_i30_geometry)
+ - [1.1.32. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31`](#allOf_i0_then_anyOf_i31)
+ - [1.1.32.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type`](#allOf_i0_then_anyOf_i31_location_type)
+ - [1.1.32.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type_fr`](#allOf_i0_then_anyOf_i31_location_type_fr)
+ - [1.1.32.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type_de`](#allOf_i0_then_anyOf_i31_location_type_de)
+ - [1.1.32.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > code`](#allOf_i0_then_anyOf_i31_code)
+ - [1.1.32.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > character`](#allOf_i0_then_anyOf_i31_character)
+ - [1.1.32.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > geometry`](#allOf_i0_then_anyOf_i31_geometry)
+- [2. Property `Sector Location Schema > allOf > item 1`](#allOf_i1)
+ - [2.1. If (sector = "Agriculture / Rural_Development")](#autogenerated_heading_3)
+ - [2.1.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0`](#allOf_i1_then_anyOf_i0)
+ - [2.1.1.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type`](#allOf_i1_then_anyOf_i0_location_type)
+ - [2.1.1.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type_fr`](#allOf_i1_then_anyOf_i0_location_type_fr)
+ - [2.1.1.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type_de`](#allOf_i1_then_anyOf_i0_location_type_de)
+ - [2.1.1.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > code`](#allOf_i1_then_anyOf_i0_code)
+ - [2.1.1.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > character`](#allOf_i1_then_anyOf_i0_character)
+ - [2.1.1.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > geometry`](#allOf_i1_then_anyOf_i0_geometry)
+ - [2.1.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1`](#allOf_i1_then_anyOf_i1)
+ - [2.1.2.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type`](#allOf_i1_then_anyOf_i1_location_type)
+ - [2.1.2.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type_fr`](#allOf_i1_then_anyOf_i1_location_type_fr)
+ - [2.1.2.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type_de`](#allOf_i1_then_anyOf_i1_location_type_de)
+ - [2.1.2.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > code`](#allOf_i1_then_anyOf_i1_code)
+ - [2.1.2.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > character`](#allOf_i1_then_anyOf_i1_character)
+ - [2.1.2.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > geometry`](#allOf_i1_then_anyOf_i1_geometry)
+ - [2.1.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2`](#allOf_i1_then_anyOf_i2)
+ - [2.1.3.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type`](#allOf_i1_then_anyOf_i2_location_type)
+ - [2.1.3.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type_fr`](#allOf_i1_then_anyOf_i2_location_type_fr)
+ - [2.1.3.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type_de`](#allOf_i1_then_anyOf_i2_location_type_de)
+ - [2.1.3.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > code`](#allOf_i1_then_anyOf_i2_code)
+ - [2.1.3.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > character`](#allOf_i1_then_anyOf_i2_character)
+ - [2.1.3.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > description`](#allOf_i1_then_anyOf_i2_description)
+ - [2.1.3.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > geometry`](#allOf_i1_then_anyOf_i2_geometry)
+ - [2.1.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3`](#allOf_i1_then_anyOf_i3)
+ - [2.1.4.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type`](#allOf_i1_then_anyOf_i3_location_type)
+ - [2.1.4.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type_fr`](#allOf_i1_then_anyOf_i3_location_type_fr)
+ - [2.1.4.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type_de`](#allOf_i1_then_anyOf_i3_location_type_de)
+ - [2.1.4.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > code`](#allOf_i1_then_anyOf_i3_code)
+ - [2.1.4.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > character`](#allOf_i1_then_anyOf_i3_character)
+ - [2.1.4.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > geometry`](#allOf_i1_then_anyOf_i3_geometry)
+ - [2.1.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4`](#allOf_i1_then_anyOf_i4)
+ - [2.1.5.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type`](#allOf_i1_then_anyOf_i4_location_type)
+ - [2.1.5.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type_fr`](#allOf_i1_then_anyOf_i4_location_type_fr)
+ - [2.1.5.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type_de`](#allOf_i1_then_anyOf_i4_location_type_de)
+ - [2.1.5.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > code`](#allOf_i1_then_anyOf_i4_code)
+ - [2.1.5.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > character`](#allOf_i1_then_anyOf_i4_character)
+ - [2.1.5.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > description`](#allOf_i1_then_anyOf_i4_description)
+ - [2.1.5.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > geometry`](#allOf_i1_then_anyOf_i4_geometry)
+ - [2.1.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5`](#allOf_i1_then_anyOf_i5)
+ - [2.1.6.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type`](#allOf_i1_then_anyOf_i5_location_type)
+ - [2.1.6.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type_fr`](#allOf_i1_then_anyOf_i5_location_type_fr)
+ - [2.1.6.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type_de`](#allOf_i1_then_anyOf_i5_location_type_de)
+ - [2.1.6.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > code`](#allOf_i1_then_anyOf_i5_code)
+ - [2.1.6.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > character`](#allOf_i1_then_anyOf_i5_character)
+ - [2.1.6.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > description`](#allOf_i1_then_anyOf_i5_description)
+ - [2.1.6.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > geometry`](#allOf_i1_then_anyOf_i5_geometry)
+ - [2.1.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6`](#allOf_i1_then_anyOf_i6)
+ - [2.1.7.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type`](#allOf_i1_then_anyOf_i6_location_type)
+ - [2.1.7.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type_fr`](#allOf_i1_then_anyOf_i6_location_type_fr)
+ - [2.1.7.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type_de`](#allOf_i1_then_anyOf_i6_location_type_de)
+ - [2.1.7.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > code`](#allOf_i1_then_anyOf_i6_code)
+ - [2.1.7.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > character`](#allOf_i1_then_anyOf_i6_character)
+ - [2.1.7.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > description`](#allOf_i1_then_anyOf_i6_description)
+ - [2.1.7.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > geometry`](#allOf_i1_then_anyOf_i6_geometry)
+ - [2.1.8. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7`](#allOf_i1_then_anyOf_i7)
+ - [2.1.8.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type`](#allOf_i1_then_anyOf_i7_location_type)
+ - [2.1.8.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type_fr`](#allOf_i1_then_anyOf_i7_location_type_fr)
+ - [2.1.8.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type_de`](#allOf_i1_then_anyOf_i7_location_type_de)
+ - [2.1.8.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > code`](#allOf_i1_then_anyOf_i7_code)
+ - [2.1.8.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > character`](#allOf_i1_then_anyOf_i7_character)
+ - [2.1.8.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > geometry`](#allOf_i1_then_anyOf_i7_geometry)
+ - [2.1.9. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8`](#allOf_i1_then_anyOf_i8)
+ - [2.1.9.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type`](#allOf_i1_then_anyOf_i8_location_type)
+ - [2.1.9.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type_fr`](#allOf_i1_then_anyOf_i8_location_type_fr)
+ - [2.1.9.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type_de`](#allOf_i1_then_anyOf_i8_location_type_de)
+ - [2.1.9.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > code`](#allOf_i1_then_anyOf_i8_code)
+ - [2.1.9.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > character`](#allOf_i1_then_anyOf_i8_character)
+ - [2.1.9.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > description`](#allOf_i1_then_anyOf_i8_description)
+ - [2.1.9.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > geometry`](#allOf_i1_then_anyOf_i8_geometry)
+ - [2.1.10. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9`](#allOf_i1_then_anyOf_i9)
+ - [2.1.10.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type`](#allOf_i1_then_anyOf_i9_location_type)
+ - [2.1.10.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type_fr`](#allOf_i1_then_anyOf_i9_location_type_fr)
+ - [2.1.10.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type_de`](#allOf_i1_then_anyOf_i9_location_type_de)
+ - [2.1.10.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > code`](#allOf_i1_then_anyOf_i9_code)
+ - [2.1.10.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > character`](#allOf_i1_then_anyOf_i9_character)
+ - [2.1.10.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > geometry`](#allOf_i1_then_anyOf_i9_geometry)
+ - [2.1.11. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10`](#allOf_i1_then_anyOf_i10)
+ - [2.1.11.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type`](#allOf_i1_then_anyOf_i10_location_type)
+ - [2.1.11.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type_fr`](#allOf_i1_then_anyOf_i10_location_type_fr)
+ - [2.1.11.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type_de`](#allOf_i1_then_anyOf_i10_location_type_de)
+ - [2.1.11.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > code`](#allOf_i1_then_anyOf_i10_code)
+ - [2.1.11.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > character`](#allOf_i1_then_anyOf_i10_character)
+ - [2.1.11.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > description`](#allOf_i1_then_anyOf_i10_description)
+ - [2.1.11.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > geometry`](#allOf_i1_then_anyOf_i10_geometry)
+ - [2.1.12. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11`](#allOf_i1_then_anyOf_i11)
+ - [2.1.12.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type`](#allOf_i1_then_anyOf_i11_location_type)
+ - [2.1.12.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type_fr`](#allOf_i1_then_anyOf_i11_location_type_fr)
+ - [2.1.12.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type_de`](#allOf_i1_then_anyOf_i11_location_type_de)
+ - [2.1.12.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > code`](#allOf_i1_then_anyOf_i11_code)
+ - [2.1.12.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > character`](#allOf_i1_then_anyOf_i11_character)
+ - [2.1.12.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > geometry`](#allOf_i1_then_anyOf_i11_geometry)
+ - [2.1.13. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12`](#allOf_i1_then_anyOf_i12)
+ - [2.1.13.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type`](#allOf_i1_then_anyOf_i12_location_type)
+ - [2.1.13.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type_fr`](#allOf_i1_then_anyOf_i12_location_type_fr)
+ - [2.1.13.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type_de`](#allOf_i1_then_anyOf_i12_location_type_de)
+ - [2.1.13.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > code`](#allOf_i1_then_anyOf_i12_code)
+ - [2.1.13.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > character`](#allOf_i1_then_anyOf_i12_character)
+ - [2.1.13.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > geometry`](#allOf_i1_then_anyOf_i12_geometry)
+ - [2.1.14. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13`](#allOf_i1_then_anyOf_i13)
+ - [2.1.14.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type`](#allOf_i1_then_anyOf_i13_location_type)
+ - [2.1.14.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type_fr`](#allOf_i1_then_anyOf_i13_location_type_fr)
+ - [2.1.14.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type_de`](#allOf_i1_then_anyOf_i13_location_type_de)
+ - [2.1.14.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > code`](#allOf_i1_then_anyOf_i13_code)
+ - [2.1.14.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > character`](#allOf_i1_then_anyOf_i13_character)
+ - [2.1.14.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > description`](#allOf_i1_then_anyOf_i13_description)
+ - [2.1.14.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > geometry`](#allOf_i1_then_anyOf_i13_geometry)
+ - [2.1.15. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14`](#allOf_i1_then_anyOf_i14)
+ - [2.1.15.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type`](#allOf_i1_then_anyOf_i14_location_type)
+ - [2.1.15.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type_fr`](#allOf_i1_then_anyOf_i14_location_type_fr)
+ - [2.1.15.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type_de`](#allOf_i1_then_anyOf_i14_location_type_de)
+ - [2.1.15.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > code`](#allOf_i1_then_anyOf_i14_code)
+ - [2.1.15.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > character`](#allOf_i1_then_anyOf_i14_character)
+ - [2.1.15.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > geometry`](#allOf_i1_then_anyOf_i14_geometry)
+ - [2.1.16. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15`](#allOf_i1_then_anyOf_i15)
+ - [2.1.16.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type`](#allOf_i1_then_anyOf_i15_location_type)
+ - [2.1.16.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type_fr`](#allOf_i1_then_anyOf_i15_location_type_fr)
+ - [2.1.16.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type_de`](#allOf_i1_then_anyOf_i15_location_type_de)
+ - [2.1.16.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > code`](#allOf_i1_then_anyOf_i15_code)
+ - [2.1.16.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > character`](#allOf_i1_then_anyOf_i15_character)
+ - [2.1.16.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > geometry`](#allOf_i1_then_anyOf_i15_geometry)
+ - [2.1.17. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16`](#allOf_i1_then_anyOf_i16)
+ - [2.1.17.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type`](#allOf_i1_then_anyOf_i16_location_type)
+ - [2.1.17.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type_fr`](#allOf_i1_then_anyOf_i16_location_type_fr)
+ - [2.1.17.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type_de`](#allOf_i1_then_anyOf_i16_location_type_de)
+ - [2.1.17.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > code`](#allOf_i1_then_anyOf_i16_code)
+ - [2.1.17.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > character`](#allOf_i1_then_anyOf_i16_character)
+ - [2.1.17.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > geometry`](#allOf_i1_then_anyOf_i16_geometry)
+- [3. Property `Sector Location Schema > allOf > item 2`](#allOf_i2)
+ - [3.1. If (sector = "Aquaculture / Fishery")](#autogenerated_heading_4)
+ - [3.1.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0`](#allOf_i2_then_anyOf_i0)
+ - [3.1.1.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type`](#allOf_i2_then_anyOf_i0_location_type)
+ - [3.1.1.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type_fr`](#allOf_i2_then_anyOf_i0_location_type_fr)
+ - [3.1.1.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type_de`](#allOf_i2_then_anyOf_i0_location_type_de)
+ - [3.1.1.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > code`](#allOf_i2_then_anyOf_i0_code)
+ - [3.1.1.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > character`](#allOf_i2_then_anyOf_i0_character)
+ - [3.1.1.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > geometry`](#allOf_i2_then_anyOf_i0_geometry)
+ - [3.1.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1`](#allOf_i2_then_anyOf_i1)
+ - [3.1.2.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type`](#allOf_i2_then_anyOf_i1_location_type)
+ - [3.1.2.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type_fr`](#allOf_i2_then_anyOf_i1_location_type_fr)
+ - [3.1.2.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type_de`](#allOf_i2_then_anyOf_i1_location_type_de)
+ - [3.1.2.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > code`](#allOf_i2_then_anyOf_i1_code)
+ - [3.1.2.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > character`](#allOf_i2_then_anyOf_i1_character)
+ - [3.1.2.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > geometry`](#allOf_i2_then_anyOf_i1_geometry)
+ - [3.1.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2`](#allOf_i2_then_anyOf_i2)
+ - [3.1.3.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type`](#allOf_i2_then_anyOf_i2_location_type)
+ - [3.1.3.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type_fr`](#allOf_i2_then_anyOf_i2_location_type_fr)
+ - [3.1.3.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type_de`](#allOf_i2_then_anyOf_i2_location_type_de)
+ - [3.1.3.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > code`](#allOf_i2_then_anyOf_i2_code)
+ - [3.1.3.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > character`](#allOf_i2_then_anyOf_i2_character)
+ - [3.1.3.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > geometry`](#allOf_i2_then_anyOf_i2_geometry)
+ - [3.1.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3`](#allOf_i2_then_anyOf_i3)
+ - [3.1.4.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type`](#allOf_i2_then_anyOf_i3_location_type)
+ - [3.1.4.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type_fr`](#allOf_i2_then_anyOf_i3_location_type_fr)
+ - [3.1.4.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type_de`](#allOf_i2_then_anyOf_i3_location_type_de)
+ - [3.1.4.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > code`](#allOf_i2_then_anyOf_i3_code)
+ - [3.1.4.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > character`](#allOf_i2_then_anyOf_i3_character)
+ - [3.1.4.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > geometry`](#allOf_i2_then_anyOf_i3_geometry)
+ - [3.1.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4`](#allOf_i2_then_anyOf_i4)
+ - [3.1.5.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type`](#allOf_i2_then_anyOf_i4_location_type)
+ - [3.1.5.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type_fr`](#allOf_i2_then_anyOf_i4_location_type_fr)
+ - [3.1.5.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type_de`](#allOf_i2_then_anyOf_i4_location_type_de)
+ - [3.1.5.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > code`](#allOf_i2_then_anyOf_i4_code)
+ - [3.1.5.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > character`](#allOf_i2_then_anyOf_i4_character)
+ - [3.1.5.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > geometry`](#allOf_i2_then_anyOf_i4_geometry)
+ - [3.1.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5`](#allOf_i2_then_anyOf_i5)
+ - [3.1.6.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type`](#allOf_i2_then_anyOf_i5_location_type)
+ - [3.1.6.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type_fr`](#allOf_i2_then_anyOf_i5_location_type_fr)
+ - [3.1.6.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type_de`](#allOf_i2_then_anyOf_i5_location_type_de)
+ - [3.1.6.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > code`](#allOf_i2_then_anyOf_i5_code)
+ - [3.1.6.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > character`](#allOf_i2_then_anyOf_i5_character)
+ - [3.1.6.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > geometry`](#allOf_i2_then_anyOf_i5_geometry)
+ - [3.1.7. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6`](#allOf_i2_then_anyOf_i6)
+ - [3.1.7.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type`](#allOf_i2_then_anyOf_i6_location_type)
+ - [3.1.7.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type_fr`](#allOf_i2_then_anyOf_i6_location_type_fr)
+ - [3.1.7.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type_de`](#allOf_i2_then_anyOf_i6_location_type_de)
+ - [3.1.7.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > code`](#allOf_i2_then_anyOf_i6_code)
+ - [3.1.7.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > character`](#allOf_i2_then_anyOf_i6_character)
+ - [3.1.7.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > description`](#allOf_i2_then_anyOf_i6_description)
+ - [3.1.7.7. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > geometry`](#allOf_i2_then_anyOf_i6_geometry)
+- [4. Property `Sector Location Schema > allOf > item 3`](#allOf_i3)
+ - [4.1. If (sector = "Education")](#autogenerated_heading_5)
+ - [4.1.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0`](#allOf_i3_then_anyOf_i0)
+ - [4.1.1.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type`](#allOf_i3_then_anyOf_i0_location_type)
+ - [4.1.1.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type_fr`](#allOf_i3_then_anyOf_i0_location_type_fr)
+ - [4.1.1.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type_de`](#allOf_i3_then_anyOf_i0_location_type_de)
+ - [4.1.1.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > code`](#allOf_i3_then_anyOf_i0_code)
+ - [4.1.1.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > character`](#allOf_i3_then_anyOf_i0_character)
+ - [4.1.1.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > description`](#allOf_i3_then_anyOf_i0_description)
+ - [4.1.1.7. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > geometry`](#allOf_i3_then_anyOf_i0_geometry)
+ - [4.1.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1`](#allOf_i3_then_anyOf_i1)
+ - [4.1.2.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type`](#allOf_i3_then_anyOf_i1_location_type)
+ - [4.1.2.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type_fr`](#allOf_i3_then_anyOf_i1_location_type_fr)
+ - [4.1.2.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type_de`](#allOf_i3_then_anyOf_i1_location_type_de)
+ - [4.1.2.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > code`](#allOf_i3_then_anyOf_i1_code)
+ - [4.1.2.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > character`](#allOf_i3_then_anyOf_i1_character)
+ - [4.1.2.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > geometry`](#allOf_i3_then_anyOf_i1_geometry)
+ - [4.1.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2`](#allOf_i3_then_anyOf_i2)
+ - [4.1.3.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type`](#allOf_i3_then_anyOf_i2_location_type)
+ - [4.1.3.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type_fr`](#allOf_i3_then_anyOf_i2_location_type_fr)
+ - [4.1.3.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type_de`](#allOf_i3_then_anyOf_i2_location_type_de)
+ - [4.1.3.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > code`](#allOf_i3_then_anyOf_i2_code)
+ - [4.1.3.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > character`](#allOf_i3_then_anyOf_i2_character)
+ - [4.1.3.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > geometry`](#allOf_i3_then_anyOf_i2_geometry)
+ - [4.1.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3`](#allOf_i3_then_anyOf_i3)
+ - [4.1.4.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type`](#allOf_i3_then_anyOf_i3_location_type)
+ - [4.1.4.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type_fr`](#allOf_i3_then_anyOf_i3_location_type_fr)
+ - [4.1.4.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type_de`](#allOf_i3_then_anyOf_i3_location_type_de)
+ - [4.1.4.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > code`](#allOf_i3_then_anyOf_i3_code)
+ - [4.1.4.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > character`](#allOf_i3_then_anyOf_i3_character)
+ - [4.1.4.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > geometry`](#allOf_i3_then_anyOf_i3_geometry)
+- [5. Property `Sector Location Schema > allOf > item 4`](#allOf_i4)
+ - [5.1. If (sector = "Energy")](#autogenerated_heading_6)
+ - [5.1.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0`](#allOf_i4_then_anyOf_i0)
+ - [5.1.1.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type`](#allOf_i4_then_anyOf_i0_location_type)
+ - [5.1.1.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type_fr`](#allOf_i4_then_anyOf_i0_location_type_fr)
+ - [5.1.1.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type_de`](#allOf_i4_then_anyOf_i0_location_type_de)
+ - [5.1.1.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > code`](#allOf_i4_then_anyOf_i0_code)
+ - [5.1.1.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > character`](#allOf_i4_then_anyOf_i0_character)
+ - [5.1.1.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > geometry`](#allOf_i4_then_anyOf_i0_geometry)
+ - [5.1.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1`](#allOf_i4_then_anyOf_i1)
+ - [5.1.2.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type`](#allOf_i4_then_anyOf_i1_location_type)
+ - [5.1.2.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type_fr`](#allOf_i4_then_anyOf_i1_location_type_fr)
+ - [5.1.2.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type_de`](#allOf_i4_then_anyOf_i1_location_type_de)
+ - [5.1.2.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > code`](#allOf_i4_then_anyOf_i1_code)
+ - [5.1.2.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > character`](#allOf_i4_then_anyOf_i1_character)
+ - [5.1.2.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > geometry`](#allOf_i4_then_anyOf_i1_geometry)
+ - [5.1.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2`](#allOf_i4_then_anyOf_i2)
+ - [5.1.3.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type`](#allOf_i4_then_anyOf_i2_location_type)
+ - [5.1.3.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type_fr`](#allOf_i4_then_anyOf_i2_location_type_fr)
+ - [5.1.3.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type_de`](#allOf_i4_then_anyOf_i2_location_type_de)
+ - [5.1.3.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > code`](#allOf_i4_then_anyOf_i2_code)
+ - [5.1.3.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > character`](#allOf_i4_then_anyOf_i2_character)
+ - [5.1.3.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > geometry`](#allOf_i4_then_anyOf_i2_geometry)
+ - [5.1.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3`](#allOf_i4_then_anyOf_i3)
+ - [5.1.4.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type`](#allOf_i4_then_anyOf_i3_location_type)
+ - [5.1.4.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type_fr`](#allOf_i4_then_anyOf_i3_location_type_fr)
+ - [5.1.4.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type_de`](#allOf_i4_then_anyOf_i3_location_type_de)
+ - [5.1.4.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > code`](#allOf_i4_then_anyOf_i3_code)
+ - [5.1.4.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > character`](#allOf_i4_then_anyOf_i3_character)
+ - [5.1.4.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > geometry`](#allOf_i4_then_anyOf_i3_geometry)
+ - [5.1.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4`](#allOf_i4_then_anyOf_i4)
+ - [5.1.5.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type`](#allOf_i4_then_anyOf_i4_location_type)
+ - [5.1.5.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type_fr`](#allOf_i4_then_anyOf_i4_location_type_fr)
+ - [5.1.5.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type_de`](#allOf_i4_then_anyOf_i4_location_type_de)
+ - [5.1.5.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > code`](#allOf_i4_then_anyOf_i4_code)
+ - [5.1.5.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > character`](#allOf_i4_then_anyOf_i4_character)
+ - [5.1.5.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > geometry`](#allOf_i4_then_anyOf_i4_geometry)
+ - [5.1.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5`](#allOf_i4_then_anyOf_i5)
+ - [5.1.6.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type`](#allOf_i4_then_anyOf_i5_location_type)
+ - [5.1.6.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type_fr`](#allOf_i4_then_anyOf_i5_location_type_fr)
+ - [5.1.6.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type_de`](#allOf_i4_then_anyOf_i5_location_type_de)
+ - [5.1.6.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > code`](#allOf_i4_then_anyOf_i5_code)
+ - [5.1.6.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > character`](#allOf_i4_then_anyOf_i5_character)
+ - [5.1.6.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > geometry`](#allOf_i4_then_anyOf_i5_geometry)
+ - [5.1.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6`](#allOf_i4_then_anyOf_i6)
+ - [5.1.7.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type`](#allOf_i4_then_anyOf_i6_location_type)
+ - [5.1.7.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type_fr`](#allOf_i4_then_anyOf_i6_location_type_fr)
+ - [5.1.7.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type_de`](#allOf_i4_then_anyOf_i6_location_type_de)
+ - [5.1.7.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > code`](#allOf_i4_then_anyOf_i6_code)
+ - [5.1.7.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > character`](#allOf_i4_then_anyOf_i6_character)
+ - [5.1.7.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > geometry`](#allOf_i4_then_anyOf_i6_geometry)
+ - [5.1.8. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7`](#allOf_i4_then_anyOf_i7)
+ - [5.1.8.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type`](#allOf_i4_then_anyOf_i7_location_type)
+ - [5.1.8.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type_fr`](#allOf_i4_then_anyOf_i7_location_type_fr)
+ - [5.1.8.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type_de`](#allOf_i4_then_anyOf_i7_location_type_de)
+ - [5.1.8.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > code`](#allOf_i4_then_anyOf_i7_code)
+ - [5.1.8.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > character`](#allOf_i4_then_anyOf_i7_character)
+ - [5.1.8.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > geometry`](#allOf_i4_then_anyOf_i7_geometry)
+ - [5.1.9. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8`](#allOf_i4_then_anyOf_i8)
+ - [5.1.9.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type`](#allOf_i4_then_anyOf_i8_location_type)
+ - [5.1.9.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type_fr`](#allOf_i4_then_anyOf_i8_location_type_fr)
+ - [5.1.9.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type_de`](#allOf_i4_then_anyOf_i8_location_type_de)
+ - [5.1.9.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > code`](#allOf_i4_then_anyOf_i8_code)
+ - [5.1.9.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > character`](#allOf_i4_then_anyOf_i8_character)
+ - [5.1.9.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > description`](#allOf_i4_then_anyOf_i8_description)
+ - [5.1.9.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > geometry`](#allOf_i4_then_anyOf_i8_geometry)
+ - [5.1.10. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9`](#allOf_i4_then_anyOf_i9)
+ - [5.1.10.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type`](#allOf_i4_then_anyOf_i9_location_type)
+ - [5.1.10.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type_fr`](#allOf_i4_then_anyOf_i9_location_type_fr)
+ - [5.1.10.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type_de`](#allOf_i4_then_anyOf_i9_location_type_de)
+ - [5.1.10.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > code`](#allOf_i4_then_anyOf_i9_code)
+ - [5.1.10.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > character`](#allOf_i4_then_anyOf_i9_character)
+ - [5.1.10.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > description`](#allOf_i4_then_anyOf_i9_description)
+ - [5.1.10.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > geometry`](#allOf_i4_then_anyOf_i9_geometry)
+ - [5.1.11. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10`](#allOf_i4_then_anyOf_i10)
+ - [5.1.11.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type`](#allOf_i4_then_anyOf_i10_location_type)
+ - [5.1.11.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type_fr`](#allOf_i4_then_anyOf_i10_location_type_fr)
+ - [5.1.11.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type_de`](#allOf_i4_then_anyOf_i10_location_type_de)
+ - [5.1.11.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > code`](#allOf_i4_then_anyOf_i10_code)
+ - [5.1.11.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > character`](#allOf_i4_then_anyOf_i10_character)
+ - [5.1.11.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > description`](#allOf_i4_then_anyOf_i10_description)
+ - [5.1.11.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > geometry`](#allOf_i4_then_anyOf_i10_geometry)
+ - [5.1.12. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11`](#allOf_i4_then_anyOf_i11)
+ - [5.1.12.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type`](#allOf_i4_then_anyOf_i11_location_type)
+ - [5.1.12.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type_fr`](#allOf_i4_then_anyOf_i11_location_type_fr)
+ - [5.1.12.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type_de`](#allOf_i4_then_anyOf_i11_location_type_de)
+ - [5.1.12.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > code`](#allOf_i4_then_anyOf_i11_code)
+ - [5.1.12.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > character`](#allOf_i4_then_anyOf_i11_character)
+ - [5.1.12.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > geometry`](#allOf_i4_then_anyOf_i11_geometry)
+ - [5.1.13. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12`](#allOf_i4_then_anyOf_i12)
+ - [5.1.13.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type`](#allOf_i4_then_anyOf_i12_location_type)
+ - [5.1.13.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type_fr`](#allOf_i4_then_anyOf_i12_location_type_fr)
+ - [5.1.13.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type_de`](#allOf_i4_then_anyOf_i12_location_type_de)
+ - [5.1.13.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > code`](#allOf_i4_then_anyOf_i12_code)
+ - [5.1.13.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > character`](#allOf_i4_then_anyOf_i12_character)
+ - [5.1.13.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > geometry`](#allOf_i4_then_anyOf_i12_geometry)
+ - [5.1.14. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13`](#allOf_i4_then_anyOf_i13)
+ - [5.1.14.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type`](#allOf_i4_then_anyOf_i13_location_type)
+ - [5.1.14.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type_fr`](#allOf_i4_then_anyOf_i13_location_type_fr)
+ - [5.1.14.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type_de`](#allOf_i4_then_anyOf_i13_location_type_de)
+ - [5.1.14.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > code`](#allOf_i4_then_anyOf_i13_code)
+ - [5.1.14.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > character`](#allOf_i4_then_anyOf_i13_character)
+ - [5.1.14.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > geometry`](#allOf_i4_then_anyOf_i13_geometry)
+- [6. Property `Sector Location Schema > allOf > item 5`](#allOf_i5)
+ - [6.1. If (sector = "Financial_Sector_Development")](#autogenerated_heading_7)
+ - [6.1.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0`](#allOf_i5_then_anyOf_i0)
+ - [6.1.1.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type`](#allOf_i5_then_anyOf_i0_location_type)
+ - [6.1.1.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type_fr`](#allOf_i5_then_anyOf_i0_location_type_fr)
+ - [6.1.1.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type_de`](#allOf_i5_then_anyOf_i0_location_type_de)
+ - [6.1.1.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > code`](#allOf_i5_then_anyOf_i0_code)
+ - [6.1.1.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > character`](#allOf_i5_then_anyOf_i0_character)
+ - [6.1.1.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > description`](#allOf_i5_then_anyOf_i0_description)
+ - [6.1.1.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > geometry`](#allOf_i5_then_anyOf_i0_geometry)
+ - [6.1.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1`](#allOf_i5_then_anyOf_i1)
+ - [6.1.2.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type`](#allOf_i5_then_anyOf_i1_location_type)
+ - [6.1.2.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type_fr`](#allOf_i5_then_anyOf_i1_location_type_fr)
+ - [6.1.2.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type_de`](#allOf_i5_then_anyOf_i1_location_type_de)
+ - [6.1.2.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > code`](#allOf_i5_then_anyOf_i1_code)
+ - [6.1.2.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > character`](#allOf_i5_then_anyOf_i1_character)
+ - [6.1.2.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > geometry`](#allOf_i5_then_anyOf_i1_geometry)
+ - [6.1.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2`](#allOf_i5_then_anyOf_i2)
+ - [6.1.3.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type`](#allOf_i5_then_anyOf_i2_location_type)
+ - [6.1.3.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type_fr`](#allOf_i5_then_anyOf_i2_location_type_fr)
+ - [6.1.3.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type_de`](#allOf_i5_then_anyOf_i2_location_type_de)
+ - [6.1.3.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > code`](#allOf_i5_then_anyOf_i2_code)
+ - [6.1.3.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > character`](#allOf_i5_then_anyOf_i2_character)
+ - [6.1.3.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > geometry`](#allOf_i5_then_anyOf_i2_geometry)
+ - [6.1.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3`](#allOf_i5_then_anyOf_i3)
+ - [6.1.4.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type`](#allOf_i5_then_anyOf_i3_location_type)
+ - [6.1.4.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type_fr`](#allOf_i5_then_anyOf_i3_location_type_fr)
+ - [6.1.4.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type_de`](#allOf_i5_then_anyOf_i3_location_type_de)
+ - [6.1.4.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > code`](#allOf_i5_then_anyOf_i3_code)
+ - [6.1.4.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > character`](#allOf_i5_then_anyOf_i3_character)
+ - [6.1.4.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > geometry`](#allOf_i5_then_anyOf_i3_geometry)
+ - [6.1.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4`](#allOf_i5_then_anyOf_i4)
+ - [6.1.5.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type`](#allOf_i5_then_anyOf_i4_location_type)
+ - [6.1.5.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type_fr`](#allOf_i5_then_anyOf_i4_location_type_fr)
+ - [6.1.5.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type_de`](#allOf_i5_then_anyOf_i4_location_type_de)
+ - [6.1.5.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > code`](#allOf_i5_then_anyOf_i4_code)
+ - [6.1.5.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > character`](#allOf_i5_then_anyOf_i4_character)
+ - [6.1.5.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > geometry`](#allOf_i5_then_anyOf_i4_geometry)
+ - [6.1.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5`](#allOf_i5_then_anyOf_i5)
+ - [6.1.6.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type`](#allOf_i5_then_anyOf_i5_location_type)
+ - [6.1.6.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type_fr`](#allOf_i5_then_anyOf_i5_location_type_fr)
+ - [6.1.6.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type_de`](#allOf_i5_then_anyOf_i5_location_type_de)
+ - [6.1.6.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > code`](#allOf_i5_then_anyOf_i5_code)
+ - [6.1.6.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > character`](#allOf_i5_then_anyOf_i5_character)
+ - [6.1.6.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > geometry`](#allOf_i5_then_anyOf_i5_geometry)
+ - [6.1.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6`](#allOf_i5_then_anyOf_i6)
+ - [6.1.7.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type`](#allOf_i5_then_anyOf_i6_location_type)
+ - [6.1.7.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type_fr`](#allOf_i5_then_anyOf_i6_location_type_fr)
+ - [6.1.7.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type_de`](#allOf_i5_then_anyOf_i6_location_type_de)
+ - [6.1.7.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > code`](#allOf_i5_then_anyOf_i6_code)
+ - [6.1.7.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > character`](#allOf_i5_then_anyOf_i6_character)
+ - [6.1.7.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > description`](#allOf_i5_then_anyOf_i6_description)
+ - [6.1.7.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > geometry`](#allOf_i5_then_anyOf_i6_geometry)
+ - [6.1.8. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7`](#allOf_i5_then_anyOf_i7)
+ - [6.1.8.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type`](#allOf_i5_then_anyOf_i7_location_type)
+ - [6.1.8.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type_fr`](#allOf_i5_then_anyOf_i7_location_type_fr)
+ - [6.1.8.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type_de`](#allOf_i5_then_anyOf_i7_location_type_de)
+ - [6.1.8.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > code`](#allOf_i5_then_anyOf_i7_code)
+ - [6.1.8.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > character`](#allOf_i5_then_anyOf_i7_character)
+ - [6.1.8.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > description`](#allOf_i5_then_anyOf_i7_description)
+ - [6.1.8.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > geometry`](#allOf_i5_then_anyOf_i7_geometry)
+ - [6.1.9. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8`](#allOf_i5_then_anyOf_i8)
+ - [6.1.9.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type`](#allOf_i5_then_anyOf_i8_location_type)
+ - [6.1.9.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type_fr`](#allOf_i5_then_anyOf_i8_location_type_fr)
+ - [6.1.9.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type_de`](#allOf_i5_then_anyOf_i8_location_type_de)
+ - [6.1.9.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > code`](#allOf_i5_then_anyOf_i8_code)
+ - [6.1.9.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > character`](#allOf_i5_then_anyOf_i8_character)
+ - [6.1.9.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > geometry`](#allOf_i5_then_anyOf_i8_geometry)
+ - [6.1.10. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9`](#allOf_i5_then_anyOf_i9)
+ - [6.1.10.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type`](#allOf_i5_then_anyOf_i9_location_type)
+ - [6.1.10.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type_fr`](#allOf_i5_then_anyOf_i9_location_type_fr)
+ - [6.1.10.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type_de`](#allOf_i5_then_anyOf_i9_location_type_de)
+ - [6.1.10.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > code`](#allOf_i5_then_anyOf_i9_code)
+ - [6.1.10.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > character`](#allOf_i5_then_anyOf_i9_character)
+ - [6.1.10.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > geometry`](#allOf_i5_then_anyOf_i9_geometry)
+ - [6.1.11. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10`](#allOf_i5_then_anyOf_i10)
+ - [6.1.11.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type`](#allOf_i5_then_anyOf_i10_location_type)
+ - [6.1.11.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type_fr`](#allOf_i5_then_anyOf_i10_location_type_fr)
+ - [6.1.11.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type_de`](#allOf_i5_then_anyOf_i10_location_type_de)
+ - [6.1.11.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > code`](#allOf_i5_then_anyOf_i10_code)
+ - [6.1.11.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > character`](#allOf_i5_then_anyOf_i10_character)
+ - [6.1.11.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > geometry`](#allOf_i5_then_anyOf_i10_geometry)
+ - [6.1.12. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11`](#allOf_i5_then_anyOf_i11)
+ - [6.1.12.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type`](#allOf_i5_then_anyOf_i11_location_type)
+ - [6.1.12.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type_fr`](#allOf_i5_then_anyOf_i11_location_type_fr)
+ - [6.1.12.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type_de`](#allOf_i5_then_anyOf_i11_location_type_de)
+ - [6.1.12.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > code`](#allOf_i5_then_anyOf_i11_code)
+ - [6.1.12.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > character`](#allOf_i5_then_anyOf_i11_character)
+ - [6.1.12.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > geometry`](#allOf_i5_then_anyOf_i11_geometry)
+ - [6.1.13. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12`](#allOf_i5_then_anyOf_i12)
+ - [6.1.13.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type`](#allOf_i5_then_anyOf_i12_location_type)
+ - [6.1.13.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type_fr`](#allOf_i5_then_anyOf_i12_location_type_fr)
+ - [6.1.13.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type_de`](#allOf_i5_then_anyOf_i12_location_type_de)
+ - [6.1.13.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > code`](#allOf_i5_then_anyOf_i12_code)
+ - [6.1.13.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > character`](#allOf_i5_then_anyOf_i12_character)
+ - [6.1.13.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > geometry`](#allOf_i5_then_anyOf_i12_geometry)
+- [7. Property `Sector Location Schema > allOf > item 6`](#allOf_i6)
+ - [7.1. If (sector = "Governance / Decentralization")](#autogenerated_heading_8)
+ - [7.1.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0`](#allOf_i6_then_anyOf_i0)
+ - [7.1.1.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type`](#allOf_i6_then_anyOf_i0_location_type)
+ - [7.1.1.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type_fr`](#allOf_i6_then_anyOf_i0_location_type_fr)
+ - [7.1.1.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type_de`](#allOf_i6_then_anyOf_i0_location_type_de)
+ - [7.1.1.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > code`](#allOf_i6_then_anyOf_i0_code)
+ - [7.1.1.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > character`](#allOf_i6_then_anyOf_i0_character)
+ - [7.1.1.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > geometry`](#allOf_i6_then_anyOf_i0_geometry)
+ - [7.1.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1`](#allOf_i6_then_anyOf_i1)
+ - [7.1.2.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type`](#allOf_i6_then_anyOf_i1_location_type)
+ - [7.1.2.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type_fr`](#allOf_i6_then_anyOf_i1_location_type_fr)
+ - [7.1.2.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type_de`](#allOf_i6_then_anyOf_i1_location_type_de)
+ - [7.1.2.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > code`](#allOf_i6_then_anyOf_i1_code)
+ - [7.1.2.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > character`](#allOf_i6_then_anyOf_i1_character)
+ - [7.1.2.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > geometry`](#allOf_i6_then_anyOf_i1_geometry)
+ - [7.1.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2`](#allOf_i6_then_anyOf_i2)
+ - [7.1.3.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type`](#allOf_i6_then_anyOf_i2_location_type)
+ - [7.1.3.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type_fr`](#allOf_i6_then_anyOf_i2_location_type_fr)
+ - [7.1.3.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type_de`](#allOf_i6_then_anyOf_i2_location_type_de)
+ - [7.1.3.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > code`](#allOf_i6_then_anyOf_i2_code)
+ - [7.1.3.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > character`](#allOf_i6_then_anyOf_i2_character)
+ - [7.1.3.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > geometry`](#allOf_i6_then_anyOf_i2_geometry)
+ - [7.1.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3`](#allOf_i6_then_anyOf_i3)
+ - [7.1.4.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type`](#allOf_i6_then_anyOf_i3_location_type)
+ - [7.1.4.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type_fr`](#allOf_i6_then_anyOf_i3_location_type_fr)
+ - [7.1.4.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type_de`](#allOf_i6_then_anyOf_i3_location_type_de)
+ - [7.1.4.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > code`](#allOf_i6_then_anyOf_i3_code)
+ - [7.1.4.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > character`](#allOf_i6_then_anyOf_i3_character)
+ - [7.1.4.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > description`](#allOf_i6_then_anyOf_i3_description)
+ - [7.1.4.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > geometry`](#allOf_i6_then_anyOf_i3_geometry)
+ - [7.1.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4`](#allOf_i6_then_anyOf_i4)
+ - [7.1.5.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type`](#allOf_i6_then_anyOf_i4_location_type)
+ - [7.1.5.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type_fr`](#allOf_i6_then_anyOf_i4_location_type_fr)
+ - [7.1.5.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type_de`](#allOf_i6_then_anyOf_i4_location_type_de)
+ - [7.1.5.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > code`](#allOf_i6_then_anyOf_i4_code)
+ - [7.1.5.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > character`](#allOf_i6_then_anyOf_i4_character)
+ - [7.1.5.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > geometry`](#allOf_i6_then_anyOf_i4_geometry)
+ - [7.1.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5`](#allOf_i6_then_anyOf_i5)
+ - [7.1.6.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type`](#allOf_i6_then_anyOf_i5_location_type)
+ - [7.1.6.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type_fr`](#allOf_i6_then_anyOf_i5_location_type_fr)
+ - [7.1.6.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type_de`](#allOf_i6_then_anyOf_i5_location_type_de)
+ - [7.1.6.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > code`](#allOf_i6_then_anyOf_i5_code)
+ - [7.1.6.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > character`](#allOf_i6_then_anyOf_i5_character)
+ - [7.1.6.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > description`](#allOf_i6_then_anyOf_i5_description)
+ - [7.1.6.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > geometry`](#allOf_i6_then_anyOf_i5_geometry)
+ - [7.1.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6`](#allOf_i6_then_anyOf_i6)
+ - [7.1.7.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type`](#allOf_i6_then_anyOf_i6_location_type)
+ - [7.1.7.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type_fr`](#allOf_i6_then_anyOf_i6_location_type_fr)
+ - [7.1.7.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type_de`](#allOf_i6_then_anyOf_i6_location_type_de)
+ - [7.1.7.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > code`](#allOf_i6_then_anyOf_i6_code)
+ - [7.1.7.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > character`](#allOf_i6_then_anyOf_i6_character)
+ - [7.1.7.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > description`](#allOf_i6_then_anyOf_i6_description)
+ - [7.1.7.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > geometry`](#allOf_i6_then_anyOf_i6_geometry)
+ - [7.1.8. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7`](#allOf_i6_then_anyOf_i7)
+ - [7.1.8.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type`](#allOf_i6_then_anyOf_i7_location_type)
+ - [7.1.8.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type_fr`](#allOf_i6_then_anyOf_i7_location_type_fr)
+ - [7.1.8.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type_de`](#allOf_i6_then_anyOf_i7_location_type_de)
+ - [7.1.8.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > code`](#allOf_i6_then_anyOf_i7_code)
+ - [7.1.8.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > character`](#allOf_i6_then_anyOf_i7_character)
+ - [7.1.8.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > geometry`](#allOf_i6_then_anyOf_i7_geometry)
+ - [7.1.9. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8`](#allOf_i6_then_anyOf_i8)
+ - [7.1.9.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type`](#allOf_i6_then_anyOf_i8_location_type)
+ - [7.1.9.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type_fr`](#allOf_i6_then_anyOf_i8_location_type_fr)
+ - [7.1.9.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type_de`](#allOf_i6_then_anyOf_i8_location_type_de)
+ - [7.1.9.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > code`](#allOf_i6_then_anyOf_i8_code)
+ - [7.1.9.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > character`](#allOf_i6_then_anyOf_i8_character)
+ - [7.1.9.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > geometry`](#allOf_i6_then_anyOf_i8_geometry)
+ - [7.1.10. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9`](#allOf_i6_then_anyOf_i9)
+ - [7.1.10.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type`](#allOf_i6_then_anyOf_i9_location_type)
+ - [7.1.10.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type_fr`](#allOf_i6_then_anyOf_i9_location_type_fr)
+ - [7.1.10.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type_de`](#allOf_i6_then_anyOf_i9_location_type_de)
+ - [7.1.10.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > code`](#allOf_i6_then_anyOf_i9_code)
+ - [7.1.10.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > character`](#allOf_i6_then_anyOf_i9_character)
+ - [7.1.10.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > geometry`](#allOf_i6_then_anyOf_i9_geometry)
+ - [7.1.11. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10`](#allOf_i6_then_anyOf_i10)
+ - [7.1.11.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type`](#allOf_i6_then_anyOf_i10_location_type)
+ - [7.1.11.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type_fr`](#allOf_i6_then_anyOf_i10_location_type_fr)
+ - [7.1.11.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type_de`](#allOf_i6_then_anyOf_i10_location_type_de)
+ - [7.1.11.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > code`](#allOf_i6_then_anyOf_i10_code)
+ - [7.1.11.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > character`](#allOf_i6_then_anyOf_i10_character)
+ - [7.1.11.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > geometry`](#allOf_i6_then_anyOf_i10_geometry)
+ - [7.1.12. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11`](#allOf_i6_then_anyOf_i11)
+ - [7.1.12.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type`](#allOf_i6_then_anyOf_i11_location_type)
+ - [7.1.12.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type_fr`](#allOf_i6_then_anyOf_i11_location_type_fr)
+ - [7.1.12.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type_de`](#allOf_i6_then_anyOf_i11_location_type_de)
+ - [7.1.12.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > code`](#allOf_i6_then_anyOf_i11_code)
+ - [7.1.12.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > character`](#allOf_i6_then_anyOf_i11_character)
+ - [7.1.12.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > geometry`](#allOf_i6_then_anyOf_i11_geometry)
+ - [7.1.13. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12`](#allOf_i6_then_anyOf_i12)
+ - [7.1.13.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type`](#allOf_i6_then_anyOf_i12_location_type)
+ - [7.1.13.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type_fr`](#allOf_i6_then_anyOf_i12_location_type_fr)
+ - [7.1.13.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type_de`](#allOf_i6_then_anyOf_i12_location_type_de)
+ - [7.1.13.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > code`](#allOf_i6_then_anyOf_i12_code)
+ - [7.1.13.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > character`](#allOf_i6_then_anyOf_i12_character)
+ - [7.1.13.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > geometry`](#allOf_i6_then_anyOf_i12_geometry)
+ - [7.1.14. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13`](#allOf_i6_then_anyOf_i13)
+ - [7.1.14.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type`](#allOf_i6_then_anyOf_i13_location_type)
+ - [7.1.14.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type_fr`](#allOf_i6_then_anyOf_i13_location_type_fr)
+ - [7.1.14.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type_de`](#allOf_i6_then_anyOf_i13_location_type_de)
+ - [7.1.14.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > code`](#allOf_i6_then_anyOf_i13_code)
+ - [7.1.14.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > character`](#allOf_i6_then_anyOf_i13_character)
+ - [7.1.14.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > geometry`](#allOf_i6_then_anyOf_i13_geometry)
+ - [7.1.15. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14`](#allOf_i6_then_anyOf_i14)
+ - [7.1.15.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type`](#allOf_i6_then_anyOf_i14_location_type)
+ - [7.1.15.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type_fr`](#allOf_i6_then_anyOf_i14_location_type_fr)
+ - [7.1.15.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type_de`](#allOf_i6_then_anyOf_i14_location_type_de)
+ - [7.1.15.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > code`](#allOf_i6_then_anyOf_i14_code)
+ - [7.1.15.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > character`](#allOf_i6_then_anyOf_i14_character)
+ - [7.1.15.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > geometry`](#allOf_i6_then_anyOf_i14_geometry)
+ - [7.1.16. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15`](#allOf_i6_then_anyOf_i15)
+ - [7.1.16.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type`](#allOf_i6_then_anyOf_i15_location_type)
+ - [7.1.16.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type_fr`](#allOf_i6_then_anyOf_i15_location_type_fr)
+ - [7.1.16.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type_de`](#allOf_i6_then_anyOf_i15_location_type_de)
+ - [7.1.16.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > code`](#allOf_i6_then_anyOf_i15_code)
+ - [7.1.16.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > character`](#allOf_i6_then_anyOf_i15_character)
+ - [7.1.16.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > geometry`](#allOf_i6_then_anyOf_i15_geometry)
+ - [7.1.17. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16`](#allOf_i6_then_anyOf_i16)
+ - [7.1.17.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type`](#allOf_i6_then_anyOf_i16_location_type)
+ - [7.1.17.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type_fr`](#allOf_i6_then_anyOf_i16_location_type_fr)
+ - [7.1.17.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type_de`](#allOf_i6_then_anyOf_i16_location_type_de)
+ - [7.1.17.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > code`](#allOf_i6_then_anyOf_i16_code)
+ - [7.1.17.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > character`](#allOf_i6_then_anyOf_i16_character)
+ - [7.1.17.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > geometry`](#allOf_i6_then_anyOf_i16_geometry)
+ - [7.1.18. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17`](#allOf_i6_then_anyOf_i17)
+ - [7.1.18.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type`](#allOf_i6_then_anyOf_i17_location_type)
+ - [7.1.18.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type_fr`](#allOf_i6_then_anyOf_i17_location_type_fr)
+ - [7.1.18.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type_de`](#allOf_i6_then_anyOf_i17_location_type_de)
+ - [7.1.18.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > code`](#allOf_i6_then_anyOf_i17_code)
+ - [7.1.18.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > character`](#allOf_i6_then_anyOf_i17_character)
+ - [7.1.18.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > geometry`](#allOf_i6_then_anyOf_i17_geometry)
+- [8. Property `Sector Location Schema > allOf > item 7`](#allOf_i7)
+ - [8.1. If (sector = "Health")](#autogenerated_heading_9)
+ - [8.1.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0`](#allOf_i7_then_anyOf_i0)
+ - [8.1.1.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type`](#allOf_i7_then_anyOf_i0_location_type)
+ - [8.1.1.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type_fr`](#allOf_i7_then_anyOf_i0_location_type_fr)
+ - [8.1.1.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type_de`](#allOf_i7_then_anyOf_i0_location_type_de)
+ - [8.1.1.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > code`](#allOf_i7_then_anyOf_i0_code)
+ - [8.1.1.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > character`](#allOf_i7_then_anyOf_i0_character)
+ - [8.1.1.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > description`](#allOf_i7_then_anyOf_i0_description)
+ - [8.1.1.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > geometry`](#allOf_i7_then_anyOf_i0_geometry)
+ - [8.1.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1`](#allOf_i7_then_anyOf_i1)
+ - [8.1.2.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type`](#allOf_i7_then_anyOf_i1_location_type)
+ - [8.1.2.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type_fr`](#allOf_i7_then_anyOf_i1_location_type_fr)
+ - [8.1.2.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type_de`](#allOf_i7_then_anyOf_i1_location_type_de)
+ - [8.1.2.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > code`](#allOf_i7_then_anyOf_i1_code)
+ - [8.1.2.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > character`](#allOf_i7_then_anyOf_i1_character)
+ - [8.1.2.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > description`](#allOf_i7_then_anyOf_i1_description)
+ - [8.1.2.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > geometry`](#allOf_i7_then_anyOf_i1_geometry)
+ - [8.1.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2`](#allOf_i7_then_anyOf_i2)
+ - [8.1.3.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type`](#allOf_i7_then_anyOf_i2_location_type)
+ - [8.1.3.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type_fr`](#allOf_i7_then_anyOf_i2_location_type_fr)
+ - [8.1.3.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type_de`](#allOf_i7_then_anyOf_i2_location_type_de)
+ - [8.1.3.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > code`](#allOf_i7_then_anyOf_i2_code)
+ - [8.1.3.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > character`](#allOf_i7_then_anyOf_i2_character)
+ - [8.1.3.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > geometry`](#allOf_i7_then_anyOf_i2_geometry)
+ - [8.1.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3`](#allOf_i7_then_anyOf_i3)
+ - [8.1.4.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type`](#allOf_i7_then_anyOf_i3_location_type)
+ - [8.1.4.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type_fr`](#allOf_i7_then_anyOf_i3_location_type_fr)
+ - [8.1.4.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type_de`](#allOf_i7_then_anyOf_i3_location_type_de)
+ - [8.1.4.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > code`](#allOf_i7_then_anyOf_i3_code)
+ - [8.1.4.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > character`](#allOf_i7_then_anyOf_i3_character)
+ - [8.1.4.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > description`](#allOf_i7_then_anyOf_i3_description)
+ - [8.1.4.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > geometry`](#allOf_i7_then_anyOf_i3_geometry)
+ - [8.1.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4`](#allOf_i7_then_anyOf_i4)
+ - [8.1.5.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type`](#allOf_i7_then_anyOf_i4_location_type)
+ - [8.1.5.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type_fr`](#allOf_i7_then_anyOf_i4_location_type_fr)
+ - [8.1.5.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type_de`](#allOf_i7_then_anyOf_i4_location_type_de)
+ - [8.1.5.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > code`](#allOf_i7_then_anyOf_i4_code)
+ - [8.1.5.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > character`](#allOf_i7_then_anyOf_i4_character)
+ - [8.1.5.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > geometry`](#allOf_i7_then_anyOf_i4_geometry)
+ - [8.1.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5`](#allOf_i7_then_anyOf_i5)
+ - [8.1.6.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type`](#allOf_i7_then_anyOf_i5_location_type)
+ - [8.1.6.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type_fr`](#allOf_i7_then_anyOf_i5_location_type_fr)
+ - [8.1.6.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type_de`](#allOf_i7_then_anyOf_i5_location_type_de)
+ - [8.1.6.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > code`](#allOf_i7_then_anyOf_i5_code)
+ - [8.1.6.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > character`](#allOf_i7_then_anyOf_i5_character)
+ - [8.1.6.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > geometry`](#allOf_i7_then_anyOf_i5_geometry)
+ - [8.1.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6`](#allOf_i7_then_anyOf_i6)
+ - [8.1.7.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type`](#allOf_i7_then_anyOf_i6_location_type)
+ - [8.1.7.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type_fr`](#allOf_i7_then_anyOf_i6_location_type_fr)
+ - [8.1.7.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type_de`](#allOf_i7_then_anyOf_i6_location_type_de)
+ - [8.1.7.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > code`](#allOf_i7_then_anyOf_i6_code)
+ - [8.1.7.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > character`](#allOf_i7_then_anyOf_i6_character)
+ - [8.1.7.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > geometry`](#allOf_i7_then_anyOf_i6_geometry)
+ - [8.1.8. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7`](#allOf_i7_then_anyOf_i7)
+ - [8.1.8.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type`](#allOf_i7_then_anyOf_i7_location_type)
+ - [8.1.8.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type_fr`](#allOf_i7_then_anyOf_i7_location_type_fr)
+ - [8.1.8.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type_de`](#allOf_i7_then_anyOf_i7_location_type_de)
+ - [8.1.8.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > code`](#allOf_i7_then_anyOf_i7_code)
+ - [8.1.8.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > character`](#allOf_i7_then_anyOf_i7_character)
+ - [8.1.8.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > geometry`](#allOf_i7_then_anyOf_i7_geometry)
+ - [8.1.9. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8`](#allOf_i7_then_anyOf_i8)
+ - [8.1.9.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type`](#allOf_i7_then_anyOf_i8_location_type)
+ - [8.1.9.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type_fr`](#allOf_i7_then_anyOf_i8_location_type_fr)
+ - [8.1.9.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type_de`](#allOf_i7_then_anyOf_i8_location_type_de)
+ - [8.1.9.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > code`](#allOf_i7_then_anyOf_i8_code)
+ - [8.1.9.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > character`](#allOf_i7_then_anyOf_i8_character)
+ - [8.1.9.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > geometry`](#allOf_i7_then_anyOf_i8_geometry)
+ - [8.1.10. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9`](#allOf_i7_then_anyOf_i9)
+ - [8.1.10.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type`](#allOf_i7_then_anyOf_i9_location_type)
+ - [8.1.10.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type_fr`](#allOf_i7_then_anyOf_i9_location_type_fr)
+ - [8.1.10.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type_de`](#allOf_i7_then_anyOf_i9_location_type_de)
+ - [8.1.10.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > code`](#allOf_i7_then_anyOf_i9_code)
+ - [8.1.10.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > character`](#allOf_i7_then_anyOf_i9_character)
+ - [8.1.10.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > geometry`](#allOf_i7_then_anyOf_i9_geometry)
+- [9. Property `Sector Location Schema > allOf > item 8`](#allOf_i8)
+ - [9.1. If (sector = "Marine_Natural_Resources_Protection")](#autogenerated_heading_10)
+ - [9.1.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0`](#allOf_i8_then_anyOf_i0)
+ - [9.1.1.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type`](#allOf_i8_then_anyOf_i0_location_type)
+ - [9.1.1.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type_fr`](#allOf_i8_then_anyOf_i0_location_type_fr)
+ - [9.1.1.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type_de`](#allOf_i8_then_anyOf_i0_location_type_de)
+ - [9.1.1.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > code`](#allOf_i8_then_anyOf_i0_code)
+ - [9.1.1.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > character`](#allOf_i8_then_anyOf_i0_character)
+ - [9.1.1.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > description`](#allOf_i8_then_anyOf_i0_description)
+ - [9.1.1.7. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > geometry`](#allOf_i8_then_anyOf_i0_geometry)
+ - [9.1.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1`](#allOf_i8_then_anyOf_i1)
+ - [9.1.2.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type`](#allOf_i8_then_anyOf_i1_location_type)
+ - [9.1.2.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type_fr`](#allOf_i8_then_anyOf_i1_location_type_fr)
+ - [9.1.2.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type_de`](#allOf_i8_then_anyOf_i1_location_type_de)
+ - [9.1.2.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > code`](#allOf_i8_then_anyOf_i1_code)
+ - [9.1.2.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > character`](#allOf_i8_then_anyOf_i1_character)
+ - [9.1.2.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > geometry`](#allOf_i8_then_anyOf_i1_geometry)
+ - [9.1.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2`](#allOf_i8_then_anyOf_i2)
+ - [9.1.3.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type`](#allOf_i8_then_anyOf_i2_location_type)
+ - [9.1.3.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type_fr`](#allOf_i8_then_anyOf_i2_location_type_fr)
+ - [9.1.3.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type_de`](#allOf_i8_then_anyOf_i2_location_type_de)
+ - [9.1.3.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > code`](#allOf_i8_then_anyOf_i2_code)
+ - [9.1.3.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > character`](#allOf_i8_then_anyOf_i2_character)
+ - [9.1.3.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > geometry`](#allOf_i8_then_anyOf_i2_geometry)
+ - [9.1.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3`](#allOf_i8_then_anyOf_i3)
+ - [9.1.4.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type`](#allOf_i8_then_anyOf_i3_location_type)
+ - [9.1.4.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type_fr`](#allOf_i8_then_anyOf_i3_location_type_fr)
+ - [9.1.4.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type_de`](#allOf_i8_then_anyOf_i3_location_type_de)
+ - [9.1.4.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > code`](#allOf_i8_then_anyOf_i3_code)
+ - [9.1.4.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > character`](#allOf_i8_then_anyOf_i3_character)
+ - [9.1.4.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > geometry`](#allOf_i8_then_anyOf_i3_geometry)
+ - [9.1.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4`](#allOf_i8_then_anyOf_i4)
+ - [9.1.5.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type`](#allOf_i8_then_anyOf_i4_location_type)
+ - [9.1.5.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type_fr`](#allOf_i8_then_anyOf_i4_location_type_fr)
+ - [9.1.5.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type_de`](#allOf_i8_then_anyOf_i4_location_type_de)
+ - [9.1.5.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > code`](#allOf_i8_then_anyOf_i4_code)
+ - [9.1.5.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > character`](#allOf_i8_then_anyOf_i4_character)
+ - [9.1.5.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > geometry`](#allOf_i8_then_anyOf_i4_geometry)
+ - [9.1.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5`](#allOf_i8_then_anyOf_i5)
+ - [9.1.6.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type`](#allOf_i8_then_anyOf_i5_location_type)
+ - [9.1.6.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type_fr`](#allOf_i8_then_anyOf_i5_location_type_fr)
+ - [9.1.6.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type_de`](#allOf_i8_then_anyOf_i5_location_type_de)
+ - [9.1.6.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > code`](#allOf_i8_then_anyOf_i5_code)
+ - [9.1.6.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > character`](#allOf_i8_then_anyOf_i5_character)
+ - [9.1.6.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > geometry`](#allOf_i8_then_anyOf_i5_geometry)
+ - [9.1.7. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6`](#allOf_i8_then_anyOf_i6)
+ - [9.1.7.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type`](#allOf_i8_then_anyOf_i6_location_type)
+ - [9.1.7.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type_fr`](#allOf_i8_then_anyOf_i6_location_type_fr)
+ - [9.1.7.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type_de`](#allOf_i8_then_anyOf_i6_location_type_de)
+ - [9.1.7.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > code`](#allOf_i8_then_anyOf_i6_code)
+ - [9.1.7.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > character`](#allOf_i8_then_anyOf_i6_character)
+ - [9.1.7.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > geometry`](#allOf_i8_then_anyOf_i6_geometry)
+ - [9.1.8. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7`](#allOf_i8_then_anyOf_i7)
+ - [9.1.8.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type`](#allOf_i8_then_anyOf_i7_location_type)
+ - [9.1.8.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type_fr`](#allOf_i8_then_anyOf_i7_location_type_fr)
+ - [9.1.8.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type_de`](#allOf_i8_then_anyOf_i7_location_type_de)
+ - [9.1.8.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > code`](#allOf_i8_then_anyOf_i7_code)
+ - [9.1.8.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > character`](#allOf_i8_then_anyOf_i7_character)
+ - [9.1.8.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > geometry`](#allOf_i8_then_anyOf_i7_geometry)
+ - [9.1.9. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8`](#allOf_i8_then_anyOf_i8)
+ - [9.1.9.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type`](#allOf_i8_then_anyOf_i8_location_type)
+ - [9.1.9.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type_fr`](#allOf_i8_then_anyOf_i8_location_type_fr)
+ - [9.1.9.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type_de`](#allOf_i8_then_anyOf_i8_location_type_de)
+ - [9.1.9.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > code`](#allOf_i8_then_anyOf_i8_code)
+ - [9.1.9.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > character`](#allOf_i8_then_anyOf_i8_character)
+ - [9.1.9.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > geometry`](#allOf_i8_then_anyOf_i8_geometry)
+- [10. Property `Sector Location Schema > allOf > item 9`](#allOf_i9)
+ - [10.1. If (sector = "Mobility / Transport")](#autogenerated_heading_11)
+ - [10.1.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0`](#allOf_i9_then_anyOf_i0)
+ - [10.1.1.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type`](#allOf_i9_then_anyOf_i0_location_type)
+ - [10.1.1.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type_fr`](#allOf_i9_then_anyOf_i0_location_type_fr)
+ - [10.1.1.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type_de`](#allOf_i9_then_anyOf_i0_location_type_de)
+ - [10.1.1.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > code`](#allOf_i9_then_anyOf_i0_code)
+ - [10.1.1.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > character`](#allOf_i9_then_anyOf_i0_character)
+ - [10.1.1.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > geometry`](#allOf_i9_then_anyOf_i0_geometry)
+ - [10.1.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1`](#allOf_i9_then_anyOf_i1)
+ - [10.1.2.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type`](#allOf_i9_then_anyOf_i1_location_type)
+ - [10.1.2.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type_fr`](#allOf_i9_then_anyOf_i1_location_type_fr)
+ - [10.1.2.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type_de`](#allOf_i9_then_anyOf_i1_location_type_de)
+ - [10.1.2.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > code`](#allOf_i9_then_anyOf_i1_code)
+ - [10.1.2.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > character`](#allOf_i9_then_anyOf_i1_character)
+ - [10.1.2.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > geometry`](#allOf_i9_then_anyOf_i1_geometry)
+ - [10.1.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2`](#allOf_i9_then_anyOf_i2)
+ - [10.1.3.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type`](#allOf_i9_then_anyOf_i2_location_type)
+ - [10.1.3.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type_fr`](#allOf_i9_then_anyOf_i2_location_type_fr)
+ - [10.1.3.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type_de`](#allOf_i9_then_anyOf_i2_location_type_de)
+ - [10.1.3.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > code`](#allOf_i9_then_anyOf_i2_code)
+ - [10.1.3.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > character`](#allOf_i9_then_anyOf_i2_character)
+ - [10.1.3.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > geometry`](#allOf_i9_then_anyOf_i2_geometry)
+ - [10.1.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3`](#allOf_i9_then_anyOf_i3)
+ - [10.1.4.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type`](#allOf_i9_then_anyOf_i3_location_type)
+ - [10.1.4.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type_fr`](#allOf_i9_then_anyOf_i3_location_type_fr)
+ - [10.1.4.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type_de`](#allOf_i9_then_anyOf_i3_location_type_de)
+ - [10.1.4.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > code`](#allOf_i9_then_anyOf_i3_code)
+ - [10.1.4.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > character`](#allOf_i9_then_anyOf_i3_character)
+ - [10.1.4.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > geometry`](#allOf_i9_then_anyOf_i3_geometry)
+ - [10.1.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4`](#allOf_i9_then_anyOf_i4)
+ - [10.1.5.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type`](#allOf_i9_then_anyOf_i4_location_type)
+ - [10.1.5.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type_fr`](#allOf_i9_then_anyOf_i4_location_type_fr)
+ - [10.1.5.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type_de`](#allOf_i9_then_anyOf_i4_location_type_de)
+ - [10.1.5.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > code`](#allOf_i9_then_anyOf_i4_code)
+ - [10.1.5.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > character`](#allOf_i9_then_anyOf_i4_character)
+ - [10.1.5.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > description`](#allOf_i9_then_anyOf_i4_description)
+ - [10.1.5.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > geometry`](#allOf_i9_then_anyOf_i4_geometry)
+ - [10.1.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5`](#allOf_i9_then_anyOf_i5)
+ - [10.1.6.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type`](#allOf_i9_then_anyOf_i5_location_type)
+ - [10.1.6.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type_fr`](#allOf_i9_then_anyOf_i5_location_type_fr)
+ - [10.1.6.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type_de`](#allOf_i9_then_anyOf_i5_location_type_de)
+ - [10.1.6.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > code`](#allOf_i9_then_anyOf_i5_code)
+ - [10.1.6.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > character`](#allOf_i9_then_anyOf_i5_character)
+ - [10.1.6.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > geometry`](#allOf_i9_then_anyOf_i5_geometry)
+ - [10.1.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6`](#allOf_i9_then_anyOf_i6)
+ - [10.1.7.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type`](#allOf_i9_then_anyOf_i6_location_type)
+ - [10.1.7.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type_fr`](#allOf_i9_then_anyOf_i6_location_type_fr)
+ - [10.1.7.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type_de`](#allOf_i9_then_anyOf_i6_location_type_de)
+ - [10.1.7.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > code`](#allOf_i9_then_anyOf_i6_code)
+ - [10.1.7.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > character`](#allOf_i9_then_anyOf_i6_character)
+ - [10.1.7.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > geometry`](#allOf_i9_then_anyOf_i6_geometry)
+ - [10.1.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7`](#allOf_i9_then_anyOf_i7)
+ - [10.1.8.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type`](#allOf_i9_then_anyOf_i7_location_type)
+ - [10.1.8.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type_fr`](#allOf_i9_then_anyOf_i7_location_type_fr)
+ - [10.1.8.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type_de`](#allOf_i9_then_anyOf_i7_location_type_de)
+ - [10.1.8.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > code`](#allOf_i9_then_anyOf_i7_code)
+ - [10.1.8.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > character`](#allOf_i9_then_anyOf_i7_character)
+ - [10.1.8.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > geometry`](#allOf_i9_then_anyOf_i7_geometry)
+ - [10.1.9. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8`](#allOf_i9_then_anyOf_i8)
+ - [10.1.9.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type`](#allOf_i9_then_anyOf_i8_location_type)
+ - [10.1.9.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type_fr`](#allOf_i9_then_anyOf_i8_location_type_fr)
+ - [10.1.9.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type_de`](#allOf_i9_then_anyOf_i8_location_type_de)
+ - [10.1.9.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > code`](#allOf_i9_then_anyOf_i8_code)
+ - [10.1.9.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > character`](#allOf_i9_then_anyOf_i8_character)
+ - [10.1.9.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > geometry`](#allOf_i9_then_anyOf_i8_geometry)
+ - [10.1.10. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9`](#allOf_i9_then_anyOf_i9)
+ - [10.1.10.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type`](#allOf_i9_then_anyOf_i9_location_type)
+ - [10.1.10.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type_fr`](#allOf_i9_then_anyOf_i9_location_type_fr)
+ - [10.1.10.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type_de`](#allOf_i9_then_anyOf_i9_location_type_de)
+ - [10.1.10.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > code`](#allOf_i9_then_anyOf_i9_code)
+ - [10.1.10.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > character`](#allOf_i9_then_anyOf_i9_character)
+ - [10.1.10.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > geometry`](#allOf_i9_then_anyOf_i9_geometry)
+ - [10.1.11. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10`](#allOf_i9_then_anyOf_i10)
+ - [10.1.11.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type`](#allOf_i9_then_anyOf_i10_location_type)
+ - [10.1.11.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type_fr`](#allOf_i9_then_anyOf_i10_location_type_fr)
+ - [10.1.11.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type_de`](#allOf_i9_then_anyOf_i10_location_type_de)
+ - [10.1.11.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > code`](#allOf_i9_then_anyOf_i10_code)
+ - [10.1.11.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > character`](#allOf_i9_then_anyOf_i10_character)
+ - [10.1.11.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > geometry`](#allOf_i9_then_anyOf_i10_geometry)
+ - [10.1.12. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11`](#allOf_i9_then_anyOf_i11)
+ - [10.1.12.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type`](#allOf_i9_then_anyOf_i11_location_type)
+ - [10.1.12.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type_fr`](#allOf_i9_then_anyOf_i11_location_type_fr)
+ - [10.1.12.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type_de`](#allOf_i9_then_anyOf_i11_location_type_de)
+ - [10.1.12.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > code`](#allOf_i9_then_anyOf_i11_code)
+ - [10.1.12.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > character`](#allOf_i9_then_anyOf_i11_character)
+ - [10.1.12.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > geometry`](#allOf_i9_then_anyOf_i11_geometry)
+ - [10.1.13. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12`](#allOf_i9_then_anyOf_i12)
+ - [10.1.13.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type`](#allOf_i9_then_anyOf_i12_location_type)
+ - [10.1.13.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type_fr`](#allOf_i9_then_anyOf_i12_location_type_fr)
+ - [10.1.13.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type_de`](#allOf_i9_then_anyOf_i12_location_type_de)
+ - [10.1.13.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > code`](#allOf_i9_then_anyOf_i12_code)
+ - [10.1.13.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > character`](#allOf_i9_then_anyOf_i12_character)
+ - [10.1.13.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > description`](#allOf_i9_then_anyOf_i12_description)
+ - [10.1.13.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > geometry`](#allOf_i9_then_anyOf_i12_geometry)
+ - [10.1.14. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13`](#allOf_i9_then_anyOf_i13)
+ - [10.1.14.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type`](#allOf_i9_then_anyOf_i13_location_type)
+ - [10.1.14.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type_fr`](#allOf_i9_then_anyOf_i13_location_type_fr)
+ - [10.1.14.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type_de`](#allOf_i9_then_anyOf_i13_location_type_de)
+ - [10.1.14.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > code`](#allOf_i9_then_anyOf_i13_code)
+ - [10.1.14.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > character`](#allOf_i9_then_anyOf_i13_character)
+ - [10.1.14.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > geometry`](#allOf_i9_then_anyOf_i13_geometry)
+ - [10.1.15. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14`](#allOf_i9_then_anyOf_i14)
+ - [10.1.15.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type`](#allOf_i9_then_anyOf_i14_location_type)
+ - [10.1.15.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type_fr`](#allOf_i9_then_anyOf_i14_location_type_fr)
+ - [10.1.15.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type_de`](#allOf_i9_then_anyOf_i14_location_type_de)
+ - [10.1.15.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > code`](#allOf_i9_then_anyOf_i14_code)
+ - [10.1.15.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > character`](#allOf_i9_then_anyOf_i14_character)
+ - [10.1.15.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > geometry`](#allOf_i9_then_anyOf_i14_geometry)
+ - [10.1.16. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15`](#allOf_i9_then_anyOf_i15)
+ - [10.1.16.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type`](#allOf_i9_then_anyOf_i15_location_type)
+ - [10.1.16.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type_fr`](#allOf_i9_then_anyOf_i15_location_type_fr)
+ - [10.1.16.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type_de`](#allOf_i9_then_anyOf_i15_location_type_de)
+ - [10.1.16.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > code`](#allOf_i9_then_anyOf_i15_code)
+ - [10.1.16.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > character`](#allOf_i9_then_anyOf_i15_character)
+ - [10.1.16.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > geometry`](#allOf_i9_then_anyOf_i15_geometry)
+ - [10.1.17. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16`](#allOf_i9_then_anyOf_i16)
+ - [10.1.17.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type`](#allOf_i9_then_anyOf_i16_location_type)
+ - [10.1.17.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type_fr`](#allOf_i9_then_anyOf_i16_location_type_fr)
+ - [10.1.17.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type_de`](#allOf_i9_then_anyOf_i16_location_type_de)
+ - [10.1.17.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > code`](#allOf_i9_then_anyOf_i16_code)
+ - [10.1.17.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > character`](#allOf_i9_then_anyOf_i16_character)
+ - [10.1.17.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > geometry`](#allOf_i9_then_anyOf_i16_geometry)
+ - [10.1.18. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17`](#allOf_i9_then_anyOf_i17)
+ - [10.1.18.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type`](#allOf_i9_then_anyOf_i17_location_type)
+ - [10.1.18.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type_fr`](#allOf_i9_then_anyOf_i17_location_type_fr)
+ - [10.1.18.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type_de`](#allOf_i9_then_anyOf_i17_location_type_de)
+ - [10.1.18.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > code`](#allOf_i9_then_anyOf_i17_code)
+ - [10.1.18.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > character`](#allOf_i9_then_anyOf_i17_character)
+ - [10.1.18.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > geometry`](#allOf_i9_then_anyOf_i17_geometry)
+ - [10.1.19. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18`](#allOf_i9_then_anyOf_i18)
+ - [10.1.19.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type`](#allOf_i9_then_anyOf_i18_location_type)
+ - [10.1.19.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type_fr`](#allOf_i9_then_anyOf_i18_location_type_fr)
+ - [10.1.19.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type_de`](#allOf_i9_then_anyOf_i18_location_type_de)
+ - [10.1.19.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > code`](#allOf_i9_then_anyOf_i18_code)
+ - [10.1.19.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > character`](#allOf_i9_then_anyOf_i18_character)
+ - [10.1.19.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > description`](#allOf_i9_then_anyOf_i18_description)
+ - [10.1.19.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > description_fr`](#allOf_i9_then_anyOf_i18_description_fr)
+ - [10.1.19.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > geometry`](#allOf_i9_then_anyOf_i18_geometry)
+ - [10.1.20. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19`](#allOf_i9_then_anyOf_i19)
+ - [10.1.20.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type`](#allOf_i9_then_anyOf_i19_location_type)
+ - [10.1.20.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type_fr`](#allOf_i9_then_anyOf_i19_location_type_fr)
+ - [10.1.20.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type_de`](#allOf_i9_then_anyOf_i19_location_type_de)
+ - [10.1.20.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > code`](#allOf_i9_then_anyOf_i19_code)
+ - [10.1.20.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > character`](#allOf_i9_then_anyOf_i19_character)
+ - [10.1.20.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > geometry`](#allOf_i9_then_anyOf_i19_geometry)
+ - [10.1.21. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20`](#allOf_i9_then_anyOf_i20)
+ - [10.1.21.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type`](#allOf_i9_then_anyOf_i20_location_type)
+ - [10.1.21.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type_fr`](#allOf_i9_then_anyOf_i20_location_type_fr)
+ - [10.1.21.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type_de`](#allOf_i9_then_anyOf_i20_location_type_de)
+ - [10.1.21.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > code`](#allOf_i9_then_anyOf_i20_code)
+ - [10.1.21.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > character`](#allOf_i9_then_anyOf_i20_character)
+ - [10.1.21.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > description`](#allOf_i9_then_anyOf_i20_description)
+ - [10.1.21.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > description_fr`](#allOf_i9_then_anyOf_i20_description_fr)
+ - [10.1.21.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > geometry`](#allOf_i9_then_anyOf_i20_geometry)
+ - [10.1.22. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21`](#allOf_i9_then_anyOf_i21)
+ - [10.1.22.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type`](#allOf_i9_then_anyOf_i21_location_type)
+ - [10.1.22.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type_fr`](#allOf_i9_then_anyOf_i21_location_type_fr)
+ - [10.1.22.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type_de`](#allOf_i9_then_anyOf_i21_location_type_de)
+ - [10.1.22.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > code`](#allOf_i9_then_anyOf_i21_code)
+ - [10.1.22.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > character`](#allOf_i9_then_anyOf_i21_character)
+ - [10.1.22.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > geometry`](#allOf_i9_then_anyOf_i21_geometry)
+ - [10.1.23. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22`](#allOf_i9_then_anyOf_i22)
+ - [10.1.23.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type`](#allOf_i9_then_anyOf_i22_location_type)
+ - [10.1.23.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type_fr`](#allOf_i9_then_anyOf_i22_location_type_fr)
+ - [10.1.23.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type_de`](#allOf_i9_then_anyOf_i22_location_type_de)
+ - [10.1.23.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > code`](#allOf_i9_then_anyOf_i22_code)
+ - [10.1.23.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > character`](#allOf_i9_then_anyOf_i22_character)
+ - [10.1.23.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > geometry`](#allOf_i9_then_anyOf_i22_geometry)
+ - [10.1.24. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23`](#allOf_i9_then_anyOf_i23)
+ - [10.1.24.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type`](#allOf_i9_then_anyOf_i23_location_type)
+ - [10.1.24.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type_fr`](#allOf_i9_then_anyOf_i23_location_type_fr)
+ - [10.1.24.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type_de`](#allOf_i9_then_anyOf_i23_location_type_de)
+ - [10.1.24.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > code`](#allOf_i9_then_anyOf_i23_code)
+ - [10.1.24.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > character`](#allOf_i9_then_anyOf_i23_character)
+ - [10.1.24.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > geometry`](#allOf_i9_then_anyOf_i23_geometry)
+ - [10.1.25. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24`](#allOf_i9_then_anyOf_i24)
+ - [10.1.25.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type`](#allOf_i9_then_anyOf_i24_location_type)
+ - [10.1.25.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type_fr`](#allOf_i9_then_anyOf_i24_location_type_fr)
+ - [10.1.25.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type_de`](#allOf_i9_then_anyOf_i24_location_type_de)
+ - [10.1.25.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > code`](#allOf_i9_then_anyOf_i24_code)
+ - [10.1.25.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > character`](#allOf_i9_then_anyOf_i24_character)
+ - [10.1.25.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > geometry`](#allOf_i9_then_anyOf_i24_geometry)
+ - [10.1.26. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25`](#allOf_i9_then_anyOf_i25)
+ - [10.1.26.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type`](#allOf_i9_then_anyOf_i25_location_type)
+ - [10.1.26.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type_fr`](#allOf_i9_then_anyOf_i25_location_type_fr)
+ - [10.1.26.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type_de`](#allOf_i9_then_anyOf_i25_location_type_de)
+ - [10.1.26.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > code`](#allOf_i9_then_anyOf_i25_code)
+ - [10.1.26.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > character`](#allOf_i9_then_anyOf_i25_character)
+ - [10.1.26.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > description`](#allOf_i9_then_anyOf_i25_description)
+ - [10.1.26.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > geometry`](#allOf_i9_then_anyOf_i25_geometry)
+ - [10.1.27. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26`](#allOf_i9_then_anyOf_i26)
+ - [10.1.27.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type`](#allOf_i9_then_anyOf_i26_location_type)
+ - [10.1.27.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type_fr`](#allOf_i9_then_anyOf_i26_location_type_fr)
+ - [10.1.27.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type_de`](#allOf_i9_then_anyOf_i26_location_type_de)
+ - [10.1.27.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > code`](#allOf_i9_then_anyOf_i26_code)
+ - [10.1.27.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > character`](#allOf_i9_then_anyOf_i26_character)
+ - [10.1.27.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > description`](#allOf_i9_then_anyOf_i26_description)
+ - [10.1.27.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > geometry`](#allOf_i9_then_anyOf_i26_geometry)
+ - [10.1.28. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27`](#allOf_i9_then_anyOf_i27)
+ - [10.1.28.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type`](#allOf_i9_then_anyOf_i27_location_type)
+ - [10.1.28.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type_fr`](#allOf_i9_then_anyOf_i27_location_type_fr)
+ - [10.1.28.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type_de`](#allOf_i9_then_anyOf_i27_location_type_de)
+ - [10.1.28.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > code`](#allOf_i9_then_anyOf_i27_code)
+ - [10.1.28.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > character`](#allOf_i9_then_anyOf_i27_character)
+ - [10.1.28.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > geometry`](#allOf_i9_then_anyOf_i27_geometry)
+ - [10.1.29. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28`](#allOf_i9_then_anyOf_i28)
+ - [10.1.29.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type`](#allOf_i9_then_anyOf_i28_location_type)
+ - [10.1.29.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type_fr`](#allOf_i9_then_anyOf_i28_location_type_fr)
+ - [10.1.29.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type_de`](#allOf_i9_then_anyOf_i28_location_type_de)
+ - [10.1.29.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > code`](#allOf_i9_then_anyOf_i28_code)
+ - [10.1.29.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > character`](#allOf_i9_then_anyOf_i28_character)
+ - [10.1.29.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > description`](#allOf_i9_then_anyOf_i28_description)
+ - [10.1.29.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > geometry`](#allOf_i9_then_anyOf_i28_geometry)
+ - [10.1.30. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29`](#allOf_i9_then_anyOf_i29)
+ - [10.1.30.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type`](#allOf_i9_then_anyOf_i29_location_type)
+ - [10.1.30.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type_fr`](#allOf_i9_then_anyOf_i29_location_type_fr)
+ - [10.1.30.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type_de`](#allOf_i9_then_anyOf_i29_location_type_de)
+ - [10.1.30.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > code`](#allOf_i9_then_anyOf_i29_code)
+ - [10.1.30.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > character`](#allOf_i9_then_anyOf_i29_character)
+ - [10.1.30.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > geometry`](#allOf_i9_then_anyOf_i29_geometry)
+ - [10.1.31. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30`](#allOf_i9_then_anyOf_i30)
+ - [10.1.31.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type`](#allOf_i9_then_anyOf_i30_location_type)
+ - [10.1.31.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type_fr`](#allOf_i9_then_anyOf_i30_location_type_fr)
+ - [10.1.31.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type_de`](#allOf_i9_then_anyOf_i30_location_type_de)
+ - [10.1.31.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > code`](#allOf_i9_then_anyOf_i30_code)
+ - [10.1.31.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > character`](#allOf_i9_then_anyOf_i30_character)
+ - [10.1.31.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > description`](#allOf_i9_then_anyOf_i30_description)
+ - [10.1.31.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > geometry`](#allOf_i9_then_anyOf_i30_geometry)
+ - [10.1.32. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31`](#allOf_i9_then_anyOf_i31)
+ - [10.1.32.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type`](#allOf_i9_then_anyOf_i31_location_type)
+ - [10.1.32.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type_fr`](#allOf_i9_then_anyOf_i31_location_type_fr)
+ - [10.1.32.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type_de`](#allOf_i9_then_anyOf_i31_location_type_de)
+ - [10.1.32.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > code`](#allOf_i9_then_anyOf_i31_code)
+ - [10.1.32.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > character`](#allOf_i9_then_anyOf_i31_character)
+ - [10.1.32.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > geometry`](#allOf_i9_then_anyOf_i31_geometry)
+ - [10.1.33. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32`](#allOf_i9_then_anyOf_i32)
+ - [10.1.33.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type`](#allOf_i9_then_anyOf_i32_location_type)
+ - [10.1.33.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type_fr`](#allOf_i9_then_anyOf_i32_location_type_fr)
+ - [10.1.33.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type_de`](#allOf_i9_then_anyOf_i32_location_type_de)
+ - [10.1.33.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > code`](#allOf_i9_then_anyOf_i32_code)
+ - [10.1.33.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > character`](#allOf_i9_then_anyOf_i32_character)
+ - [10.1.33.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > description`](#allOf_i9_then_anyOf_i32_description)
+ - [10.1.33.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > geometry`](#allOf_i9_then_anyOf_i32_geometry)
+ - [10.1.34. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33`](#allOf_i9_then_anyOf_i33)
+ - [10.1.34.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type`](#allOf_i9_then_anyOf_i33_location_type)
+ - [10.1.34.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type_fr`](#allOf_i9_then_anyOf_i33_location_type_fr)
+ - [10.1.34.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type_de`](#allOf_i9_then_anyOf_i33_location_type_de)
+ - [10.1.34.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > code`](#allOf_i9_then_anyOf_i33_code)
+ - [10.1.34.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > character`](#allOf_i9_then_anyOf_i33_character)
+ - [10.1.34.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > geometry`](#allOf_i9_then_anyOf_i33_geometry)
+ - [10.1.35. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34`](#allOf_i9_then_anyOf_i34)
+ - [10.1.35.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type`](#allOf_i9_then_anyOf_i34_location_type)
+ - [10.1.35.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type_fr`](#allOf_i9_then_anyOf_i34_location_type_fr)
+ - [10.1.35.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type_de`](#allOf_i9_then_anyOf_i34_location_type_de)
+ - [10.1.35.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > code`](#allOf_i9_then_anyOf_i34_code)
+ - [10.1.35.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > character`](#allOf_i9_then_anyOf_i34_character)
+ - [10.1.35.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > description`](#allOf_i9_then_anyOf_i34_description)
+ - [10.1.35.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > geometry`](#allOf_i9_then_anyOf_i34_geometry)
+- [11. Property `Sector Location Schema > allOf > item 10`](#allOf_i10)
+ - [11.1. If (sector = "Peace / Displacement / Fragility")](#autogenerated_heading_12)
+ - [11.1.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0`](#allOf_i10_then_anyOf_i0)
+ - [11.1.1.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type`](#allOf_i10_then_anyOf_i0_location_type)
+ - [11.1.1.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type_fr`](#allOf_i10_then_anyOf_i0_location_type_fr)
+ - [11.1.1.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type_de`](#allOf_i10_then_anyOf_i0_location_type_de)
+ - [11.1.1.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > code`](#allOf_i10_then_anyOf_i0_code)
+ - [11.1.1.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > character`](#allOf_i10_then_anyOf_i0_character)
+ - [11.1.1.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > description`](#allOf_i10_then_anyOf_i0_description)
+ - [11.1.1.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > geometry`](#allOf_i10_then_anyOf_i0_geometry)
+ - [11.1.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1`](#allOf_i10_then_anyOf_i1)
+ - [11.1.2.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type`](#allOf_i10_then_anyOf_i1_location_type)
+ - [11.1.2.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type_fr`](#allOf_i10_then_anyOf_i1_location_type_fr)
+ - [11.1.2.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type_de`](#allOf_i10_then_anyOf_i1_location_type_de)
+ - [11.1.2.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > code`](#allOf_i10_then_anyOf_i1_code)
+ - [11.1.2.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > character`](#allOf_i10_then_anyOf_i1_character)
+ - [11.1.2.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > geometry`](#allOf_i10_then_anyOf_i1_geometry)
+ - [11.1.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2`](#allOf_i10_then_anyOf_i2)
+ - [11.1.3.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type`](#allOf_i10_then_anyOf_i2_location_type)
+ - [11.1.3.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type_fr`](#allOf_i10_then_anyOf_i2_location_type_fr)
+ - [11.1.3.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type_de`](#allOf_i10_then_anyOf_i2_location_type_de)
+ - [11.1.3.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > code`](#allOf_i10_then_anyOf_i2_code)
+ - [11.1.3.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > character`](#allOf_i10_then_anyOf_i2_character)
+ - [11.1.3.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > geometry`](#allOf_i10_then_anyOf_i2_geometry)
+ - [11.1.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3`](#allOf_i10_then_anyOf_i3)
+ - [11.1.4.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type`](#allOf_i10_then_anyOf_i3_location_type)
+ - [11.1.4.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type_fr`](#allOf_i10_then_anyOf_i3_location_type_fr)
+ - [11.1.4.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type_de`](#allOf_i10_then_anyOf_i3_location_type_de)
+ - [11.1.4.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > code`](#allOf_i10_then_anyOf_i3_code)
+ - [11.1.4.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > character`](#allOf_i10_then_anyOf_i3_character)
+ - [11.1.4.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > geometry`](#allOf_i10_then_anyOf_i3_geometry)
+ - [11.1.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4`](#allOf_i10_then_anyOf_i4)
+ - [11.1.5.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type`](#allOf_i10_then_anyOf_i4_location_type)
+ - [11.1.5.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type_fr`](#allOf_i10_then_anyOf_i4_location_type_fr)
+ - [11.1.5.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type_de`](#allOf_i10_then_anyOf_i4_location_type_de)
+ - [11.1.5.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > code`](#allOf_i10_then_anyOf_i4_code)
+ - [11.1.5.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > character`](#allOf_i10_then_anyOf_i4_character)
+ - [11.1.5.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > description`](#allOf_i10_then_anyOf_i4_description)
+ - [11.1.5.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > geometry`](#allOf_i10_then_anyOf_i4_geometry)
+ - [11.1.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5`](#allOf_i10_then_anyOf_i5)
+ - [11.1.6.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type`](#allOf_i10_then_anyOf_i5_location_type)
+ - [11.1.6.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type_fr`](#allOf_i10_then_anyOf_i5_location_type_fr)
+ - [11.1.6.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type_de`](#allOf_i10_then_anyOf_i5_location_type_de)
+ - [11.1.6.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > code`](#allOf_i10_then_anyOf_i5_code)
+ - [11.1.6.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > character`](#allOf_i10_then_anyOf_i5_character)
+ - [11.1.6.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > geometry`](#allOf_i10_then_anyOf_i5_geometry)
+ - [11.1.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6`](#allOf_i10_then_anyOf_i6)
+ - [11.1.7.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type`](#allOf_i10_then_anyOf_i6_location_type)
+ - [11.1.7.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type_fr`](#allOf_i10_then_anyOf_i6_location_type_fr)
+ - [11.1.7.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type_de`](#allOf_i10_then_anyOf_i6_location_type_de)
+ - [11.1.7.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > code`](#allOf_i10_then_anyOf_i6_code)
+ - [11.1.7.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > character`](#allOf_i10_then_anyOf_i6_character)
+ - [11.1.7.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > geometry`](#allOf_i10_then_anyOf_i6_geometry)
+ - [11.1.8. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7`](#allOf_i10_then_anyOf_i7)
+ - [11.1.8.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type`](#allOf_i10_then_anyOf_i7_location_type)
+ - [11.1.8.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type_fr`](#allOf_i10_then_anyOf_i7_location_type_fr)
+ - [11.1.8.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type_de`](#allOf_i10_then_anyOf_i7_location_type_de)
+ - [11.1.8.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > code`](#allOf_i10_then_anyOf_i7_code)
+ - [11.1.8.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > character`](#allOf_i10_then_anyOf_i7_character)
+ - [11.1.8.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > geometry`](#allOf_i10_then_anyOf_i7_geometry)
+ - [11.1.9. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8`](#allOf_i10_then_anyOf_i8)
+ - [11.1.9.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type`](#allOf_i10_then_anyOf_i8_location_type)
+ - [11.1.9.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type_fr`](#allOf_i10_then_anyOf_i8_location_type_fr)
+ - [11.1.9.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type_de`](#allOf_i10_then_anyOf_i8_location_type_de)
+ - [11.1.9.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > code`](#allOf_i10_then_anyOf_i8_code)
+ - [11.1.9.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > character`](#allOf_i10_then_anyOf_i8_character)
+ - [11.1.9.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > geometry`](#allOf_i10_then_anyOf_i8_geometry)
+- [12. Property `Sector Location Schema > allOf > item 11`](#allOf_i11)
+ - [12.1. If (sector = "Social_Protection")](#autogenerated_heading_13)
+ - [12.1.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0`](#allOf_i11_then_anyOf_i0)
+ - [12.1.1.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type`](#allOf_i11_then_anyOf_i0_location_type)
+ - [12.1.1.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type_fr`](#allOf_i11_then_anyOf_i0_location_type_fr)
+ - [12.1.1.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type_de`](#allOf_i11_then_anyOf_i0_location_type_de)
+ - [12.1.1.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > code`](#allOf_i11_then_anyOf_i0_code)
+ - [12.1.1.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > character`](#allOf_i11_then_anyOf_i0_character)
+ - [12.1.1.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > geometry`](#allOf_i11_then_anyOf_i0_geometry)
+ - [12.1.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1`](#allOf_i11_then_anyOf_i1)
+ - [12.1.2.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type`](#allOf_i11_then_anyOf_i1_location_type)
+ - [12.1.2.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type_fr`](#allOf_i11_then_anyOf_i1_location_type_fr)
+ - [12.1.2.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type_de`](#allOf_i11_then_anyOf_i1_location_type_de)
+ - [12.1.2.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > code`](#allOf_i11_then_anyOf_i1_code)
+ - [12.1.2.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > character`](#allOf_i11_then_anyOf_i1_character)
+ - [12.1.2.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > geometry`](#allOf_i11_then_anyOf_i1_geometry)
+ - [12.1.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2`](#allOf_i11_then_anyOf_i2)
+ - [12.1.3.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type`](#allOf_i11_then_anyOf_i2_location_type)
+ - [12.1.3.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type_fr`](#allOf_i11_then_anyOf_i2_location_type_fr)
+ - [12.1.3.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type_de`](#allOf_i11_then_anyOf_i2_location_type_de)
+ - [12.1.3.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > code`](#allOf_i11_then_anyOf_i2_code)
+ - [12.1.3.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > character`](#allOf_i11_then_anyOf_i2_character)
+ - [12.1.3.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > geometry`](#allOf_i11_then_anyOf_i2_geometry)
+ - [12.1.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3`](#allOf_i11_then_anyOf_i3)
+ - [12.1.4.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type`](#allOf_i11_then_anyOf_i3_location_type)
+ - [12.1.4.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type_fr`](#allOf_i11_then_anyOf_i3_location_type_fr)
+ - [12.1.4.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type_de`](#allOf_i11_then_anyOf_i3_location_type_de)
+ - [12.1.4.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > code`](#allOf_i11_then_anyOf_i3_code)
+ - [12.1.4.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > character`](#allOf_i11_then_anyOf_i3_character)
+ - [12.1.4.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > geometry`](#allOf_i11_then_anyOf_i3_geometry)
+ - [12.1.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4`](#allOf_i11_then_anyOf_i4)
+ - [12.1.5.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type`](#allOf_i11_then_anyOf_i4_location_type)
+ - [12.1.5.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type_fr`](#allOf_i11_then_anyOf_i4_location_type_fr)
+ - [12.1.5.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type_de`](#allOf_i11_then_anyOf_i4_location_type_de)
+ - [12.1.5.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > code`](#allOf_i11_then_anyOf_i4_code)
+ - [12.1.5.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > character`](#allOf_i11_then_anyOf_i4_character)
+ - [12.1.5.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > geometry`](#allOf_i11_then_anyOf_i4_geometry)
+ - [12.1.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5`](#allOf_i11_then_anyOf_i5)
+ - [12.1.6.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type`](#allOf_i11_then_anyOf_i5_location_type)
+ - [12.1.6.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type_fr`](#allOf_i11_then_anyOf_i5_location_type_fr)
+ - [12.1.6.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type_de`](#allOf_i11_then_anyOf_i5_location_type_de)
+ - [12.1.6.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > code`](#allOf_i11_then_anyOf_i5_code)
+ - [12.1.6.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > character`](#allOf_i11_then_anyOf_i5_character)
+ - [12.1.6.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > geometry`](#allOf_i11_then_anyOf_i5_geometry)
+ - [12.1.7. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6`](#allOf_i11_then_anyOf_i6)
+ - [12.1.7.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type`](#allOf_i11_then_anyOf_i6_location_type)
+ - [12.1.7.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type_fr`](#allOf_i11_then_anyOf_i6_location_type_fr)
+ - [12.1.7.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type_de`](#allOf_i11_then_anyOf_i6_location_type_de)
+ - [12.1.7.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > code`](#allOf_i11_then_anyOf_i6_code)
+ - [12.1.7.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > character`](#allOf_i11_then_anyOf_i6_character)
+ - [12.1.7.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > geometry`](#allOf_i11_then_anyOf_i6_geometry)
+- [13. Property `Sector Location Schema > allOf > item 12`](#allOf_i12)
+ - [13.1. If (sector = "Terrestrial_Natural_Resources_Protection")](#autogenerated_heading_14)
+ - [13.1.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0`](#allOf_i12_then_anyOf_i0)
+ - [13.1.1.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type`](#allOf_i12_then_anyOf_i0_location_type)
+ - [13.1.1.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type_fr`](#allOf_i12_then_anyOf_i0_location_type_fr)
+ - [13.1.1.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type_de`](#allOf_i12_then_anyOf_i0_location_type_de)
+ - [13.1.1.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > code`](#allOf_i12_then_anyOf_i0_code)
+ - [13.1.1.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > character`](#allOf_i12_then_anyOf_i0_character)
+ - [13.1.1.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > geometry`](#allOf_i12_then_anyOf_i0_geometry)
+ - [13.1.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1`](#allOf_i12_then_anyOf_i1)
+ - [13.1.2.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type`](#allOf_i12_then_anyOf_i1_location_type)
+ - [13.1.2.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type_fr`](#allOf_i12_then_anyOf_i1_location_type_fr)
+ - [13.1.2.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type_de`](#allOf_i12_then_anyOf_i1_location_type_de)
+ - [13.1.2.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > code`](#allOf_i12_then_anyOf_i1_code)
+ - [13.1.2.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > character`](#allOf_i12_then_anyOf_i1_character)
+ - [13.1.2.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > geometry`](#allOf_i12_then_anyOf_i1_geometry)
+ - [13.1.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2`](#allOf_i12_then_anyOf_i2)
+ - [13.1.3.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type`](#allOf_i12_then_anyOf_i2_location_type)
+ - [13.1.3.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type_fr`](#allOf_i12_then_anyOf_i2_location_type_fr)
+ - [13.1.3.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type_de`](#allOf_i12_then_anyOf_i2_location_type_de)
+ - [13.1.3.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > code`](#allOf_i12_then_anyOf_i2_code)
+ - [13.1.3.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > character`](#allOf_i12_then_anyOf_i2_character)
+ - [13.1.3.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > geometry`](#allOf_i12_then_anyOf_i2_geometry)
+ - [13.1.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3`](#allOf_i12_then_anyOf_i3)
+ - [13.1.4.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type`](#allOf_i12_then_anyOf_i3_location_type)
+ - [13.1.4.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type_fr`](#allOf_i12_then_anyOf_i3_location_type_fr)
+ - [13.1.4.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type_de`](#allOf_i12_then_anyOf_i3_location_type_de)
+ - [13.1.4.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > code`](#allOf_i12_then_anyOf_i3_code)
+ - [13.1.4.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > character`](#allOf_i12_then_anyOf_i3_character)
+ - [13.1.4.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > geometry`](#allOf_i12_then_anyOf_i3_geometry)
+ - [13.1.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4`](#allOf_i12_then_anyOf_i4)
+ - [13.1.5.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type`](#allOf_i12_then_anyOf_i4_location_type)
+ - [13.1.5.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type_fr`](#allOf_i12_then_anyOf_i4_location_type_fr)
+ - [13.1.5.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type_de`](#allOf_i12_then_anyOf_i4_location_type_de)
+ - [13.1.5.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > code`](#allOf_i12_then_anyOf_i4_code)
+ - [13.1.5.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > character`](#allOf_i12_then_anyOf_i4_character)
+ - [13.1.5.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > geometry`](#allOf_i12_then_anyOf_i4_geometry)
+ - [13.1.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5`](#allOf_i12_then_anyOf_i5)
+ - [13.1.6.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type`](#allOf_i12_then_anyOf_i5_location_type)
+ - [13.1.6.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type_fr`](#allOf_i12_then_anyOf_i5_location_type_fr)
+ - [13.1.6.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type_de`](#allOf_i12_then_anyOf_i5_location_type_de)
+ - [13.1.6.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > code`](#allOf_i12_then_anyOf_i5_code)
+ - [13.1.6.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > character`](#allOf_i12_then_anyOf_i5_character)
+ - [13.1.6.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > geometry`](#allOf_i12_then_anyOf_i5_geometry)
+ - [13.1.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6`](#allOf_i12_then_anyOf_i6)
+ - [13.1.7.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type`](#allOf_i12_then_anyOf_i6_location_type)
+ - [13.1.7.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type_fr`](#allOf_i12_then_anyOf_i6_location_type_fr)
+ - [13.1.7.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type_de`](#allOf_i12_then_anyOf_i6_location_type_de)
+ - [13.1.7.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > code`](#allOf_i12_then_anyOf_i6_code)
+ - [13.1.7.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > character`](#allOf_i12_then_anyOf_i6_character)
+ - [13.1.7.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > geometry`](#allOf_i12_then_anyOf_i6_geometry)
+ - [13.1.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7`](#allOf_i12_then_anyOf_i7)
+ - [13.1.8.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type`](#allOf_i12_then_anyOf_i7_location_type)
+ - [13.1.8.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type_fr`](#allOf_i12_then_anyOf_i7_location_type_fr)
+ - [13.1.8.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type_de`](#allOf_i12_then_anyOf_i7_location_type_de)
+ - [13.1.8.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > code`](#allOf_i12_then_anyOf_i7_code)
+ - [13.1.8.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > character`](#allOf_i12_then_anyOf_i7_character)
+ - [13.1.8.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > description`](#allOf_i12_then_anyOf_i7_description)
+ - [13.1.8.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > geometry`](#allOf_i12_then_anyOf_i7_geometry)
+ - [13.1.9. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8`](#allOf_i12_then_anyOf_i8)
+ - [13.1.9.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type`](#allOf_i12_then_anyOf_i8_location_type)
+ - [13.1.9.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type_fr`](#allOf_i12_then_anyOf_i8_location_type_fr)
+ - [13.1.9.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type_de`](#allOf_i12_then_anyOf_i8_location_type_de)
+ - [13.1.9.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > code`](#allOf_i12_then_anyOf_i8_code)
+ - [13.1.9.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > character`](#allOf_i12_then_anyOf_i8_character)
+ - [13.1.9.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > description`](#allOf_i12_then_anyOf_i8_description)
+ - [13.1.9.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > description_fr`](#allOf_i12_then_anyOf_i8_description_fr)
+ - [13.1.9.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > geometry`](#allOf_i12_then_anyOf_i8_geometry)
+ - [13.1.10. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9`](#allOf_i12_then_anyOf_i9)
+ - [13.1.10.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type`](#allOf_i12_then_anyOf_i9_location_type)
+ - [13.1.10.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type_fr`](#allOf_i12_then_anyOf_i9_location_type_fr)
+ - [13.1.10.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type_de`](#allOf_i12_then_anyOf_i9_location_type_de)
+ - [13.1.10.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > code`](#allOf_i12_then_anyOf_i9_code)
+ - [13.1.10.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > character`](#allOf_i12_then_anyOf_i9_character)
+ - [13.1.10.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > description`](#allOf_i12_then_anyOf_i9_description)
+ - [13.1.10.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > description_fr`](#allOf_i12_then_anyOf_i9_description_fr)
+ - [13.1.10.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > geometry`](#allOf_i12_then_anyOf_i9_geometry)
+ - [13.1.11. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10`](#allOf_i12_then_anyOf_i10)
+ - [13.1.11.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type`](#allOf_i12_then_anyOf_i10_location_type)
+ - [13.1.11.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type_fr`](#allOf_i12_then_anyOf_i10_location_type_fr)
+ - [13.1.11.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type_de`](#allOf_i12_then_anyOf_i10_location_type_de)
+ - [13.1.11.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > code`](#allOf_i12_then_anyOf_i10_code)
+ - [13.1.11.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > character`](#allOf_i12_then_anyOf_i10_character)
+ - [13.1.11.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > description`](#allOf_i12_then_anyOf_i10_description)
+ - [13.1.11.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > description_fr`](#allOf_i12_then_anyOf_i10_description_fr)
+ - [13.1.11.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > geometry`](#allOf_i12_then_anyOf_i10_geometry)
+ - [13.1.12. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11`](#allOf_i12_then_anyOf_i11)
+ - [13.1.12.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type`](#allOf_i12_then_anyOf_i11_location_type)
+ - [13.1.12.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type_fr`](#allOf_i12_then_anyOf_i11_location_type_fr)
+ - [13.1.12.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type_de`](#allOf_i12_then_anyOf_i11_location_type_de)
+ - [13.1.12.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > code`](#allOf_i12_then_anyOf_i11_code)
+ - [13.1.12.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > character`](#allOf_i12_then_anyOf_i11_character)
+ - [13.1.12.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > description`](#allOf_i12_then_anyOf_i11_description)
+ - [13.1.12.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > description_fr`](#allOf_i12_then_anyOf_i11_description_fr)
+ - [13.1.12.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > geometry`](#allOf_i12_then_anyOf_i11_geometry)
+ - [13.1.13. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12`](#allOf_i12_then_anyOf_i12)
+ - [13.1.13.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type`](#allOf_i12_then_anyOf_i12_location_type)
+ - [13.1.13.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type_fr`](#allOf_i12_then_anyOf_i12_location_type_fr)
+ - [13.1.13.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type_de`](#allOf_i12_then_anyOf_i12_location_type_de)
+ - [13.1.13.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > code`](#allOf_i12_then_anyOf_i12_code)
+ - [13.1.13.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > character`](#allOf_i12_then_anyOf_i12_character)
+ - [13.1.13.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > description`](#allOf_i12_then_anyOf_i12_description)
+ - [13.1.13.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > description_fr`](#allOf_i12_then_anyOf_i12_description_fr)
+ - [13.1.13.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > geometry`](#allOf_i12_then_anyOf_i12_geometry)
+ - [13.1.14. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13`](#allOf_i12_then_anyOf_i13)
+ - [13.1.14.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type`](#allOf_i12_then_anyOf_i13_location_type)
+ - [13.1.14.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type_fr`](#allOf_i12_then_anyOf_i13_location_type_fr)
+ - [13.1.14.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type_de`](#allOf_i12_then_anyOf_i13_location_type_de)
+ - [13.1.14.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > code`](#allOf_i12_then_anyOf_i13_code)
+ - [13.1.14.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > character`](#allOf_i12_then_anyOf_i13_character)
+ - [13.1.14.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > description`](#allOf_i12_then_anyOf_i13_description)
+ - [13.1.14.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > description_fr`](#allOf_i12_then_anyOf_i13_description_fr)
+ - [13.1.14.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > geometry`](#allOf_i12_then_anyOf_i13_geometry)
+ - [13.1.15. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14`](#allOf_i12_then_anyOf_i14)
+ - [13.1.15.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type`](#allOf_i12_then_anyOf_i14_location_type)
+ - [13.1.15.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type_fr`](#allOf_i12_then_anyOf_i14_location_type_fr)
+ - [13.1.15.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type_de`](#allOf_i12_then_anyOf_i14_location_type_de)
+ - [13.1.15.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > code`](#allOf_i12_then_anyOf_i14_code)
+ - [13.1.15.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > character`](#allOf_i12_then_anyOf_i14_character)
+ - [13.1.15.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > description`](#allOf_i12_then_anyOf_i14_description)
+ - [13.1.15.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > description_fr`](#allOf_i12_then_anyOf_i14_description_fr)
+ - [13.1.15.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > geometry`](#allOf_i12_then_anyOf_i14_geometry)
+ - [13.1.16. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15`](#allOf_i12_then_anyOf_i15)
+ - [13.1.16.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type`](#allOf_i12_then_anyOf_i15_location_type)
+ - [13.1.16.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type_fr`](#allOf_i12_then_anyOf_i15_location_type_fr)
+ - [13.1.16.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type_de`](#allOf_i12_then_anyOf_i15_location_type_de)
+ - [13.1.16.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > code`](#allOf_i12_then_anyOf_i15_code)
+ - [13.1.16.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > character`](#allOf_i12_then_anyOf_i15_character)
+ - [13.1.16.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > description`](#allOf_i12_then_anyOf_i15_description)
+ - [13.1.16.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > description_fr`](#allOf_i12_then_anyOf_i15_description_fr)
+ - [13.1.16.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > geometry`](#allOf_i12_then_anyOf_i15_geometry)
+ - [13.1.17. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16`](#allOf_i12_then_anyOf_i16)
+ - [13.1.17.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type`](#allOf_i12_then_anyOf_i16_location_type)
+ - [13.1.17.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type_fr`](#allOf_i12_then_anyOf_i16_location_type_fr)
+ - [13.1.17.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type_de`](#allOf_i12_then_anyOf_i16_location_type_de)
+ - [13.1.17.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > code`](#allOf_i12_then_anyOf_i16_code)
+ - [13.1.17.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > character`](#allOf_i12_then_anyOf_i16_character)
+ - [13.1.17.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > description`](#allOf_i12_then_anyOf_i16_description)
+ - [13.1.17.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > description_fr`](#allOf_i12_then_anyOf_i16_description_fr)
+ - [13.1.17.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > geometry`](#allOf_i12_then_anyOf_i16_geometry)
+ - [13.1.18. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17`](#allOf_i12_then_anyOf_i17)
+ - [13.1.18.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type`](#allOf_i12_then_anyOf_i17_location_type)
+ - [13.1.18.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type_fr`](#allOf_i12_then_anyOf_i17_location_type_fr)
+ - [13.1.18.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type_de`](#allOf_i12_then_anyOf_i17_location_type_de)
+ - [13.1.18.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > code`](#allOf_i12_then_anyOf_i17_code)
+ - [13.1.18.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > character`](#allOf_i12_then_anyOf_i17_character)
+ - [13.1.18.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > description`](#allOf_i12_then_anyOf_i17_description)
+ - [13.1.18.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > description_fr`](#allOf_i12_then_anyOf_i17_description_fr)
+ - [13.1.18.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > geometry`](#allOf_i12_then_anyOf_i17_geometry)
+ - [13.1.19. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18`](#allOf_i12_then_anyOf_i18)
+ - [13.1.19.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type`](#allOf_i12_then_anyOf_i18_location_type)
+ - [13.1.19.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type_fr`](#allOf_i12_then_anyOf_i18_location_type_fr)
+ - [13.1.19.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type_de`](#allOf_i12_then_anyOf_i18_location_type_de)
+ - [13.1.19.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > code`](#allOf_i12_then_anyOf_i18_code)
+ - [13.1.19.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > character`](#allOf_i12_then_anyOf_i18_character)
+ - [13.1.19.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > description`](#allOf_i12_then_anyOf_i18_description)
+ - [13.1.19.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > description_fr`](#allOf_i12_then_anyOf_i18_description_fr)
+ - [13.1.19.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > geometry`](#allOf_i12_then_anyOf_i18_geometry)
+ - [13.1.20. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19`](#allOf_i12_then_anyOf_i19)
+ - [13.1.20.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type`](#allOf_i12_then_anyOf_i19_location_type)
+ - [13.1.20.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type_fr`](#allOf_i12_then_anyOf_i19_location_type_fr)
+ - [13.1.20.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type_de`](#allOf_i12_then_anyOf_i19_location_type_de)
+ - [13.1.20.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > code`](#allOf_i12_then_anyOf_i19_code)
+ - [13.1.20.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > character`](#allOf_i12_then_anyOf_i19_character)
+ - [13.1.20.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > description`](#allOf_i12_then_anyOf_i19_description)
+ - [13.1.20.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > description_fr`](#allOf_i12_then_anyOf_i19_description_fr)
+ - [13.1.20.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > geometry`](#allOf_i12_then_anyOf_i19_geometry)
+ - [13.1.21. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20`](#allOf_i12_then_anyOf_i20)
+ - [13.1.21.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type`](#allOf_i12_then_anyOf_i20_location_type)
+ - [13.1.21.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type_fr`](#allOf_i12_then_anyOf_i20_location_type_fr)
+ - [13.1.21.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type_de`](#allOf_i12_then_anyOf_i20_location_type_de)
+ - [13.1.21.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > code`](#allOf_i12_then_anyOf_i20_code)
+ - [13.1.21.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > character`](#allOf_i12_then_anyOf_i20_character)
+ - [13.1.21.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > description`](#allOf_i12_then_anyOf_i20_description)
+ - [13.1.21.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > description_fr`](#allOf_i12_then_anyOf_i20_description_fr)
+ - [13.1.21.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > geometry`](#allOf_i12_then_anyOf_i20_geometry)
+ - [13.1.22. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21`](#allOf_i12_then_anyOf_i21)
+ - [13.1.22.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type`](#allOf_i12_then_anyOf_i21_location_type)
+ - [13.1.22.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type_fr`](#allOf_i12_then_anyOf_i21_location_type_fr)
+ - [13.1.22.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type_de`](#allOf_i12_then_anyOf_i21_location_type_de)
+ - [13.1.22.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > code`](#allOf_i12_then_anyOf_i21_code)
+ - [13.1.22.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > character`](#allOf_i12_then_anyOf_i21_character)
+ - [13.1.22.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > description`](#allOf_i12_then_anyOf_i21_description)
+ - [13.1.22.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > description_fr`](#allOf_i12_then_anyOf_i21_description_fr)
+ - [13.1.22.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > geometry`](#allOf_i12_then_anyOf_i21_geometry)
+ - [13.1.23. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22`](#allOf_i12_then_anyOf_i22)
+ - [13.1.23.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type`](#allOf_i12_then_anyOf_i22_location_type)
+ - [13.1.23.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type_fr`](#allOf_i12_then_anyOf_i22_location_type_fr)
+ - [13.1.23.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type_de`](#allOf_i12_then_anyOf_i22_location_type_de)
+ - [13.1.23.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > code`](#allOf_i12_then_anyOf_i22_code)
+ - [13.1.23.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > character`](#allOf_i12_then_anyOf_i22_character)
+ - [13.1.23.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > description`](#allOf_i12_then_anyOf_i22_description)
+ - [13.1.23.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > description_fr`](#allOf_i12_then_anyOf_i22_description_fr)
+ - [13.1.23.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > geometry`](#allOf_i12_then_anyOf_i22_geometry)
+ - [13.1.24. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23`](#allOf_i12_then_anyOf_i23)
+ - [13.1.24.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type`](#allOf_i12_then_anyOf_i23_location_type)
+ - [13.1.24.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type_fr`](#allOf_i12_then_anyOf_i23_location_type_fr)
+ - [13.1.24.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type_de`](#allOf_i12_then_anyOf_i23_location_type_de)
+ - [13.1.24.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > code`](#allOf_i12_then_anyOf_i23_code)
+ - [13.1.24.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > character`](#allOf_i12_then_anyOf_i23_character)
+ - [13.1.24.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > description`](#allOf_i12_then_anyOf_i23_description)
+ - [13.1.24.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > description_fr`](#allOf_i12_then_anyOf_i23_description_fr)
+ - [13.1.24.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > geometry`](#allOf_i12_then_anyOf_i23_geometry)
+ - [13.1.25. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24`](#allOf_i12_then_anyOf_i24)
+ - [13.1.25.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type`](#allOf_i12_then_anyOf_i24_location_type)
+ - [13.1.25.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type_fr`](#allOf_i12_then_anyOf_i24_location_type_fr)
+ - [13.1.25.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type_de`](#allOf_i12_then_anyOf_i24_location_type_de)
+ - [13.1.25.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > code`](#allOf_i12_then_anyOf_i24_code)
+ - [13.1.25.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > character`](#allOf_i12_then_anyOf_i24_character)
+ - [13.1.25.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > description`](#allOf_i12_then_anyOf_i24_description)
+ - [13.1.25.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > description_fr`](#allOf_i12_then_anyOf_i24_description_fr)
+ - [13.1.25.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > geometry`](#allOf_i12_then_anyOf_i24_geometry)
+ - [13.1.26. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25`](#allOf_i12_then_anyOf_i25)
+ - [13.1.26.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type`](#allOf_i12_then_anyOf_i25_location_type)
+ - [13.1.26.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type_fr`](#allOf_i12_then_anyOf_i25_location_type_fr)
+ - [13.1.26.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type_de`](#allOf_i12_then_anyOf_i25_location_type_de)
+ - [13.1.26.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > code`](#allOf_i12_then_anyOf_i25_code)
+ - [13.1.26.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > character`](#allOf_i12_then_anyOf_i25_character)
+ - [13.1.26.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > description`](#allOf_i12_then_anyOf_i25_description)
+ - [13.1.26.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > description_fr`](#allOf_i12_then_anyOf_i25_description_fr)
+ - [13.1.26.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > geometry`](#allOf_i12_then_anyOf_i25_geometry)
+ - [13.1.27. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26`](#allOf_i12_then_anyOf_i26)
+ - [13.1.27.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type`](#allOf_i12_then_anyOf_i26_location_type)
+ - [13.1.27.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type_fr`](#allOf_i12_then_anyOf_i26_location_type_fr)
+ - [13.1.27.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type_de`](#allOf_i12_then_anyOf_i26_location_type_de)
+ - [13.1.27.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > code`](#allOf_i12_then_anyOf_i26_code)
+ - [13.1.27.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > character`](#allOf_i12_then_anyOf_i26_character)
+ - [13.1.27.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > description`](#allOf_i12_then_anyOf_i26_description)
+ - [13.1.27.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > description_fr`](#allOf_i12_then_anyOf_i26_description_fr)
+ - [13.1.27.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > geometry`](#allOf_i12_then_anyOf_i26_geometry)
+ - [13.1.28. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27`](#allOf_i12_then_anyOf_i27)
+ - [13.1.28.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type`](#allOf_i12_then_anyOf_i27_location_type)
+ - [13.1.28.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type_fr`](#allOf_i12_then_anyOf_i27_location_type_fr)
+ - [13.1.28.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type_de`](#allOf_i12_then_anyOf_i27_location_type_de)
+ - [13.1.28.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > code`](#allOf_i12_then_anyOf_i27_code)
+ - [13.1.28.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > character`](#allOf_i12_then_anyOf_i27_character)
+ - [13.1.28.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > description`](#allOf_i12_then_anyOf_i27_description)
+ - [13.1.28.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > description_fr`](#allOf_i12_then_anyOf_i27_description_fr)
+ - [13.1.28.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > geometry`](#allOf_i12_then_anyOf_i27_geometry)
+ - [13.1.29. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28`](#allOf_i12_then_anyOf_i28)
+ - [13.1.29.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type`](#allOf_i12_then_anyOf_i28_location_type)
+ - [13.1.29.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type_fr`](#allOf_i12_then_anyOf_i28_location_type_fr)
+ - [13.1.29.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type_de`](#allOf_i12_then_anyOf_i28_location_type_de)
+ - [13.1.29.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > code`](#allOf_i12_then_anyOf_i28_code)
+ - [13.1.29.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > character`](#allOf_i12_then_anyOf_i28_character)
+ - [13.1.29.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > description`](#allOf_i12_then_anyOf_i28_description)
+ - [13.1.29.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > description_fr`](#allOf_i12_then_anyOf_i28_description_fr)
+ - [13.1.29.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > geometry`](#allOf_i12_then_anyOf_i28_geometry)
+ - [13.1.30. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29`](#allOf_i12_then_anyOf_i29)
+ - [13.1.30.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type`](#allOf_i12_then_anyOf_i29_location_type)
+ - [13.1.30.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type_fr`](#allOf_i12_then_anyOf_i29_location_type_fr)
+ - [13.1.30.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type_de`](#allOf_i12_then_anyOf_i29_location_type_de)
+ - [13.1.30.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > code`](#allOf_i12_then_anyOf_i29_code)
+ - [13.1.30.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > character`](#allOf_i12_then_anyOf_i29_character)
+ - [13.1.30.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > description`](#allOf_i12_then_anyOf_i29_description)
+ - [13.1.30.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > description_fr`](#allOf_i12_then_anyOf_i29_description_fr)
+ - [13.1.30.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > geometry`](#allOf_i12_then_anyOf_i29_geometry)
+ - [13.1.31. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30`](#allOf_i12_then_anyOf_i30)
+ - [13.1.31.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type`](#allOf_i12_then_anyOf_i30_location_type)
+ - [13.1.31.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type_fr`](#allOf_i12_then_anyOf_i30_location_type_fr)
+ - [13.1.31.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type_de`](#allOf_i12_then_anyOf_i30_location_type_de)
+ - [13.1.31.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > code`](#allOf_i12_then_anyOf_i30_code)
+ - [13.1.31.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > character`](#allOf_i12_then_anyOf_i30_character)
+ - [13.1.31.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > description`](#allOf_i12_then_anyOf_i30_description)
+ - [13.1.31.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > description_fr`](#allOf_i12_then_anyOf_i30_description_fr)
+ - [13.1.31.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > geometry`](#allOf_i12_then_anyOf_i30_geometry)
+ - [13.1.32. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31`](#allOf_i12_then_anyOf_i31)
+ - [13.1.32.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type`](#allOf_i12_then_anyOf_i31_location_type)
+ - [13.1.32.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type_fr`](#allOf_i12_then_anyOf_i31_location_type_fr)
+ - [13.1.32.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type_de`](#allOf_i12_then_anyOf_i31_location_type_de)
+ - [13.1.32.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > code`](#allOf_i12_then_anyOf_i31_code)
+ - [13.1.32.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > character`](#allOf_i12_then_anyOf_i31_character)
+ - [13.1.32.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > description`](#allOf_i12_then_anyOf_i31_description)
+ - [13.1.32.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > description_fr`](#allOf_i12_then_anyOf_i31_description_fr)
+ - [13.1.32.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > geometry`](#allOf_i12_then_anyOf_i31_geometry)
+ - [13.1.33. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32`](#allOf_i12_then_anyOf_i32)
+ - [13.1.33.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type`](#allOf_i12_then_anyOf_i32_location_type)
+ - [13.1.33.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type_fr`](#allOf_i12_then_anyOf_i32_location_type_fr)
+ - [13.1.33.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type_de`](#allOf_i12_then_anyOf_i32_location_type_de)
+ - [13.1.33.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > code`](#allOf_i12_then_anyOf_i32_code)
+ - [13.1.33.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > character`](#allOf_i12_then_anyOf_i32_character)
+ - [13.1.33.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > description`](#allOf_i12_then_anyOf_i32_description)
+ - [13.1.33.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > description_fr`](#allOf_i12_then_anyOf_i32_description_fr)
+ - [13.1.33.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > geometry`](#allOf_i12_then_anyOf_i32_geometry)
+ - [13.1.34. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33`](#allOf_i12_then_anyOf_i33)
+ - [13.1.34.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type`](#allOf_i12_then_anyOf_i33_location_type)
+ - [13.1.34.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type_fr`](#allOf_i12_then_anyOf_i33_location_type_fr)
+ - [13.1.34.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type_de`](#allOf_i12_then_anyOf_i33_location_type_de)
+ - [13.1.34.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > code`](#allOf_i12_then_anyOf_i33_code)
+ - [13.1.34.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > character`](#allOf_i12_then_anyOf_i33_character)
+ - [13.1.34.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > description`](#allOf_i12_then_anyOf_i33_description)
+ - [13.1.34.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > description_fr`](#allOf_i12_then_anyOf_i33_description_fr)
+ - [13.1.34.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > geometry`](#allOf_i12_then_anyOf_i33_geometry)
+ - [13.1.35. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34`](#allOf_i12_then_anyOf_i34)
+ - [13.1.35.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type`](#allOf_i12_then_anyOf_i34_location_type)
+ - [13.1.35.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type_fr`](#allOf_i12_then_anyOf_i34_location_type_fr)
+ - [13.1.35.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type_de`](#allOf_i12_then_anyOf_i34_location_type_de)
+ - [13.1.35.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > code`](#allOf_i12_then_anyOf_i34_code)
+ - [13.1.35.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > character`](#allOf_i12_then_anyOf_i34_character)
+ - [13.1.35.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > description`](#allOf_i12_then_anyOf_i34_description)
+ - [13.1.35.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > description_fr`](#allOf_i12_then_anyOf_i34_description_fr)
+ - [13.1.35.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > geometry`](#allOf_i12_then_anyOf_i34_geometry)
+ - [13.1.36. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35`](#allOf_i12_then_anyOf_i35)
+ - [13.1.36.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type`](#allOf_i12_then_anyOf_i35_location_type)
+ - [13.1.36.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type_fr`](#allOf_i12_then_anyOf_i35_location_type_fr)
+ - [13.1.36.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type_de`](#allOf_i12_then_anyOf_i35_location_type_de)
+ - [13.1.36.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > code`](#allOf_i12_then_anyOf_i35_code)
+ - [13.1.36.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > character`](#allOf_i12_then_anyOf_i35_character)
+ - [13.1.36.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > description`](#allOf_i12_then_anyOf_i35_description)
+ - [13.1.36.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > description_fr`](#allOf_i12_then_anyOf_i35_description_fr)
+ - [13.1.36.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > geometry`](#allOf_i12_then_anyOf_i35_geometry)
+- [14. Property `Sector Location Schema > allOf > item 13`](#allOf_i13)
+ - [14.1. If (sector = "Urban_Infrastructure")](#autogenerated_heading_15)
+ - [14.1.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0`](#allOf_i13_then_anyOf_i0)
+ - [14.1.1.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type`](#allOf_i13_then_anyOf_i0_location_type)
+ - [14.1.1.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type_fr`](#allOf_i13_then_anyOf_i0_location_type_fr)
+ - [14.1.1.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type_de`](#allOf_i13_then_anyOf_i0_location_type_de)
+ - [14.1.1.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > code`](#allOf_i13_then_anyOf_i0_code)
+ - [14.1.1.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > character`](#allOf_i13_then_anyOf_i0_character)
+ - [14.1.1.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > description`](#allOf_i13_then_anyOf_i0_description)
+ - [14.1.1.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > description_fr`](#allOf_i13_then_anyOf_i0_description_fr)
+ - [14.1.1.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > geometry`](#allOf_i13_then_anyOf_i0_geometry)
+ - [14.1.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1`](#allOf_i13_then_anyOf_i1)
+ - [14.1.2.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type`](#allOf_i13_then_anyOf_i1_location_type)
+ - [14.1.2.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type_fr`](#allOf_i13_then_anyOf_i1_location_type_fr)
+ - [14.1.2.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type_de`](#allOf_i13_then_anyOf_i1_location_type_de)
+ - [14.1.2.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > code`](#allOf_i13_then_anyOf_i1_code)
+ - [14.1.2.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > character`](#allOf_i13_then_anyOf_i1_character)
+ - [14.1.2.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > description`](#allOf_i13_then_anyOf_i1_description)
+ - [14.1.2.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > description_fr`](#allOf_i13_then_anyOf_i1_description_fr)
+ - [14.1.2.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > geometry`](#allOf_i13_then_anyOf_i1_geometry)
+ - [14.1.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2`](#allOf_i13_then_anyOf_i2)
+ - [14.1.3.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type`](#allOf_i13_then_anyOf_i2_location_type)
+ - [14.1.3.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type_fr`](#allOf_i13_then_anyOf_i2_location_type_fr)
+ - [14.1.3.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type_de`](#allOf_i13_then_anyOf_i2_location_type_de)
+ - [14.1.3.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > code`](#allOf_i13_then_anyOf_i2_code)
+ - [14.1.3.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > character`](#allOf_i13_then_anyOf_i2_character)
+ - [14.1.3.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > description`](#allOf_i13_then_anyOf_i2_description)
+ - [14.1.3.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > description_fr`](#allOf_i13_then_anyOf_i2_description_fr)
+ - [14.1.3.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > geometry`](#allOf_i13_then_anyOf_i2_geometry)
+ - [14.1.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3`](#allOf_i13_then_anyOf_i3)
+ - [14.1.4.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type`](#allOf_i13_then_anyOf_i3_location_type)
+ - [14.1.4.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type_fr`](#allOf_i13_then_anyOf_i3_location_type_fr)
+ - [14.1.4.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type_de`](#allOf_i13_then_anyOf_i3_location_type_de)
+ - [14.1.4.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > code`](#allOf_i13_then_anyOf_i3_code)
+ - [14.1.4.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > character`](#allOf_i13_then_anyOf_i3_character)
+ - [14.1.4.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > description`](#allOf_i13_then_anyOf_i3_description)
+ - [14.1.4.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > description_fr`](#allOf_i13_then_anyOf_i3_description_fr)
+ - [14.1.4.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > geometry`](#allOf_i13_then_anyOf_i3_geometry)
+ - [14.1.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4`](#allOf_i13_then_anyOf_i4)
+ - [14.1.5.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type`](#allOf_i13_then_anyOf_i4_location_type)
+ - [14.1.5.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type_fr`](#allOf_i13_then_anyOf_i4_location_type_fr)
+ - [14.1.5.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type_de`](#allOf_i13_then_anyOf_i4_location_type_de)
+ - [14.1.5.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > code`](#allOf_i13_then_anyOf_i4_code)
+ - [14.1.5.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > character`](#allOf_i13_then_anyOf_i4_character)
+ - [14.1.5.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > description`](#allOf_i13_then_anyOf_i4_description)
+ - [14.1.5.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > description_fr`](#allOf_i13_then_anyOf_i4_description_fr)
+ - [14.1.5.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > geometry`](#allOf_i13_then_anyOf_i4_geometry)
+ - [14.1.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5`](#allOf_i13_then_anyOf_i5)
+ - [14.1.6.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type`](#allOf_i13_then_anyOf_i5_location_type)
+ - [14.1.6.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type_fr`](#allOf_i13_then_anyOf_i5_location_type_fr)
+ - [14.1.6.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type_de`](#allOf_i13_then_anyOf_i5_location_type_de)
+ - [14.1.6.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > code`](#allOf_i13_then_anyOf_i5_code)
+ - [14.1.6.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > character`](#allOf_i13_then_anyOf_i5_character)
+ - [14.1.6.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > description`](#allOf_i13_then_anyOf_i5_description)
+ - [14.1.6.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > description_fr`](#allOf_i13_then_anyOf_i5_description_fr)
+ - [14.1.6.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > geometry`](#allOf_i13_then_anyOf_i5_geometry)
+ - [14.1.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6`](#allOf_i13_then_anyOf_i6)
+ - [14.1.7.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type`](#allOf_i13_then_anyOf_i6_location_type)
+ - [14.1.7.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type_fr`](#allOf_i13_then_anyOf_i6_location_type_fr)
+ - [14.1.7.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type_de`](#allOf_i13_then_anyOf_i6_location_type_de)
+ - [14.1.7.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > code`](#allOf_i13_then_anyOf_i6_code)
+ - [14.1.7.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > character`](#allOf_i13_then_anyOf_i6_character)
+ - [14.1.7.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > description`](#allOf_i13_then_anyOf_i6_description)
+ - [14.1.7.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > description_fr`](#allOf_i13_then_anyOf_i6_description_fr)
+ - [14.1.7.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > geometry`](#allOf_i13_then_anyOf_i6_geometry)
+ - [14.1.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7`](#allOf_i13_then_anyOf_i7)
+ - [14.1.8.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type`](#allOf_i13_then_anyOf_i7_location_type)
+ - [14.1.8.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type_fr`](#allOf_i13_then_anyOf_i7_location_type_fr)
+ - [14.1.8.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type_de`](#allOf_i13_then_anyOf_i7_location_type_de)
+ - [14.1.8.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > code`](#allOf_i13_then_anyOf_i7_code)
+ - [14.1.8.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > character`](#allOf_i13_then_anyOf_i7_character)
+ - [14.1.8.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > description`](#allOf_i13_then_anyOf_i7_description)
+ - [14.1.8.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > description_fr`](#allOf_i13_then_anyOf_i7_description_fr)
+ - [14.1.8.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > geometry`](#allOf_i13_then_anyOf_i7_geometry)
+- [15. Property `Sector Location Schema > allOf > item 14`](#allOf_i14)
+ - [15.1. If (sector = "Waste")](#autogenerated_heading_16)
+ - [15.1.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0`](#allOf_i14_then_anyOf_i0)
+ - [15.1.1.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type`](#allOf_i14_then_anyOf_i0_location_type)
+ - [15.1.1.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type_fr`](#allOf_i14_then_anyOf_i0_location_type_fr)
+ - [15.1.1.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type_de`](#allOf_i14_then_anyOf_i0_location_type_de)
+ - [15.1.1.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > code`](#allOf_i14_then_anyOf_i0_code)
+ - [15.1.1.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > character`](#allOf_i14_then_anyOf_i0_character)
+ - [15.1.1.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > description`](#allOf_i14_then_anyOf_i0_description)
+ - [15.1.1.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > description_fr`](#allOf_i14_then_anyOf_i0_description_fr)
+ - [15.1.1.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > geometry`](#allOf_i14_then_anyOf_i0_geometry)
+ - [15.1.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1`](#allOf_i14_then_anyOf_i1)
+ - [15.1.2.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type`](#allOf_i14_then_anyOf_i1_location_type)
+ - [15.1.2.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type_fr`](#allOf_i14_then_anyOf_i1_location_type_fr)
+ - [15.1.2.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type_de`](#allOf_i14_then_anyOf_i1_location_type_de)
+ - [15.1.2.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > code`](#allOf_i14_then_anyOf_i1_code)
+ - [15.1.2.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > character`](#allOf_i14_then_anyOf_i1_character)
+ - [15.1.2.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > description`](#allOf_i14_then_anyOf_i1_description)
+ - [15.1.2.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > description_fr`](#allOf_i14_then_anyOf_i1_description_fr)
+ - [15.1.2.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > geometry`](#allOf_i14_then_anyOf_i1_geometry)
+ - [15.1.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2`](#allOf_i14_then_anyOf_i2)
+ - [15.1.3.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type`](#allOf_i14_then_anyOf_i2_location_type)
+ - [15.1.3.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type_fr`](#allOf_i14_then_anyOf_i2_location_type_fr)
+ - [15.1.3.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type_de`](#allOf_i14_then_anyOf_i2_location_type_de)
+ - [15.1.3.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > code`](#allOf_i14_then_anyOf_i2_code)
+ - [15.1.3.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > character`](#allOf_i14_then_anyOf_i2_character)
+ - [15.1.3.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > description`](#allOf_i14_then_anyOf_i2_description)
+ - [15.1.3.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > description_fr`](#allOf_i14_then_anyOf_i2_description_fr)
+ - [15.1.3.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > geometry`](#allOf_i14_then_anyOf_i2_geometry)
+ - [15.1.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3`](#allOf_i14_then_anyOf_i3)
+ - [15.1.4.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type`](#allOf_i14_then_anyOf_i3_location_type)
+ - [15.1.4.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type_fr`](#allOf_i14_then_anyOf_i3_location_type_fr)
+ - [15.1.4.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type_de`](#allOf_i14_then_anyOf_i3_location_type_de)
+ - [15.1.4.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > code`](#allOf_i14_then_anyOf_i3_code)
+ - [15.1.4.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > character`](#allOf_i14_then_anyOf_i3_character)
+ - [15.1.4.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > description`](#allOf_i14_then_anyOf_i3_description)
+ - [15.1.4.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > description_fr`](#allOf_i14_then_anyOf_i3_description_fr)
+ - [15.1.4.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > geometry`](#allOf_i14_then_anyOf_i3_geometry)
+ - [15.1.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4`](#allOf_i14_then_anyOf_i4)
+ - [15.1.5.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type`](#allOf_i14_then_anyOf_i4_location_type)
+ - [15.1.5.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type_fr`](#allOf_i14_then_anyOf_i4_location_type_fr)
+ - [15.1.5.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type_de`](#allOf_i14_then_anyOf_i4_location_type_de)
+ - [15.1.5.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > code`](#allOf_i14_then_anyOf_i4_code)
+ - [15.1.5.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > character`](#allOf_i14_then_anyOf_i4_character)
+ - [15.1.5.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > description`](#allOf_i14_then_anyOf_i4_description)
+ - [15.1.5.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > description_fr`](#allOf_i14_then_anyOf_i4_description_fr)
+ - [15.1.5.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > geometry`](#allOf_i14_then_anyOf_i4_geometry)
+ - [15.1.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5`](#allOf_i14_then_anyOf_i5)
+ - [15.1.6.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type`](#allOf_i14_then_anyOf_i5_location_type)
+ - [15.1.6.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type_fr`](#allOf_i14_then_anyOf_i5_location_type_fr)
+ - [15.1.6.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type_de`](#allOf_i14_then_anyOf_i5_location_type_de)
+ - [15.1.6.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > code`](#allOf_i14_then_anyOf_i5_code)
+ - [15.1.6.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > character`](#allOf_i14_then_anyOf_i5_character)
+ - [15.1.6.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > description`](#allOf_i14_then_anyOf_i5_description)
+ - [15.1.6.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > description_fr`](#allOf_i14_then_anyOf_i5_description_fr)
+ - [15.1.6.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > geometry`](#allOf_i14_then_anyOf_i5_geometry)
+ - [15.1.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6`](#allOf_i14_then_anyOf_i6)
+ - [15.1.7.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type`](#allOf_i14_then_anyOf_i6_location_type)
+ - [15.1.7.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type_fr`](#allOf_i14_then_anyOf_i6_location_type_fr)
+ - [15.1.7.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type_de`](#allOf_i14_then_anyOf_i6_location_type_de)
+ - [15.1.7.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > code`](#allOf_i14_then_anyOf_i6_code)
+ - [15.1.7.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > character`](#allOf_i14_then_anyOf_i6_character)
+ - [15.1.7.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > description`](#allOf_i14_then_anyOf_i6_description)
+ - [15.1.7.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > description_fr`](#allOf_i14_then_anyOf_i6_description_fr)
+ - [15.1.7.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > geometry`](#allOf_i14_then_anyOf_i6_geometry)
+ - [15.1.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7`](#allOf_i14_then_anyOf_i7)
+ - [15.1.8.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type`](#allOf_i14_then_anyOf_i7_location_type)
+ - [15.1.8.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type_fr`](#allOf_i14_then_anyOf_i7_location_type_fr)
+ - [15.1.8.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type_de`](#allOf_i14_then_anyOf_i7_location_type_de)
+ - [15.1.8.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > code`](#allOf_i14_then_anyOf_i7_code)
+ - [15.1.8.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > character`](#allOf_i14_then_anyOf_i7_character)
+ - [15.1.8.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > description`](#allOf_i14_then_anyOf_i7_description)
+ - [15.1.8.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > description_fr`](#allOf_i14_then_anyOf_i7_description_fr)
+ - [15.1.8.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > geometry`](#allOf_i14_then_anyOf_i7_geometry)
+ - [15.1.9. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8`](#allOf_i14_then_anyOf_i8)
+ - [15.1.9.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type`](#allOf_i14_then_anyOf_i8_location_type)
+ - [15.1.9.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type_fr`](#allOf_i14_then_anyOf_i8_location_type_fr)
+ - [15.1.9.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type_de`](#allOf_i14_then_anyOf_i8_location_type_de)
+ - [15.1.9.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > code`](#allOf_i14_then_anyOf_i8_code)
+ - [15.1.9.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > character`](#allOf_i14_then_anyOf_i8_character)
+ - [15.1.9.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > description`](#allOf_i14_then_anyOf_i8_description)
+ - [15.1.9.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > description_fr`](#allOf_i14_then_anyOf_i8_description_fr)
+ - [15.1.9.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > geometry`](#allOf_i14_then_anyOf_i8_geometry)
+ - [15.1.10. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9`](#allOf_i14_then_anyOf_i9)
+ - [15.1.10.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type`](#allOf_i14_then_anyOf_i9_location_type)
+ - [15.1.10.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type_fr`](#allOf_i14_then_anyOf_i9_location_type_fr)
+ - [15.1.10.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type_de`](#allOf_i14_then_anyOf_i9_location_type_de)
+ - [15.1.10.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > code`](#allOf_i14_then_anyOf_i9_code)
+ - [15.1.10.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > character`](#allOf_i14_then_anyOf_i9_character)
+ - [15.1.10.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > description`](#allOf_i14_then_anyOf_i9_description)
+ - [15.1.10.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > description_fr`](#allOf_i14_then_anyOf_i9_description_fr)
+ - [15.1.10.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > geometry`](#allOf_i14_then_anyOf_i9_geometry)
+- [16. Property `Sector Location Schema > allOf > item 15`](#allOf_i15)
+ - [16.1. If (sector = "Water_Management")](#autogenerated_heading_17)
+ - [16.1.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0`](#allOf_i15_then_anyOf_i0)
+ - [16.1.1.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type`](#allOf_i15_then_anyOf_i0_location_type)
+ - [16.1.1.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type_fr`](#allOf_i15_then_anyOf_i0_location_type_fr)
+ - [16.1.1.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type_de`](#allOf_i15_then_anyOf_i0_location_type_de)
+ - [16.1.1.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > code`](#allOf_i15_then_anyOf_i0_code)
+ - [16.1.1.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > character`](#allOf_i15_then_anyOf_i0_character)
+ - [16.1.1.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > description`](#allOf_i15_then_anyOf_i0_description)
+ - [16.1.1.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > description_fr`](#allOf_i15_then_anyOf_i0_description_fr)
+ - [16.1.1.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > geometry`](#allOf_i15_then_anyOf_i0_geometry)
+ - [16.1.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1`](#allOf_i15_then_anyOf_i1)
+ - [16.1.2.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type`](#allOf_i15_then_anyOf_i1_location_type)
+ - [16.1.2.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type_fr`](#allOf_i15_then_anyOf_i1_location_type_fr)
+ - [16.1.2.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type_de`](#allOf_i15_then_anyOf_i1_location_type_de)
+ - [16.1.2.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > code`](#allOf_i15_then_anyOf_i1_code)
+ - [16.1.2.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > character`](#allOf_i15_then_anyOf_i1_character)
+ - [16.1.2.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > description`](#allOf_i15_then_anyOf_i1_description)
+ - [16.1.2.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > description_fr`](#allOf_i15_then_anyOf_i1_description_fr)
+ - [16.1.2.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > geometry`](#allOf_i15_then_anyOf_i1_geometry)
+ - [16.1.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2`](#allOf_i15_then_anyOf_i2)
+ - [16.1.3.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type`](#allOf_i15_then_anyOf_i2_location_type)
+ - [16.1.3.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type_fr`](#allOf_i15_then_anyOf_i2_location_type_fr)
+ - [16.1.3.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type_de`](#allOf_i15_then_anyOf_i2_location_type_de)
+ - [16.1.3.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > code`](#allOf_i15_then_anyOf_i2_code)
+ - [16.1.3.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > character`](#allOf_i15_then_anyOf_i2_character)
+ - [16.1.3.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > description`](#allOf_i15_then_anyOf_i2_description)
+ - [16.1.3.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > description_fr`](#allOf_i15_then_anyOf_i2_description_fr)
+ - [16.1.3.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > geometry`](#allOf_i15_then_anyOf_i2_geometry)
+ - [16.1.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3`](#allOf_i15_then_anyOf_i3)
+ - [16.1.4.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type`](#allOf_i15_then_anyOf_i3_location_type)
+ - [16.1.4.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type_fr`](#allOf_i15_then_anyOf_i3_location_type_fr)
+ - [16.1.4.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type_de`](#allOf_i15_then_anyOf_i3_location_type_de)
+ - [16.1.4.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > code`](#allOf_i15_then_anyOf_i3_code)
+ - [16.1.4.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > character`](#allOf_i15_then_anyOf_i3_character)
+ - [16.1.4.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > description`](#allOf_i15_then_anyOf_i3_description)
+ - [16.1.4.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > description_fr`](#allOf_i15_then_anyOf_i3_description_fr)
+ - [16.1.4.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > geometry`](#allOf_i15_then_anyOf_i3_geometry)
+ - [16.1.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4`](#allOf_i15_then_anyOf_i4)
+ - [16.1.5.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type`](#allOf_i15_then_anyOf_i4_location_type)
+ - [16.1.5.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type_fr`](#allOf_i15_then_anyOf_i4_location_type_fr)
+ - [16.1.5.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type_de`](#allOf_i15_then_anyOf_i4_location_type_de)
+ - [16.1.5.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > code`](#allOf_i15_then_anyOf_i4_code)
+ - [16.1.5.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > character`](#allOf_i15_then_anyOf_i4_character)
+ - [16.1.5.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > description`](#allOf_i15_then_anyOf_i4_description)
+ - [16.1.5.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > description_fr`](#allOf_i15_then_anyOf_i4_description_fr)
+ - [16.1.5.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > geometry`](#allOf_i15_then_anyOf_i4_geometry)
+ - [16.1.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5`](#allOf_i15_then_anyOf_i5)
+ - [16.1.6.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type`](#allOf_i15_then_anyOf_i5_location_type)
+ - [16.1.6.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type_fr`](#allOf_i15_then_anyOf_i5_location_type_fr)
+ - [16.1.6.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type_de`](#allOf_i15_then_anyOf_i5_location_type_de)
+ - [16.1.6.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > code`](#allOf_i15_then_anyOf_i5_code)
+ - [16.1.6.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > character`](#allOf_i15_then_anyOf_i5_character)
+ - [16.1.6.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > description`](#allOf_i15_then_anyOf_i5_description)
+ - [16.1.6.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > description_fr`](#allOf_i15_then_anyOf_i5_description_fr)
+ - [16.1.6.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > geometry`](#allOf_i15_then_anyOf_i5_geometry)
+ - [16.1.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6`](#allOf_i15_then_anyOf_i6)
+ - [16.1.7.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type`](#allOf_i15_then_anyOf_i6_location_type)
+ - [16.1.7.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type_fr`](#allOf_i15_then_anyOf_i6_location_type_fr)
+ - [16.1.7.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type_de`](#allOf_i15_then_anyOf_i6_location_type_de)
+ - [16.1.7.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > code`](#allOf_i15_then_anyOf_i6_code)
+ - [16.1.7.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > character`](#allOf_i15_then_anyOf_i6_character)
+ - [16.1.7.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > description`](#allOf_i15_then_anyOf_i6_description)
+ - [16.1.7.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > description_fr`](#allOf_i15_then_anyOf_i6_description_fr)
+ - [16.1.7.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > geometry`](#allOf_i15_then_anyOf_i6_geometry)
+ - [16.1.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7`](#allOf_i15_then_anyOf_i7)
+ - [16.1.8.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type`](#allOf_i15_then_anyOf_i7_location_type)
+ - [16.1.8.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type_fr`](#allOf_i15_then_anyOf_i7_location_type_fr)
+ - [16.1.8.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type_de`](#allOf_i15_then_anyOf_i7_location_type_de)
+ - [16.1.8.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > code`](#allOf_i15_then_anyOf_i7_code)
+ - [16.1.8.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > character`](#allOf_i15_then_anyOf_i7_character)
+ - [16.1.8.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > description`](#allOf_i15_then_anyOf_i7_description)
+ - [16.1.8.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > description_fr`](#allOf_i15_then_anyOf_i7_description_fr)
+ - [16.1.8.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > geometry`](#allOf_i15_then_anyOf_i7_geometry)
+ - [16.1.9. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8`](#allOf_i15_then_anyOf_i8)
+ - [16.1.9.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type`](#allOf_i15_then_anyOf_i8_location_type)
+ - [16.1.9.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type_fr`](#allOf_i15_then_anyOf_i8_location_type_fr)
+ - [16.1.9.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type_de`](#allOf_i15_then_anyOf_i8_location_type_de)
+ - [16.1.9.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > code`](#allOf_i15_then_anyOf_i8_code)
+ - [16.1.9.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > character`](#allOf_i15_then_anyOf_i8_character)
+ - [16.1.9.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > description`](#allOf_i15_then_anyOf_i8_description)
+ - [16.1.9.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > description_fr`](#allOf_i15_then_anyOf_i8_description_fr)
+ - [16.1.9.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > geometry`](#allOf_i15_then_anyOf_i8_geometry)
+ - [16.1.10. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9`](#allOf_i15_then_anyOf_i9)
+ - [16.1.10.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type`](#allOf_i15_then_anyOf_i9_location_type)
+ - [16.1.10.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type_fr`](#allOf_i15_then_anyOf_i9_location_type_fr)
+ - [16.1.10.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type_de`](#allOf_i15_then_anyOf_i9_location_type_de)
+ - [16.1.10.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > code`](#allOf_i15_then_anyOf_i9_code)
+ - [16.1.10.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > character`](#allOf_i15_then_anyOf_i9_character)
+ - [16.1.10.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > description`](#allOf_i15_then_anyOf_i9_description)
+ - [16.1.10.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > description_fr`](#allOf_i15_then_anyOf_i9_description_fr)
+ - [16.1.10.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > geometry`](#allOf_i15_then_anyOf_i9_geometry)
+ - [16.1.11. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10`](#allOf_i15_then_anyOf_i10)
+ - [16.1.11.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type`](#allOf_i15_then_anyOf_i10_location_type)
+ - [16.1.11.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type_fr`](#allOf_i15_then_anyOf_i10_location_type_fr)
+ - [16.1.11.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type_de`](#allOf_i15_then_anyOf_i10_location_type_de)
+ - [16.1.11.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > code`](#allOf_i15_then_anyOf_i10_code)
+ - [16.1.11.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > character`](#allOf_i15_then_anyOf_i10_character)
+ - [16.1.11.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > description`](#allOf_i15_then_anyOf_i10_description)
+ - [16.1.11.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > description_fr`](#allOf_i15_then_anyOf_i10_description_fr)
+ - [16.1.11.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > geometry`](#allOf_i15_then_anyOf_i10_geometry)
+ - [16.1.12. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11`](#allOf_i15_then_anyOf_i11)
+ - [16.1.12.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type`](#allOf_i15_then_anyOf_i11_location_type)
+ - [16.1.12.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type_fr`](#allOf_i15_then_anyOf_i11_location_type_fr)
+ - [16.1.12.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type_de`](#allOf_i15_then_anyOf_i11_location_type_de)
+ - [16.1.12.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > code`](#allOf_i15_then_anyOf_i11_code)
+ - [16.1.12.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > character`](#allOf_i15_then_anyOf_i11_character)
+ - [16.1.12.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > description`](#allOf_i15_then_anyOf_i11_description)
+ - [16.1.12.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > description_fr`](#allOf_i15_then_anyOf_i11_description_fr)
+ - [16.1.12.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > geometry`](#allOf_i15_then_anyOf_i11_geometry)
+ - [16.1.13. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12`](#allOf_i15_then_anyOf_i12)
+ - [16.1.13.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type`](#allOf_i15_then_anyOf_i12_location_type)
+ - [16.1.13.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type_fr`](#allOf_i15_then_anyOf_i12_location_type_fr)
+ - [16.1.13.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type_de`](#allOf_i15_then_anyOf_i12_location_type_de)
+ - [16.1.13.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > code`](#allOf_i15_then_anyOf_i12_code)
+ - [16.1.13.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > character`](#allOf_i15_then_anyOf_i12_character)
+ - [16.1.13.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > description`](#allOf_i15_then_anyOf_i12_description)
+ - [16.1.13.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > description_fr`](#allOf_i15_then_anyOf_i12_description_fr)
+ - [16.1.13.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > geometry`](#allOf_i15_then_anyOf_i12_geometry)
+ - [16.1.14. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13`](#allOf_i15_then_anyOf_i13)
+ - [16.1.14.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type`](#allOf_i15_then_anyOf_i13_location_type)
+ - [16.1.14.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type_fr`](#allOf_i15_then_anyOf_i13_location_type_fr)
+ - [16.1.14.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type_de`](#allOf_i15_then_anyOf_i13_location_type_de)
+ - [16.1.14.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > code`](#allOf_i15_then_anyOf_i13_code)
+ - [16.1.14.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > character`](#allOf_i15_then_anyOf_i13_character)
+ - [16.1.14.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > description`](#allOf_i15_then_anyOf_i13_description)
+ - [16.1.14.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > description_fr`](#allOf_i15_then_anyOf_i13_description_fr)
+ - [16.1.14.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > geometry`](#allOf_i15_then_anyOf_i13_geometry)
+ - [16.1.15. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14`](#allOf_i15_then_anyOf_i14)
+ - [16.1.15.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type`](#allOf_i15_then_anyOf_i14_location_type)
+ - [16.1.15.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type_fr`](#allOf_i15_then_anyOf_i14_location_type_fr)
+ - [16.1.15.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type_de`](#allOf_i15_then_anyOf_i14_location_type_de)
+ - [16.1.15.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > code`](#allOf_i15_then_anyOf_i14_code)
+ - [16.1.15.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > character`](#allOf_i15_then_anyOf_i14_character)
+ - [16.1.15.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > description`](#allOf_i15_then_anyOf_i14_description)
+ - [16.1.15.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > description_fr`](#allOf_i15_then_anyOf_i14_description_fr)
+ - [16.1.15.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > geometry`](#allOf_i15_then_anyOf_i14_geometry)
+ - [16.1.16. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15`](#allOf_i15_then_anyOf_i15)
+ - [16.1.16.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type`](#allOf_i15_then_anyOf_i15_location_type)
+ - [16.1.16.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type_fr`](#allOf_i15_then_anyOf_i15_location_type_fr)
+ - [16.1.16.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type_de`](#allOf_i15_then_anyOf_i15_location_type_de)
+ - [16.1.16.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > code`](#allOf_i15_then_anyOf_i15_code)
+ - [16.1.16.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > character`](#allOf_i15_then_anyOf_i15_character)
+ - [16.1.16.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > description`](#allOf_i15_then_anyOf_i15_description)
+ - [16.1.16.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > description_fr`](#allOf_i15_then_anyOf_i15_description_fr)
+ - [16.1.16.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > geometry`](#allOf_i15_then_anyOf_i15_geometry)
+ - [16.1.17. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16`](#allOf_i15_then_anyOf_i16)
+ - [16.1.17.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type`](#allOf_i15_then_anyOf_i16_location_type)
+ - [16.1.17.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type_fr`](#allOf_i15_then_anyOf_i16_location_type_fr)
+ - [16.1.17.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type_de`](#allOf_i15_then_anyOf_i16_location_type_de)
+ - [16.1.17.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > code`](#allOf_i15_then_anyOf_i16_code)
+ - [16.1.17.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > character`](#allOf_i15_then_anyOf_i16_character)
+ - [16.1.17.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > description`](#allOf_i15_then_anyOf_i16_description)
+ - [16.1.17.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > description_fr`](#allOf_i15_then_anyOf_i16_description_fr)
+ - [16.1.17.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > geometry`](#allOf_i15_then_anyOf_i16_geometry)
+ - [16.1.18. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17`](#allOf_i15_then_anyOf_i17)
+ - [16.1.18.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type`](#allOf_i15_then_anyOf_i17_location_type)
+ - [16.1.18.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type_fr`](#allOf_i15_then_anyOf_i17_location_type_fr)
+ - [16.1.18.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type_de`](#allOf_i15_then_anyOf_i17_location_type_de)
+ - [16.1.18.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > code`](#allOf_i15_then_anyOf_i17_code)
+ - [16.1.18.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > character`](#allOf_i15_then_anyOf_i17_character)
+ - [16.1.18.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > description`](#allOf_i15_then_anyOf_i17_description)
+ - [16.1.18.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > description_fr`](#allOf_i15_then_anyOf_i17_description_fr)
+ - [16.1.18.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > geometry`](#allOf_i15_then_anyOf_i17_geometry)
+ - [16.1.19. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18`](#allOf_i15_then_anyOf_i18)
+ - [16.1.19.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type`](#allOf_i15_then_anyOf_i18_location_type)
+ - [16.1.19.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type_fr`](#allOf_i15_then_anyOf_i18_location_type_fr)
+ - [16.1.19.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type_de`](#allOf_i15_then_anyOf_i18_location_type_de)
+ - [16.1.19.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > code`](#allOf_i15_then_anyOf_i18_code)
+ - [16.1.19.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > character`](#allOf_i15_then_anyOf_i18_character)
+ - [16.1.19.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > description`](#allOf_i15_then_anyOf_i18_description)
+ - [16.1.19.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > description_fr`](#allOf_i15_then_anyOf_i18_description_fr)
+ - [16.1.19.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > geometry`](#allOf_i15_then_anyOf_i18_geometry)
+ - [16.1.20. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19`](#allOf_i15_then_anyOf_i19)
+ - [16.1.20.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type`](#allOf_i15_then_anyOf_i19_location_type)
+ - [16.1.20.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type_fr`](#allOf_i15_then_anyOf_i19_location_type_fr)
+ - [16.1.20.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type_de`](#allOf_i15_then_anyOf_i19_location_type_de)
+ - [16.1.20.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > code`](#allOf_i15_then_anyOf_i19_code)
+ - [16.1.20.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > character`](#allOf_i15_then_anyOf_i19_character)
+ - [16.1.20.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > description`](#allOf_i15_then_anyOf_i19_description)
+ - [16.1.20.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > description_fr`](#allOf_i15_then_anyOf_i19_description_fr)
+ - [16.1.20.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > geometry`](#allOf_i15_then_anyOf_i19_geometry)
+ - [16.1.21. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20`](#allOf_i15_then_anyOf_i20)
+ - [16.1.21.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type`](#allOf_i15_then_anyOf_i20_location_type)
+ - [16.1.21.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type_fr`](#allOf_i15_then_anyOf_i20_location_type_fr)
+ - [16.1.21.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type_de`](#allOf_i15_then_anyOf_i20_location_type_de)
+ - [16.1.21.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > code`](#allOf_i15_then_anyOf_i20_code)
+ - [16.1.21.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > character`](#allOf_i15_then_anyOf_i20_character)
+ - [16.1.21.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > description`](#allOf_i15_then_anyOf_i20_description)
+ - [16.1.21.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > description_fr`](#allOf_i15_then_anyOf_i20_description_fr)
+ - [16.1.21.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > geometry`](#allOf_i15_then_anyOf_i20_geometry)
+ - [16.1.22. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21`](#allOf_i15_then_anyOf_i21)
+ - [16.1.22.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type`](#allOf_i15_then_anyOf_i21_location_type)
+ - [16.1.22.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type_fr`](#allOf_i15_then_anyOf_i21_location_type_fr)
+ - [16.1.22.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type_de`](#allOf_i15_then_anyOf_i21_location_type_de)
+ - [16.1.22.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > code`](#allOf_i15_then_anyOf_i21_code)
+ - [16.1.22.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > character`](#allOf_i15_then_anyOf_i21_character)
+ - [16.1.22.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > description`](#allOf_i15_then_anyOf_i21_description)
+ - [16.1.22.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > description_fr`](#allOf_i15_then_anyOf_i21_description_fr)
+ - [16.1.22.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > geometry`](#allOf_i15_then_anyOf_i21_geometry)
+ - [16.1.23. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22`](#allOf_i15_then_anyOf_i22)
+ - [16.1.23.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type`](#allOf_i15_then_anyOf_i22_location_type)
+ - [16.1.23.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type_fr`](#allOf_i15_then_anyOf_i22_location_type_fr)
+ - [16.1.23.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type_de`](#allOf_i15_then_anyOf_i22_location_type_de)
+ - [16.1.23.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > code`](#allOf_i15_then_anyOf_i22_code)
+ - [16.1.23.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > character`](#allOf_i15_then_anyOf_i22_character)
+ - [16.1.23.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > description`](#allOf_i15_then_anyOf_i22_description)
+ - [16.1.23.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > description_fr`](#allOf_i15_then_anyOf_i22_description_fr)
+ - [16.1.23.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > geometry`](#allOf_i15_then_anyOf_i22_geometry)
+- [17. Property `Sector Location Schema > sector`](#sector)
+- [18. Property `Sector Location Schema > location_type`](#location_type)
+- [19. Property `Sector Location Schema > character`](#character)
+- [20. Property `Sector Location Schema > code`](#code)
+- [21. Property `Sector Location Schema > location_type_de`](#location_type_de)
+- [22. Property `Sector Location Schema > location_type_fr`](#location_type_fr)
+- [23. Property `Sector Location Schema > geometry`](#geometry)
+- [24. Property `Sector Location Schema > category`](#category)
+- [25. Property `Sector Location Schema > description`](#description)
+- [26. Property `Sector Location Schema > description_fr`](#description_fr)
+
+**Title:** Sector Location Schema
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** Categorical Sector and Location Type pairs which are referenced in the Project Core Schema.
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------- | ------- | ------ | ---------- | ---------- | ----------------- |
+| + [sector](#sector ) | No | string | No | - | - |
+| + [location_type](#location_type ) | No | string | No | - | - |
+| - [character](#character ) | No | string | No | - | - |
+| - [code](#code ) | No | string | No | - | - |
+| - [location_type_de](#location_type_de ) | No | string | No | - | - |
+| - [location_type_fr](#location_type_fr ) | No | string | No | - | - |
+| - [geometry](#geometry ) | No | string | No | - | - |
+| - [category](#category ) | No | string | No | - | - |
+| - [description](#description ) | No | string | No | - | - |
+| - [description_fr](#description_fr ) | No | string | No | - | - |
+| - [](#additionalProperties ) | No | object | No | - | - |
+
+| All of(Requirement) |
+| --------------------- |
+| [item 0](#allOf_i0) |
+| [item 1](#allOf_i1) |
+| [item 2](#allOf_i2) |
+| [item 3](#allOf_i3) |
+| [item 4](#allOf_i4) |
+| [item 5](#allOf_i5) |
+| [item 6](#allOf_i6) |
+| [item 7](#allOf_i7) |
+| [item 8](#allOf_i8) |
+| [item 9](#allOf_i9) |
+| [item 10](#allOf_i10) |
+| [item 11](#allOf_i11) |
+| [item 12](#allOf_i12) |
+| [item 13](#allOf_i13) |
+| [item 14](#allOf_i14) |
+| [item 15](#allOf_i15) |
+
+## 1. Property `Sector Location Schema > allOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 1.1. If (sector = "_Generic / Cross_Sectoral")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i0_then_anyOf_i0) |
+| [item 1](#allOf_i0_then_anyOf_i1) |
+| [item 2](#allOf_i0_then_anyOf_i2) |
+| [item 3](#allOf_i0_then_anyOf_i3) |
+| [item 4](#allOf_i0_then_anyOf_i4) |
+| [item 5](#allOf_i0_then_anyOf_i5) |
+| [item 6](#allOf_i0_then_anyOf_i6) |
+| [item 7](#allOf_i0_then_anyOf_i7) |
+| [item 8](#allOf_i0_then_anyOf_i8) |
+| [item 9](#allOf_i0_then_anyOf_i9) |
+| [item 10](#allOf_i0_then_anyOf_i10) |
+| [item 11](#allOf_i0_then_anyOf_i11) |
+| [item 12](#allOf_i0_then_anyOf_i12) |
+| [item 13](#allOf_i0_then_anyOf_i13) |
+| [item 14](#allOf_i0_then_anyOf_i14) |
+| [item 15](#allOf_i0_then_anyOf_i15) |
+| [item 16](#allOf_i0_then_anyOf_i16) |
+| [item 17](#allOf_i0_then_anyOf_i17) |
+| [item 18](#allOf_i0_then_anyOf_i18) |
+| [item 19](#allOf_i0_then_anyOf_i19) |
+| [item 20](#allOf_i0_then_anyOf_i20) |
+| [item 21](#allOf_i0_then_anyOf_i21) |
+| [item 22](#allOf_i0_then_anyOf_i22) |
+| [item 23](#allOf_i0_then_anyOf_i23) |
+| [item 24](#allOf_i0_then_anyOf_i24) |
+| [item 25](#allOf_i0_then_anyOf_i25) |
+| [item 26](#allOf_i0_then_anyOf_i26) |
+| [item 27](#allOf_i0_then_anyOf_i27) |
+| [item 28](#allOf_i0_then_anyOf_i28) |
+| [item 29](#allOf_i0_then_anyOf_i29) |
+| [item 30](#allOf_i0_then_anyOf_i30) |
+| [item 31](#allOf_i0_then_anyOf_i31) |
+
+#### 1.1.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 1.1.1.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"building(s)"`
+
+##### 1.1.1.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bâtiment(s)"`
+
+##### 1.1.1.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gebäude"`
+
+##### 1.1.1.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BLDG"`
+
+##### 1.1.1.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.1.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a structure built for permanent use, as a house, factory, etc."`
+
+##### 1.1.1.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i1_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 1.1.2.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"common / public community area"`
+
+##### 1.1.2.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone commune / espace public"`
+
+##### 1.1.2.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"öffentlicher Ort zur gemeinsamen Nutzung"`
+
+##### 1.1.2.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CMN"`
+
+##### 1.1.2.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.2.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area, park or pasture for community use"`
+
+##### 1.1.2.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 1.1.3.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"equipment / materials distribution area"`
+
+##### 1.1.3.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de distribution des équipements / matériels"`
+
+##### 1.1.3.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Verteilungsgebiet von Material / Ausstattung (u.a. Computer, Server, Digitalisierung, Autos)"`
+
+##### 1.1.3.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EQPM"`
+
+##### 1.1.3.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.3.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 1.1.4.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"facility"`
+
+##### 1.1.4.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"installation "`
+
+##### 1.1.4.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Einrichtung"`
+
+##### 1.1.4.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FCL"`
+
+##### 1.1.4.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.4.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building or buildings housing a center, institute, foundation, hospital, prison, mission, courthouse, etc."`
+
+##### 1.1.4.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 1.1.5.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"factory"`
+
+##### 1.1.5.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine"`
+
+##### 1.1.5.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fabrik"`
+
+##### 1.1.5.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MFG"`
+
+##### 1.1.5.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.5.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"one or more buildings where goods are manufactured, processed or fabricated"`
+
+##### 1.1.5.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 1.1.6.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"housing (development)"`
+
+##### 1.1.6.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(développement du) logement"`
+
+##### 1.1.6.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wohnungsbau"`
+
+##### 1.1.6.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DEVH"`
+
+##### 1.1.6.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.6.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a tract of land on which many houses of similar design are built according to a development plan"`
+
+##### 1.1.6.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 1.1.7.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hub /cluster / incubator"`
+
+##### 1.1.7.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hub / cluster / incubateur"`
+
+##### 1.1.7.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Hub / Cluster / Inkubator"`
+
+##### 1.1.7.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HUB"`
+
+##### 1.1.7.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.7.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.8. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 1.1.8.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ICT-infrastructure / ICT-equipment"`
+
+##### 1.1.8.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure TIC / équipement TIC"`
+
+##### 1.1.8.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IKT-Infrastruktur / IKT-Ausrüstung, IT-System (z.B. Management Informationssystem)"`
+
+##### 1.1.8.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ICT"`
+
+##### 1.1.8.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.8.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.9. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 1.1.9.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"micro, small & medium enterprises (MSME)"`
+
+##### 1.1.9.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"micro, petites et moyennes entreprises (MPME)"`
+
+##### 1.1.9.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kleinst-, kleine und mittlere Unternehmen (KKMU)"`
+
+##### 1.1.9.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MSME"`
+
+##### 1.1.9.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.9.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.10. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 1.1.10.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ministry"`
+
+##### 1.1.10.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ministère"`
+
+##### 1.1.10.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Ministerium"`
+
+##### 1.1.10.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MIN"`
+
+##### 1.1.10.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.10.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.11. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i10_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 1.1.11.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"museum"`
+
+##### 1.1.11.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"musée"`
+
+##### 1.1.11.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Museum"`
+
+##### 1.1.11.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MUS"`
+
+##### 1.1.11.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.11.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building where objects of permanent interest in one or more of the arts and sciences are preserved and exhibited"`
+
+##### 1.1.11.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.12. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i11_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 1.1.12.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"office building"`
+
+##### 1.1.12.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bureau"`
+
+##### 1.1.12.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bürogebäude "`
+
+##### 1.1.12.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BLDO"`
+
+##### 1.1.12.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.12.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"commercial building where business and/or services are conducted"`
+
+##### 1.1.12.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.13. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 1.1.13.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"other physical"`
+
+##### 1.1.13.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autre physique"`
+
+##### 1.1.13.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"anderer physischer Standorttyp"`
+
+##### 1.1.13.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OTHP"`
+
+##### 1.1.13.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.13.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.14. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 1.1.14.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"other immaterial"`
+
+##### 1.1.14.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autre immatériel"`
+
+##### 1.1.14.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"anderer immaterieller Standorttyp / Interventionsgebietstyp"`
+
+##### 1.1.14.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OTHI"`
+
+##### 1.1.14.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.14.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.15. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 1.1.15.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rehabilitation / reconstruction"`
+
+##### 1.1.15.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réhabilitation / reconstruction"`
+
+##### 1.1.15.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Sanierung / Wiederaufbau"`
+
+##### 1.1.15.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"REHA"`
+
+##### 1.1.15.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.15.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.16. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [description](#allOf_i0_then_anyOf_i15_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 1.1.16.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"research institute / facility"`
+
+##### 1.1.16.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"institut de recherche"`
+
+##### 1.1.16.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Forschungsinstitut / -einrichtung"`
+
+##### 1.1.16.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ITTR"`
+
+##### 1.1.16.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 1.1.16.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a facility where research is carried out"`
+
+##### 1.1.16.7. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 1.1.17. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 1.1.17.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"advisory facility support"`
+
+##### 1.1.17.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(soutien par ) cabinet de conseil"`
+
+##### 1.1.17.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung von Beratungseinrichtungen"`
+
+##### 1.1.17.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ADVFS"`
+
+##### 1.1.17.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.17.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.18. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i17_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i17_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i17_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i17_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i17_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i17_geometry ) | No | const | No | - | - |
+
+##### 1.1.18.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"capacity development / training"`
+
+##### 1.1.18.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"développement des capacités / formation"`
+
+##### 1.1.18.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Aus- und Weiterbildung, Fortbildung, Training (Interventionsgebiet)"`
+
+##### 1.1.18.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CDT"`
+
+##### 1.1.18.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.18.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 17 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.19. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i18_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i18_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i18_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i18_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i18_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i18_geometry ) | No | const | No | - | - |
+
+##### 1.1.19.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"civil society support"`
+
+##### 1.1.19.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien à la société civile"`
+
+##### 1.1.19.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung der Zivilgesellschaft"`
+
+##### 1.1.19.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CSS"`
+
+##### 1.1.19.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.19.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 18 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.20. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i19_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i19_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i19_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i19_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i19_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i19_geometry ) | No | const | No | - | - |
+
+##### 1.1.20.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"digital services usage area"`
+
+##### 1.1.20.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone d’utilisation des services numériques"`
+
+##### 1.1.20.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Nutzung digitaler Services (Interventionsgebiet)"`
+
+##### 1.1.20.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DIGIS"`
+
+##### 1.1.20.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.20.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 19 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.21. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i20_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i20_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i20_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i20_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i20_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i20_geometry ) | No | const | No | - | - |
+
+##### 1.1.21.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"early warning system"`
+
+##### 1.1.21.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système d’alerte précoce"`
+
+##### 1.1.21.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Frühwarnsystem (Abdeckung)"`
+
+##### 1.1.21.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EWS"`
+
+##### 1.1.21.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.21.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 20 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.22. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i21_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i21_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i21_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i21_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i21_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i21_geometry ) | No | const | No | - | - |
+
+##### 1.1.22.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"environmental & social mgt system"`
+
+##### 1.1.22.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de gestion environnementale et sociale"`
+
+##### 1.1.22.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Umwelt- und Sozialmanagementsystem (Interventionsbereich)"`
+
+##### 1.1.22.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ESMS"`
+
+##### 1.1.22.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.22.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 21 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.23. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i22_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i22_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i22_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i22_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i22_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i22_geometry ) | No | const | No | - | - |
+
+##### 1.1.23.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"income generating activities (IGA)"`
+
+##### 1.1.23.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"activités génératrices de revenus (AGR)"`
+
+##### 1.1.23.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Einkommenschaffende Maßnahmen"`
+
+##### 1.1.23.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IGA"`
+
+##### 1.1.23.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.23.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 22 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.24. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i23_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i23_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i23_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i23_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i23_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i23_geometry ) | No | const | No | - | - |
+
+##### 1.1.24.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"insurance (other)"`
+
+##### 1.1.24.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"assurance (autre)"`
+
+##### 1.1.24.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Versicherung(en) (sonstige) (Interventionsgebiet)"`
+
+##### 1.1.24.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"INSUR"`
+
+##### 1.1.24.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.24.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 23 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.25. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i24_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i24_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i24_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i24_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i24_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i24_geometry ) | No | const | No | - | - |
+
+##### 1.1.25.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"matching grants distribution area"`
+
+##### 1.1.25.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de distribution des subventions de contrepartie"`
+
+##### 1.1.25.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Matching Grants (Interventionsgebiet)"`
+
+##### 1.1.25.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MGRA"`
+
+##### 1.1.25.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.25.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 24 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.26. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i25_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i25_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i25_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i25_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i25_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i25_geometry ) | No | const | No | - | - |
+
+##### 1.1.26.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"political / institutional reforms (PBF / PBL)"`
+
+##### 1.1.26.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réformes politiques / institutionnelles (PBF / PBL)"`
+
+##### 1.1.26.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Politische / institutionelle Reformen (PBF / PBL)"`
+
+##### 1.1.26.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PBFL"`
+
+##### 1.1.26.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.26.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 25 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.27. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i26_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i26_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i26_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i26_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i26_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i26_geometry ) | No | const | No | - | - |
+
+##### 1.1.27.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"public / social dialogue"`
+
+##### 1.1.27.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"dialogue public / social"`
+
+##### 1.1.27.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"öffentlicher / sozialer Dialog"`
+
+##### 1.1.27.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSDIA"`
+
+##### 1.1.27.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.27.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 26 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.28. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i27_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i27_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i27_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i27_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i27_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i27_geometry ) | No | const | No | - | - |
+
+##### 1.1.28.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"saving groups / VSLA / SACCOs support"`
+
+##### 1.1.28.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien aux groupes d’épargne / VSLA / SACCO"`
+
+##### 1.1.28.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung von Spargruppen / dörfliche Spar- und Kreditgruppen (VSLA) bzw. -Kooperativen (SACCO)"`
+
+##### 1.1.28.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"VSLA"`
+
+##### 1.1.28.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.28.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 27 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.29. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i28_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i28_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i28_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i28_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i28_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i28_geometry ) | No | const | No | - | - |
+
+##### 1.1.29.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sensitization / awareness raising (campaign)"`
+
+##### 1.1.29.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sensibilisation / prise de conscience (campagne)"`
+
+##### 1.1.29.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Sensibilisierung(skampagne)"`
+
+##### 1.1.29.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SENSA"`
+
+##### 1.1.29.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.29.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 28 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.30. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i29_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i29_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i29_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i29_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i29_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i29_geometry ) | No | const | No | - | - |
+
+##### 1.1.30.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"socio-economic rehabilitation / recovery"`
+
+##### 1.1.30.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réhabilitation / reprise socio-économique"`
+
+##### 1.1.30.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sozio-ökonomischer Wiederaufbau"`
+
+##### 1.1.30.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SECRE"`
+
+##### 1.1.30.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.30.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 29 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.31. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i30_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i30_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i30_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i30_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i30_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i30_geometry ) | No | const | No | - | - |
+
+##### 1.1.31.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"supply chains (support) area"`
+
+##### 1.1.31.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone des chaînes d’approvisionnement (soutien)"`
+
+##### 1.1.31.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lieferketten (Unterstützung) (Interventionsgebiet)"`
+
+##### 1.1.31.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SUPCH"`
+
+##### 1.1.31.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.31.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 30 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 1.1.32. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i0_then_anyOf_i31_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i0_then_anyOf_i31_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i0_then_anyOf_i31_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i0_then_anyOf_i31_code ) | No | const | No | - | - |
+| - [character](#allOf_i0_then_anyOf_i31_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i0_then_anyOf_i31_geometry ) | No | const | No | - | - |
+
+##### 1.1.32.1. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"voucher(s) (system) distributrion area"`
+
+##### 1.1.32.2. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de distribution du (des) bon(s) (système)"`
+
+##### 1.1.32.3. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Voucher(s) (System) (Interventionsgebiet)"`
+
+##### 1.1.32.4. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"VOUCH"`
+
+##### 1.1.32.5. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 1.1.32.6. Property `Sector Location Schema > allOf > item 0 > then > anyOf > item 31 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 2. Property `Sector Location Schema > allOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 2.1. If (sector = "Agriculture / Rural_Development")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i1_then_anyOf_i0) |
+| [item 1](#allOf_i1_then_anyOf_i1) |
+| [item 2](#allOf_i1_then_anyOf_i2) |
+| [item 3](#allOf_i1_then_anyOf_i3) |
+| [item 4](#allOf_i1_then_anyOf_i4) |
+| [item 5](#allOf_i1_then_anyOf_i5) |
+| [item 6](#allOf_i1_then_anyOf_i6) |
+| [item 7](#allOf_i1_then_anyOf_i7) |
+| [item 8](#allOf_i1_then_anyOf_i8) |
+| [item 9](#allOf_i1_then_anyOf_i9) |
+| [item 10](#allOf_i1_then_anyOf_i10) |
+| [item 11](#allOf_i1_then_anyOf_i11) |
+| [item 12](#allOf_i1_then_anyOf_i12) |
+| [item 13](#allOf_i1_then_anyOf_i13) |
+| [item 14](#allOf_i1_then_anyOf_i14) |
+| [item 15](#allOf_i1_then_anyOf_i15) |
+| [item 16](#allOf_i1_then_anyOf_i16) |
+
+#### 2.1.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 2.1.1.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(smallholder) farm area(s)"`
+
+##### 2.1.1.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"petite exploitation agricole"`
+
+##### 2.1.1.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(kleinbäuerliche) landwirtschaftliche Fläche(n)"`
+
+##### 2.1.1.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SFRMS"`
+
+##### 2.1.1.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.1.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 2.1.2.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(tree) plantation area"`
+
+##### 2.1.2.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de plantation (arbre)"`
+
+##### 2.1.2.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(Baum-)Anbaufläche"`
+
+##### 2.1.2.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PLANT"`
+
+##### 2.1.2.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.2.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i2_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 2.1.3.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agricultural facility"`
+
+##### 2.1.3.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"installation agricole"`
+
+##### 2.1.3.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"landwirtschaftliche Einrichtung / Betriebsanlage"`
+
+##### 2.1.3.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AGRF"`
+
+##### 2.1.3.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.3.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building and/or tract of land used for improving agriculture"`
+
+##### 2.1.3.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 2.1.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 2.1.4.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"certified agriculture area"`
+
+##### 2.1.4.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone agricole certifiée "`
+
+##### 2.1.4.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zertifiziertes Landwirtschaftsgebiet "`
+
+##### 2.1.4.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CEAGR"`
+
+##### 2.1.4.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.4.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 2.1.5.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cultivated area"`
+
+##### 2.1.5.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"surface cultivée"`
+
+##### 2.1.5.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bewirtschaftete Fläche"`
+
+##### 2.1.5.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CULT"`
+
+##### 2.1.5.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.5.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area under cultivation"`
+
+##### 2.1.5.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 2.1.6.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"garden(s)"`
+
+##### 2.1.6.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"jardin(s) "`
+
+##### 2.1.6.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Garten"`
+
+##### 2.1.6.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"GDN"`
+
+##### 2.1.6.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.6.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an enclosure for displaying selected plant or animal life"`
+
+##### 2.1.6.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 2.1.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 2.1.7.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"grazing area"`
+
+##### 2.1.7.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de pâturage"`
+
+##### 2.1.7.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Weideland"`
+
+##### 2.1.7.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"GRAZ"`
+
+##### 2.1.7.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.7.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area of grasses and shrubs used for grazing"`
+
+##### 2.1.7.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.8. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 2.1.8.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"improved soil / erosion control area"`
+
+##### 2.1.8.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de contrôle du sol / de l’érosion améliorée"`
+
+##### 2.1.8.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Verbesserter Boden- / Erosionsschutzgebiet"`
+
+##### 2.1.8.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EROSC"`
+
+##### 2.1.8.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.8.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.9. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i8_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 2.1.9.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"irrigated field(s)"`
+
+##### 2.1.9.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"champ(s) irrigué(s)"`
+
+##### 2.1.9.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bewässerungsfeld(er)"`
+
+##### 2.1.9.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FLDI"`
+
+##### 2.1.9.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.9.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a tract of level or terraced land which is irrigated"`
+
+##### 2.1.9.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.10. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 2.1.10.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"irrigation infrastructure"`
+
+##### 2.1.10.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure d’irrigation"`
+
+##### 2.1.10.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bewässerungsinfrastruktur"`
+
+##### 2.1.10.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IRRIN"`
+
+##### 2.1.10.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.10.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.11. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i10_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 2.1.11.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"nursery(-ies)"`
+
+##### 2.1.11.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pépinière(s) "`
+
+##### 2.1.11.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Baumschule(n) "`
+
+##### 2.1.11.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"NSY"`
+
+##### 2.1.11.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.11.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a place where plants are propagated for transplanting or grafting"`
+
+##### 2.1.11.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 2.1.12. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 2.1.12.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"post harvest processing & value addition"`
+
+##### 2.1.12.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"traitement post-récolte et valeur ajoutée "`
+
+##### 2.1.12.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Weiterverarbeitung & Wertschöpfung"`
+
+##### 2.1.12.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PHPV"`
+
+##### 2.1.12.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.12.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.13. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 2.1.13.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"restored / rehabilitated land area"`
+
+##### 2.1.13.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"surface de terrain restaurée / réhabilitée"`
+
+##### 2.1.13.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wiederhergestellte / sanierte Landfläche"`
+
+##### 2.1.13.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RESTL"`
+
+##### 2.1.13.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.13.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.14. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [description](#allOf_i1_then_anyOf_i13_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 2.1.14.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"weir(s)"`
+
+##### 2.1.14.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"barrage(s) "`
+
+##### 2.1.14.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wehr(e) "`
+
+##### 2.1.14.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WEIR"`
+
+##### 2.1.14.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 2.1.14.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a small dam in a stream, designed to raise the water level or to divert stream flow through a desired channel"`
+
+##### 2.1.14.7. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.15. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 2.1.15.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agricultural extension services"`
+
+##### 2.1.15.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"services d’extension agricole"`
+
+##### 2.1.15.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Landwirtschaftliche / technische Beratung"`
+
+##### 2.1.15.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AGEXT"`
+
+##### 2.1.15.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 2.1.15.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.16. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 2.1.16.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"contract farming / PPP"`
+
+##### 2.1.16.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agriculture sous contrat / PPP"`
+
+##### 2.1.16.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Vertragslandwirtschaft / Public Private Partnership (PPP)"`
+
+##### 2.1.16.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CFRM"`
+
+##### 2.1.16.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 2.1.16.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 2.1.17. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i1_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i1_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i1_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i1_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i1_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i1_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 2.1.17.1. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"farmers groups / cooperatives support"`
+
+##### 2.1.17.2. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien aux groupements d’agriculteurs / coopératives"`
+
+##### 2.1.17.3. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung von Bauernverbänden / Genossenschaften"`
+
+##### 2.1.17.4. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FGCO"`
+
+##### 2.1.17.5. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 2.1.17.6. Property `Sector Location Schema > allOf > item 1 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 3. Property `Sector Location Schema > allOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 3.1. If (sector = "Aquaculture / Fishery")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#allOf_i2_then_anyOf_i0) |
+| [item 1](#allOf_i2_then_anyOf_i1) |
+| [item 2](#allOf_i2_then_anyOf_i2) |
+| [item 3](#allOf_i2_then_anyOf_i3) |
+| [item 4](#allOf_i2_then_anyOf_i4) |
+| [item 5](#allOf_i2_then_anyOf_i5) |
+| [item 6](#allOf_i2_then_anyOf_i6) |
+
+#### 3.1.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 3.1.1.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aquaculture area"`
+
+##### 3.1.1.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone d’aquaculture"`
+
+##### 3.1.1.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Aquakulturfläche(n)"`
+
+##### 3.1.1.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AQUA"`
+
+##### 3.1.1.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.1.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 3.1.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 3.1.2.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"certified sustainable aquaculture or fisheries (MSC, ASC)"`
+
+##### 3.1.2.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aquaculture ou pêche durable certifiée (MSC, ASC)"`
+
+##### 3.1.2.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zertifizierte Aquakultur oder Fischerei (MSC, ASC)"`
+
+##### 3.1.2.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CSAQU"`
+
+##### 3.1.2.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.2.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 3.1.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 3.1.3.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"coastguard station"`
+
+##### 3.1.3.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"poste de garde-côtes"`
+
+##### 3.1.3.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Küstenwache"`
+
+##### 3.1.3.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"COASG"`
+
+##### 3.1.3.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.3.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 3.1.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 3.1.4.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FAO catch-area"`
+
+##### 3.1.4.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de capture OAA"`
+
+##### 3.1.4.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FAO-Fanggebiet"`
+
+##### 3.1.4.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CATCHA"`
+
+##### 3.1.4.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.4.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 3.1.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 3.1.5.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"feed-mill"`
+
+##### 3.1.5.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"provenderie"`
+
+##### 3.1.5.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Futtermittelhersteller"`
+
+##### 3.1.5.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FEMIL"`
+
+##### 3.1.5.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.5.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 3.1.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 3.1.6.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"inland waters fishery"`
+
+##### 3.1.6.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pêche dans les eaux intérieures"`
+
+##### 3.1.6.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Binnenfischerei"`
+
+##### 3.1.6.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IFISH"`
+
+##### 3.1.6.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.6.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 3.1.7. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i2_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i2_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i2_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i2_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i2_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i2_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i2_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 3.1.7.1. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pond"`
+
+##### 3.1.7.2. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"étang "`
+
+##### 3.1.7.3. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Teich "`
+
+##### 3.1.7.4. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PND"`
+
+##### 3.1.7.5. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 3.1.7.6. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a small standing waterbody"`
+
+##### 3.1.7.7. Property `Sector Location Schema > allOf > item 2 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+## 4. Property `Sector Location Schema > allOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 4.1. If (sector = "Education")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#allOf_i3_then_anyOf_i0) |
+| [item 1](#allOf_i3_then_anyOf_i1) |
+| [item 2](#allOf_i3_then_anyOf_i2) |
+| [item 3](#allOf_i3_then_anyOf_i3) |
+
+#### 4.1.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i3_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i3_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i3_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i3_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i3_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i3_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i3_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 4.1.1.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"school (primary, secondary, college)"`
+
+##### 4.1.1.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"école (primaire, secondaire, collège)"`
+
+##### 4.1.1.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Schule (Grundschule, Sekundarschule, Hochschule)"`
+
+##### 4.1.1.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SCH"`
+
+##### 4.1.1.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 4.1.1.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"building(s) where instruction in one or more branches of knowledge takes place / "`
+
+##### 4.1.1.7. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 4.1.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i3_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i3_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i3_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i3_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i3_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i3_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 4.1.2.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TVET school / infrastructure"`
+
+##### 4.1.2.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"école / infrastructure EFTP "`
+
+##### 4.1.2.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Berufsschule / Berufsbildungsinfrastruktur"`
+
+##### 4.1.2.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TVETS"`
+
+##### 4.1.2.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 4.1.2.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 4.1.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i3_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i3_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i3_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i3_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i3_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i3_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 4.1.3.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"university"`
+
+##### 4.1.3.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"université"`
+
+##### 4.1.3.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Universität"`
+
+##### 4.1.3.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"UNIV"`
+
+##### 4.1.3.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 4.1.3.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 4.1.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i3_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i3_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i3_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i3_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i3_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i3_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 4.1.4.1. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"scholarship program area"`
+
+##### 4.1.4.2. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"domaine du programme de bourses"`
+
+##### 4.1.4.3. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Stipendienprogramm / Stipendiaten Region"`
+
+##### 4.1.4.4. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SCHPA"`
+
+##### 4.1.4.5. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 4.1.4.6. Property `Sector Location Schema > allOf > item 3 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 5. Property `Sector Location Schema > allOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 5.1. If (sector = "Energy")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i4_then_anyOf_i0) |
+| [item 1](#allOf_i4_then_anyOf_i1) |
+| [item 2](#allOf_i4_then_anyOf_i2) |
+| [item 3](#allOf_i4_then_anyOf_i3) |
+| [item 4](#allOf_i4_then_anyOf_i4) |
+| [item 5](#allOf_i4_then_anyOf_i5) |
+| [item 6](#allOf_i4_then_anyOf_i6) |
+| [item 7](#allOf_i4_then_anyOf_i7) |
+| [item 8](#allOf_i4_then_anyOf_i8) |
+| [item 9](#allOf_i4_then_anyOf_i9) |
+| [item 10](#allOf_i4_then_anyOf_i10) |
+| [item 11](#allOf_i4_then_anyOf_i11) |
+| [item 12](#allOf_i4_then_anyOf_i12) |
+| [item 13](#allOf_i4_then_anyOf_i13) |
+
+#### 5.1.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 5.1.1.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"area covered by off-grid renewable energy (ex. photovoltaic grid)"`
+
+##### 5.1.1.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone couverte par des énergies renouvelables hors réseau (par ex. réseau photovoltaïque)"`
+
+##### 5.1.1.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Abdeckungsgebiet netzunabhängiger erneuerbarer Energie (z. B. Photovoltaik-Netz)"`
+
+##### 5.1.1.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OFGRE"`
+
+##### 5.1.1.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.1.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 5.1.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 5.1.2.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"area covered by on-grid renewable energy"`
+
+##### 5.1.2.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone couverte par des énergies renouvelables en réseau "`
+
+##### 5.1.2.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Abdeckungsgebiet netzgebundener erneuerbare Energie "`
+
+##### 5.1.2.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ONGRE"`
+
+##### 5.1.2.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.2.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 5.1.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 5.1.3.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"biogas plant"`
+
+##### 5.1.3.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"installation de biogaz"`
+
+##### 5.1.3.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Biogasanlage"`
+
+##### 5.1.3.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSBIO"`
+
+##### 5.1.3.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.3.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 5.1.4.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"electric power transmission & distribution (T&D)"`
+
+##### 5.1.4.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"transmission et distribution d’énergie électrique (T&D)"`
+
+##### 5.1.4.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Stromübertragung und -verteilung (T&D)"`
+
+##### 5.1.4.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EPTD"`
+
+##### 5.1.4.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.4.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 5.1.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 5.1.5.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"electric substation"`
+
+##### 5.1.5.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sous-station électrique"`
+
+##### 5.1.5.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Umspannwerk"`
+
+##### 5.1.5.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ESST"`
+
+##### 5.1.5.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.5.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 5.1.6.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"energy efficiency measure(s)"`
+
+##### 5.1.6.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mesure(s) d’efficacité énergétique"`
+
+##### 5.1.6.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Energieeffizienzmaßnahme(n)"`
+
+##### 5.1.6.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EEFFM"`
+
+##### 5.1.6.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.6.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 5.1.7.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"geothermal power plant"`
+
+##### 5.1.7.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centrale géothermique"`
+
+##### 5.1.7.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Erdwärmekraftwerk"`
+
+##### 5.1.7.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSGEO"`
+
+##### 5.1.7.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.7.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.8. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 5.1.8.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hydrogen plant"`
+
+##### 5.1.8.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centrale d’hydrogène"`
+
+##### 5.1.8.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserstoffkraftwerk"`
+
+##### 5.1.8.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSHY"`
+
+##### 5.1.8.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.8.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.9. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [description](#allOf_i4_then_anyOf_i8_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 5.1.9.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hydropower plant / dam"`
+
+##### 5.1.9.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centrale hydroélectrique / barrage"`
+
+##### 5.1.9.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserkraftwerk"`
+
+##### 5.1.9.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSH"`
+
+##### 5.1.9.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.9.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building where electricity is generated from water power"`
+
+##### 5.1.9.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.10. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [description](#allOf_i4_then_anyOf_i9_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 5.1.10.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"solar power plant"`
+
+##### 5.1.10.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centrale solaire "`
+
+##### 5.1.10.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Solarkraftwerk "`
+
+##### 5.1.10.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSS"`
+
+##### 5.1.10.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.10.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(ex. photovoltaic power station)"`
+
+##### 5.1.10.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.11. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [description](#allOf_i4_then_anyOf_i10_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 5.1.11.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"solar water pump"`
+
+##### 5.1.11.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pompe à eau solaire "`
+
+##### 5.1.11.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Solarbetriebene Wasserpumpstation"`
+
+##### 5.1.11.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SWP"`
+
+##### 5.1.11.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.11.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a solar-powered facility for pumping water from a major well or through a pipeline"`
+
+##### 5.1.11.7. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.12. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 5.1.12.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"wind power plant"`
+
+##### 5.1.12.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centrale éolienne"`
+
+##### 5.1.12.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Windkraftanlage"`
+
+##### 5.1.12.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSW"`
+
+##### 5.1.12.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.12.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 5.1.13. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 5.1.13.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"district heating area / distribution"`
+
+##### 5.1.13.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone / distribution de chauffage urbain"`
+
+##### 5.1.13.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fernwärme(-verteilungs)gebiet"`
+
+##### 5.1.13.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DHEAT"`
+
+##### 5.1.13.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.13.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 5.1.14. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i4_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i4_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i4_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i4_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i4_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i4_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 5.1.14.1. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"battery energy storage system (BESS)"`
+
+##### 5.1.14.2. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de stockage d’énergie par batterie (BESS)"`
+
+##### 5.1.14.3. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Batterie-Energiespeichersystem (BESS)"`
+
+##### 5.1.14.4. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BESS"`
+
+##### 5.1.14.5. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 5.1.14.6. Property `Sector Location Schema > allOf > item 4 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+## 6. Property `Sector Location Schema > allOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 6.1. If (sector = "Financial_Sector_Development")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i5_then_anyOf_i0) |
+| [item 1](#allOf_i5_then_anyOf_i1) |
+| [item 2](#allOf_i5_then_anyOf_i2) |
+| [item 3](#allOf_i5_then_anyOf_i3) |
+| [item 4](#allOf_i5_then_anyOf_i4) |
+| [item 5](#allOf_i5_then_anyOf_i5) |
+| [item 6](#allOf_i5_then_anyOf_i6) |
+| [item 7](#allOf_i5_then_anyOf_i7) |
+| [item 8](#allOf_i5_then_anyOf_i8) |
+| [item 9](#allOf_i5_then_anyOf_i9) |
+| [item 10](#allOf_i5_then_anyOf_i10) |
+| [item 11](#allOf_i5_then_anyOf_i11) |
+| [item 12](#allOf_i5_then_anyOf_i12) |
+
+#### 6.1.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i5_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 6.1.1.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bank"`
+
+##### 6.1.1.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"banque "`
+
+##### 6.1.1.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bank "`
+
+##### 6.1.1.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BAN"`
+
+##### 6.1.1.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.1.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an establishment for the custody, loan, exchange or issue of money, for the extension of credit, and for facilitating the transmission of funds"`
+
+##### 6.1.1.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 6.1.2.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"banking branch / outlet"`
+
+##### 6.1.2.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agence bancaire / point de vente"`
+
+##### 6.1.2.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bankfiliale/Outlet / Finanzintermediär"`
+
+##### 6.1.2.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BANB"`
+
+##### 6.1.2.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.2.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 6.1.3.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"company"`
+
+##### 6.1.3.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"entreprise"`
+
+##### 6.1.3.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"finanziertes / gefördertes Unternehmen"`
+
+##### 6.1.3.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"COM"`
+
+##### 6.1.3.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.3.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 6.1.4.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"credit guarantee fund"`
+
+##### 6.1.4.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"fonds de garantie de crédit"`
+
+##### 6.1.4.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kreditgarantiefonds"`
+
+##### 6.1.4.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CGUAF"`
+
+##### 6.1.4.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.4.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 6.1.5.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"financial institution"`
+
+##### 6.1.5.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"institution financière"`
+
+##### 6.1.5.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Finanzinstitut"`
+
+##### 6.1.5.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FI"`
+
+##### 6.1.5.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.5.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 6.1.6.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"fonds manager headquarter"`
+
+##### 6.1.6.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"siège gestionnaire du fonds "`
+
+##### 6.1.6.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fondsmanager(sitz)"`
+
+##### 6.1.6.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FMGR"`
+
+##### 6.1.6.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.6.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i5_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 6.1.7.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"free trade zone"`
+
+##### 6.1.7.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de libre-échange "`
+
+##### 6.1.7.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Freihandelszone "`
+
+##### 6.1.7.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ZNF"`
+
+##### 6.1.7.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.7.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area, usually a section of a port, where goods may be received and shipped free of customs duty and of most customs regulations"`
+
+##### 6.1.7.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 6.1.8. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [description](#allOf_i5_then_anyOf_i7_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 6.1.8.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"industrial area / zone"`
+
+##### 6.1.8.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone industrielle"`
+
+##### 6.1.8.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Industriegebiet / Zone"`
+
+##### 6.1.8.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"INDS"`
+
+##### 6.1.8.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.8.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area characterized by industrial activity"`
+
+##### 6.1.8.7. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 6.1.9. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 6.1.9.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"microfinance institution (MFI)"`
+
+##### 6.1.9.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"institution de microfinance (IMF)"`
+
+##### 6.1.9.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Mikrofinanzinstitut (MFI)"`
+
+##### 6.1.9.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MFI"`
+
+##### 6.1.9.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 6.1.9.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 6.1.10. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 6.1.10.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bonds"`
+
+##### 6.1.10.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"obligations"`
+
+##### 6.1.10.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Anleihen / Schuldverschreibungen"`
+
+##### 6.1.10.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BND"`
+
+##### 6.1.10.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 6.1.10.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 6.1.11. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 6.1.11.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"guarantees"`
+
+##### 6.1.11.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"garanties"`
+
+##### 6.1.11.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bürgschaften / Garantien"`
+
+##### 6.1.11.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"GUA"`
+
+##### 6.1.11.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 6.1.11.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 6.1.12. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 6.1.12.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"loans"`
+
+##### 6.1.12.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"prêts"`
+
+##### 6.1.12.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Darlehen"`
+
+##### 6.1.12.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LOA"`
+
+##### 6.1.12.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 6.1.12.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 6.1.13. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i5_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i5_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i5_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i5_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i5_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i5_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 6.1.13.1. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"subordinated loans"`
+
+##### 6.1.13.2. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"prêts subordonnés"`
+
+##### 6.1.13.3. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Nachrangdarlehen"`
+
+##### 6.1.13.4. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SLOA"`
+
+##### 6.1.13.5. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 6.1.13.6. Property `Sector Location Schema > allOf > item 5 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 7. Property `Sector Location Schema > allOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 7.1. If (sector = "Governance / Decentralization")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i6_then_anyOf_i0) |
+| [item 1](#allOf_i6_then_anyOf_i1) |
+| [item 2](#allOf_i6_then_anyOf_i2) |
+| [item 3](#allOf_i6_then_anyOf_i3) |
+| [item 4](#allOf_i6_then_anyOf_i4) |
+| [item 5](#allOf_i6_then_anyOf_i5) |
+| [item 6](#allOf_i6_then_anyOf_i6) |
+| [item 7](#allOf_i6_then_anyOf_i7) |
+| [item 8](#allOf_i6_then_anyOf_i8) |
+| [item 9](#allOf_i6_then_anyOf_i9) |
+| [item 10](#allOf_i6_then_anyOf_i10) |
+| [item 11](#allOf_i6_then_anyOf_i11) |
+| [item 12](#allOf_i6_then_anyOf_i12) |
+| [item 13](#allOf_i6_then_anyOf_i13) |
+| [item 14](#allOf_i6_then_anyOf_i14) |
+| [item 15](#allOf_i6_then_anyOf_i15) |
+| [item 16](#allOf_i6_then_anyOf_i16) |
+| [item 17](#allOf_i6_then_anyOf_i17) |
+
+#### 7.1.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 7.1.1.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" ICT infrastructure (broadband / connectivity)"`
+
+##### 7.1.1.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" infrastructure TIC (haut débit/connectivité)"`
+
+##### 7.1.1.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" IKT-Infrastruktur (Breitband / Konnektivität)"`
+
+##### 7.1.1.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ICTBB"`
+
+##### 7.1.1.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.1.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 7.1.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 7.1.2.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" ICT infrastructure (data center)"`
+
+##### 7.1.2.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" infrastructure TIC (centre de données)"`
+
+##### 7.1.2.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `" IKT-Infrastruktur (Rechenzentrum)"`
+
+##### 7.1.2.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ICTDC"`
+
+##### 7.1.2.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.2.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 7.1.3.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(communal) public infrastructure"`
+
+##### 7.1.3.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure publique (communale)"`
+
+##### 7.1.3.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(kommunale) öffentliche Infrastruktur"`
+
+##### 7.1.3.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PUBIN"`
+
+##### 7.1.3.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.3.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i6_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 7.1.4.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(communal) public office"`
+
+##### 7.1.4.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"service public (communal)"`
+
+##### 7.1.4.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(kommunale) öffentliche / lokale Verwaltung"`
+
+##### 7.1.4.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PUBOF"`
+
+##### 7.1.4.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.4.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a facility housing local governmental offices, usually a city, town, or village hall"`
+
+##### 7.1.4.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 7.1.5.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"citizen service center"`
+
+##### 7.1.5.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centre de service aux citoyens"`
+
+##### 7.1.5.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bürgerservicezentrum"`
+
+##### 7.1.5.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CITSC"`
+
+##### 7.1.5.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.5.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i6_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 7.1.6.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"customs office"`
+
+##### 7.1.6.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"service des douanes"`
+
+##### 7.1.6.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Zollstelle"`
+
+##### 7.1.6.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PSTC"`
+
+##### 7.1.6.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.6.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building where customs and duties are paid on goods"`
+
+##### 7.1.6.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i6_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 7.1.7.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"fire station"`
+
+##### 7.1.7.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"caserne de pompiers "`
+
+##### 7.1.7.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Feuerwache "`
+
+##### 7.1.7.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FIRE"`
+
+##### 7.1.7.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.7.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"building housing firefighters and/or fire fighting equipment"`
+
+##### 7.1.7.7. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.8. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 7.1.8.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"media support"`
+
+##### 7.1.8.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien aux médias"`
+
+##### 7.1.8.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Medienförderung"`
+
+##### 7.1.8.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MEDIA"`
+
+##### 7.1.8.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.8.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.9. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 7.1.9.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"public (admin) training institute"`
+
+##### 7.1.9.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"établissement de formation public (administrative)"`
+
+##### 7.1.9.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Ausbildungsinstitut für die Öffentliche Verwaltung"`
+
+##### 7.1.9.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PUBTI"`
+
+##### 7.1.9.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 7.1.9.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 7.1.10. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 7.1.10.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"violence prevention"`
+
+##### 7.1.10.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"prévention de la violence"`
+
+##### 7.1.10.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gewaltprävention"`
+
+##### 7.1.10.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"VIOPR"`
+
+##### 7.1.10.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.10.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.11. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 7.1.11.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cadastre / land management / tenure system / area"`
+
+##### 7.1.11.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cadastre / gestion foncière / système foncier / zone"`
+
+##### 7.1.11.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kataster / Grundstücksverwaltung / Pachtwesen (Gebiet)"`
+
+##### 7.1.11.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CADS"`
+
+##### 7.1.11.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.11.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.12. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 7.1.12.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"citizen participation / feedback (system)"`
+
+##### 7.1.12.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"participation / retour par les citoyens (système)"`
+
+##### 7.1.12.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bürgerbeteiligung / -feedback (System)"`
+
+##### 7.1.12.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CITPT"`
+
+##### 7.1.12.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.12.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.13. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 7.1.13.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"decentralisation support & communal development"`
+
+##### 7.1.13.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien à la décentralisation et au développement communal"`
+
+##### 7.1.13.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung der Dezentralisierung & Kommunalentwicklung"`
+
+##### 7.1.13.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DECCD"`
+
+##### 7.1.13.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.13.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.14. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 7.1.14.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"democratization support"`
+
+##### 7.1.14.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien à la démocratisation"`
+
+##### 7.1.14.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Demokratieförderung"`
+
+##### 7.1.14.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DEMS"`
+
+##### 7.1.14.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.14.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.15. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 7.1.15.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"digital transformation of public services"`
+
+##### 7.1.15.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"transformation numérique des services publics"`
+
+##### 7.1.15.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Digitale Transformation der öffentlichen Verwaltung"`
+
+##### 7.1.15.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DTPUB"`
+
+##### 7.1.15.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.15.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.16. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 7.1.16.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"domestic revenue mobilization"`
+
+##### 7.1.16.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mobilisation des recettes nationales "`
+
+##### 7.1.16.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Mobilisierung von Eigeneinnahmen "`
+
+##### 7.1.16.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DOMRV"`
+
+##### 7.1.16.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.16.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.17. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 7.1.17.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"intergovernmental fiscal transfer mechanism"`
+
+##### 7.1.17.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mécanisme de transfert fiscal intergouvernemental"`
+
+##### 7.1.17.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung zwischenstaatlicher Finanztransfers"`
+
+##### 7.1.17.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IFTRM"`
+
+##### 7.1.17.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.17.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 7.1.18. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i6_then_anyOf_i17_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i6_then_anyOf_i17_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i6_then_anyOf_i17_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i6_then_anyOf_i17_code ) | No | const | No | - | - |
+| - [character](#allOf_i6_then_anyOf_i17_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i6_then_anyOf_i17_geometry ) | No | const | No | - | - |
+
+##### 7.1.18.1. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"public financial management (PFM)"`
+
+##### 7.1.18.2. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"gestion financière publique (GFP)"`
+
+##### 7.1.18.3. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Unterstützung der öffentlichen Finanzverwaltung (PFM)"`
+
+##### 7.1.18.4. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PFM"`
+
+##### 7.1.18.5. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 7.1.18.6. Property `Sector Location Schema > allOf > item 6 > then > anyOf > item 17 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 8. Property `Sector Location Schema > allOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 8.1. If (sector = "Health")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#allOf_i7_then_anyOf_i0) |
+| [item 1](#allOf_i7_then_anyOf_i1) |
+| [item 2](#allOf_i7_then_anyOf_i2) |
+| [item 3](#allOf_i7_then_anyOf_i3) |
+| [item 4](#allOf_i7_then_anyOf_i4) |
+| [item 5](#allOf_i7_then_anyOf_i5) |
+| [item 6](#allOf_i7_then_anyOf_i6) |
+| [item 7](#allOf_i7_then_anyOf_i7) |
+| [item 8](#allOf_i7_then_anyOf_i8) |
+| [item 9](#allOf_i7_then_anyOf_i9) |
+
+#### 8.1.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i7_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 8.1.1.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"clinic"`
+
+##### 8.1.1.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"clinique "`
+
+##### 8.1.1.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Klinik "`
+
+##### 8.1.1.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HSPC"`
+
+##### 8.1.1.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.1.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a medical facility associated with a hospital for outpatients"`
+
+##### 8.1.1.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [description](#allOf_i7_then_anyOf_i1_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 8.1.2.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"dispensary"`
+
+##### 8.1.2.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"dispensaire"`
+
+##### 8.1.2.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Apotheke / Medizinausgabestelle"`
+
+##### 8.1.2.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HSPD"`
+
+##### 8.1.2.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.2.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building where medical or dental aid is dispensed"`
+
+##### 8.1.2.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 8.1.3.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"health post"`
+
+##### 8.1.3.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centre de santé"`
+
+##### 8.1.3.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gesundheitsstation"`
+
+##### 8.1.3.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HSPP"`
+
+##### 8.1.3.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.3.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i7_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 8.1.4.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hospital"`
+
+##### 8.1.4.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hôpital "`
+
+##### 8.1.4.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Krankenhaus "`
+
+##### 8.1.4.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HSP"`
+
+##### 8.1.4.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.4.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building in which sick or injured, especially those confined to bed, are medically treated"`
+
+##### 8.1.4.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 8.1.5.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"laboratory"`
+
+##### 8.1.5.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"laboratoire"`
+
+##### 8.1.5.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Labor"`
+
+##### 8.1.5.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LAB"`
+
+##### 8.1.5.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.5.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 8.1.6.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"medical isolation station"`
+
+##### 8.1.6.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station d’isolement médical"`
+
+##### 8.1.6.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Isolierstation"`
+
+##### 8.1.6.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MEDST"`
+
+##### 8.1.6.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.6.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.7. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 8.1.7.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"medical products development"`
+
+##### 8.1.7.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"développement de produits médicaux"`
+
+##### 8.1.7.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Entwicklung medizinischer Produkte"`
+
+##### 8.1.7.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MEDPD"`
+
+##### 8.1.7.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 8.1.7.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 8.1.8. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 8.1.8.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"distribution of medical products / contraceptives"`
+
+##### 8.1.8.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"distribution de produits médicaux / contraceptifs"`
+
+##### 8.1.8.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Vertrieb medizinischer Produkte / Kontrazeptiva"`
+
+##### 8.1.8.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MEDIS"`
+
+##### 8.1.8.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 8.1.8.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 8.1.9. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 8.1.9.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"social franchising / NGO clinics"`
+
+##### 8.1.9.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"franchise sociale / cliniques d’ONG"`
+
+##### 8.1.9.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Social Franchising / NRO-Kliniken"`
+
+##### 8.1.9.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SOCFR"`
+
+##### 8.1.9.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 8.1.9.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 8.1.10. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i7_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i7_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i7_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i7_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i7_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i7_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 8.1.10.1. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"social marketing"`
+
+##### 8.1.10.2. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"marketing social "`
+
+##### 8.1.10.3. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soziales Marketing "`
+
+##### 8.1.10.4. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SOCMK"`
+
+##### 8.1.10.5. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 8.1.10.6. Property `Sector Location Schema > allOf > item 7 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 9. Property `Sector Location Schema > allOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 9.1. If (sector = "Marine_Natural_Resources_Protection")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| --------------------------------- |
+| [item 0](#allOf_i8_then_anyOf_i0) |
+| [item 1](#allOf_i8_then_anyOf_i1) |
+| [item 2](#allOf_i8_then_anyOf_i2) |
+| [item 3](#allOf_i8_then_anyOf_i3) |
+| [item 4](#allOf_i8_then_anyOf_i4) |
+| [item 5](#allOf_i8_then_anyOf_i5) |
+| [item 6](#allOf_i8_then_anyOf_i6) |
+| [item 7](#allOf_i8_then_anyOf_i7) |
+| [item 8](#allOf_i8_then_anyOf_i8) |
+
+#### 9.1.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i8_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 9.1.1.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"coast"`
+
+##### 9.1.1.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"côte "`
+
+##### 9.1.1.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Küste "`
+
+##### 9.1.1.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CST"`
+
+##### 9.1.1.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.1.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a zone of variable width straddling the shoreline"`
+
+##### 9.1.1.7. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 9.1.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 9.1.2.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"coral reef"`
+
+##### 9.1.2.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"récif corallien"`
+
+##### 9.1.2.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Korallenriff"`
+
+##### 9.1.2.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CRF"`
+
+##### 9.1.2.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.2.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 9.1.3.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"exclusive economic zone (EEZ)"`
+
+##### 9.1.3.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone économique exclusive (ZEE)"`
+
+##### 9.1.3.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ausschließliche Wirtschaftszone (AWZ)"`
+
+##### 9.1.3.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EEZ"`
+
+##### 9.1.3.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.3.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 9.1.4.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"kelp-forest"`
+
+##### 9.1.4.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"forêt de varech"`
+
+##### 9.1.4.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Seetangwald (Gebiet)"`
+
+##### 9.1.4.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"KELP"`
+
+##### 9.1.4.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.4.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 9.1.5.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mangroves"`
+
+##### 9.1.5.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mangroves"`
+
+##### 9.1.5.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Mangroven (Gebiet)"`
+
+##### 9.1.5.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MANG"`
+
+##### 9.1.5.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.5.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 9.1.6.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"marine protected area (MPA)"`
+
+##### 9.1.6.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aire marine protégée (AMP)"`
+
+##### 9.1.6.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Meeresschutzgebiet (MPA)"`
+
+##### 9.1.6.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MPA"`
+
+##### 9.1.6.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.6.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.7. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 9.1.7.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"no-take-zone"`
+
+##### 9.1.7.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de non prélèvement"`
+
+##### 9.1.7.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gebiet ohne extraktive Bewirtschaftung"`
+
+##### 9.1.7.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"NTZ"`
+
+##### 9.1.7.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.7.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.8. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 9.1.8.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"seagrass-meadow"`
+
+##### 9.1.8.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"herbier marin"`
+
+##### 9.1.8.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Seegraswiese"`
+
+##### 9.1.8.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SEAGR"`
+
+##### 9.1.8.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.8.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 9.1.9. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i8_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i8_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i8_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i8_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i8_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i8_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 9.1.9.1. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"small scale fisheries (SSF) zone"`
+
+##### 9.1.9.2. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de pêche artisanale (PPA)"`
+
+##### 9.1.9.3. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kleinfischerei-Zone (SSF)"`
+
+##### 9.1.9.4. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SSF"`
+
+##### 9.1.9.5. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 9.1.9.6. Property `Sector Location Schema > allOf > item 8 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 10. Property `Sector Location Schema > allOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 10.1. If (sector = "Mobility / Transport")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ----------------------------------- |
+| [item 0](#allOf_i9_then_anyOf_i0) |
+| [item 1](#allOf_i9_then_anyOf_i1) |
+| [item 2](#allOf_i9_then_anyOf_i2) |
+| [item 3](#allOf_i9_then_anyOf_i3) |
+| [item 4](#allOf_i9_then_anyOf_i4) |
+| [item 5](#allOf_i9_then_anyOf_i5) |
+| [item 6](#allOf_i9_then_anyOf_i6) |
+| [item 7](#allOf_i9_then_anyOf_i7) |
+| [item 8](#allOf_i9_then_anyOf_i8) |
+| [item 9](#allOf_i9_then_anyOf_i9) |
+| [item 10](#allOf_i9_then_anyOf_i10) |
+| [item 11](#allOf_i9_then_anyOf_i11) |
+| [item 12](#allOf_i9_then_anyOf_i12) |
+| [item 13](#allOf_i9_then_anyOf_i13) |
+| [item 14](#allOf_i9_then_anyOf_i14) |
+| [item 15](#allOf_i9_then_anyOf_i15) |
+| [item 16](#allOf_i9_then_anyOf_i16) |
+| [item 17](#allOf_i9_then_anyOf_i17) |
+| [item 18](#allOf_i9_then_anyOf_i18) |
+| [item 19](#allOf_i9_then_anyOf_i19) |
+| [item 20](#allOf_i9_then_anyOf_i20) |
+| [item 21](#allOf_i9_then_anyOf_i21) |
+| [item 22](#allOf_i9_then_anyOf_i22) |
+| [item 23](#allOf_i9_then_anyOf_i23) |
+| [item 24](#allOf_i9_then_anyOf_i24) |
+| [item 25](#allOf_i9_then_anyOf_i25) |
+| [item 26](#allOf_i9_then_anyOf_i26) |
+| [item 27](#allOf_i9_then_anyOf_i27) |
+| [item 28](#allOf_i9_then_anyOf_i28) |
+| [item 29](#allOf_i9_then_anyOf_i29) |
+| [item 30](#allOf_i9_then_anyOf_i30) |
+| [item 31](#allOf_i9_then_anyOf_i31) |
+| [item 32](#allOf_i9_then_anyOf_i32) |
+| [item 33](#allOf_i9_then_anyOf_i33) |
+| [item 34](#allOf_i9_then_anyOf_i34) |
+
+#### 10.1.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 10.1.1.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"airplane(s)"`
+
+##### 10.1.1.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"avion(s)"`
+
+##### 10.1.1.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Flugzeug(e)"`
+
+##### 10.1.1.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AIRPL"`
+
+##### 10.1.1.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.1.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 10.1.2.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"airport"`
+
+##### 10.1.2.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aéroport"`
+
+##### 10.1.2.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Flughafen"`
+
+##### 10.1.2.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AIRP"`
+
+##### 10.1.2.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.2.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 10.1.3.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aviation safety system / flight control"`
+
+##### 10.1.3.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de sécurité aéronautique / contrôle de vol"`
+
+##### 10.1.3.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Flugsicherheitssystem / Flugsteuerung"`
+
+##### 10.1.3.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AVSS"`
+
+##### 10.1.3.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.3.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 10.1.4.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"boats / boat yard"`
+
+##### 10.1.4.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bateaux / chantier naval"`
+
+##### 10.1.4.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Boote / Bootswerft"`
+
+##### 10.1.4.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BOATY"`
+
+##### 10.1.4.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.4.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 10.1.5.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bridge"`
+
+##### 10.1.5.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pont "`
+
+##### 10.1.5.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Brücke "`
+
+##### 10.1.5.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BDG"`
+
+##### 10.1.5.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.5.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a structure erected across an obstacle such as a stream, road, etc., in order to carry roads, railroads, and pedestrians across"`
+
+##### 10.1.5.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 10.1.6.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus rapid transit (BRT) / bus system"`
+
+##### 10.1.6.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus à haut niveau de service (BHNS) / système de bus"`
+
+##### 10.1.6.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bus Rapid Transit (BRT) / Bussystem"`
+
+##### 10.1.6.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BRT"`
+
+##### 10.1.6.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.6.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 10.1.7.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"buses"`
+
+##### 10.1.7.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus"`
+
+##### 10.1.7.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Busse"`
+
+##### 10.1.7.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BUS"`
+
+##### 10.1.7.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.7.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 10.1.8.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"electric / diesel multiple unit (DMU/EMU)"`
+
+##### 10.1.8.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"unité multiple électrique / diesel (DMU/EMU)"`
+
+##### 10.1.8.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Elektro-/ Dieseltriebwagen (DMU/EMU)"`
+
+##### 10.1.8.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DEMU"`
+
+##### 10.1.8.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.8.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.9. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 10.1.9.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ferry (line, system)"`
+
+##### 10.1.9.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ferry (ligne, système)"`
+
+##### 10.1.9.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fähre (Linie, System)"`
+
+##### 10.1.9.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FERRY"`
+
+##### 10.1.9.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.9.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.10. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| --------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 10.1.10.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"freight waggons"`
+
+##### 10.1.10.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"wagons de fret"`
+
+##### 10.1.10.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Güterwagen, -wägen"`
+
+##### 10.1.10.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FREIG"`
+
+##### 10.1.10.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.10.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.11. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 10.1.11.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"heavy rail system"`
+
+##### 10.1.11.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système ferroviaire lourd"`
+
+##### 10.1.11.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Schwerlast-Schienennetzsystem"`
+
+##### 10.1.11.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HRS"`
+
+##### 10.1.11.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.11.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.12. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 10.1.12.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"highway"`
+
+##### 10.1.12.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autoroute"`
+
+##### 10.1.12.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Autobahn"`
+
+##### 10.1.12.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HIGHW"`
+
+##### 10.1.12.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.12.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 10.1.13. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i12_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 10.1.13.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"intermodal passenger hub"`
+
+##### 10.1.13.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hub intermodal de voyageurs"`
+
+##### 10.1.13.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"intermodaler Personenverkehrsknotenpunkt"`
+
+##### 10.1.13.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IMHUB"`
+
+##### 10.1.13.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.13.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus to bike, ferry to bus, train to tuktuk etc."`
+
+##### 10.1.13.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.14. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 10.1.14.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"light rail transit system"`
+
+##### 10.1.14.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de transport ferroviaire léger"`
+
+##### 10.1.14.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kleinbahn- / Leichtlast-Schienennetzsystem"`
+
+##### 10.1.14.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LRTS"`
+
+##### 10.1.14.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.14.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.15. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 10.1.15.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"locomotives / trains"`
+
+##### 10.1.15.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"locomotives / trains"`
+
+##### 10.1.15.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lokomotiven / Züge"`
+
+##### 10.1.15.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LOCOM"`
+
+##### 10.1.15.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.15.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.16. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 10.1.16.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"marshelling yard"`
+
+##### 10.1.16.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"gare de triage"`
+
+##### 10.1.16.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Rangierbahnhof"`
+
+##### 10.1.16.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MARY"`
+
+##### 10.1.16.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.16.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.17. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 10.1.17.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"multimodal terminal / logistic node"`
+
+##### 10.1.17.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"terminal multimodal / nœud logistique"`
+
+##### 10.1.17.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Multimodales Terminal / Logistikknoten"`
+
+##### 10.1.17.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MMT"`
+
+##### 10.1.17.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.17.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.18. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i17_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i17_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i17_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i17_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i17_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i17_geometry ) | No | const | No | - | - |
+
+##### 10.1.18.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"other road based-vehicles"`
+
+##### 10.1.18.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autres véhicules routiers"`
+
+##### 10.1.18.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"andere Straßenfahrzeuge"`
+
+##### 10.1.18.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ORBVE"`
+
+##### 10.1.18.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.18.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 17 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.19. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i18_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i18_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i18_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i18_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i18_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i18_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i9_then_anyOf_i18_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i18_geometry ) | No | const | No | - | - |
+
+##### 10.1.19.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"passenger coaches"`
+
+##### 10.1.19.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"voitures de voyageurs"`
+
+##### 10.1.19.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Reisezugwagen"`
+
+##### 10.1.19.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PASSC"`
+
+##### 10.1.19.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.19.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 10.1.19.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 10.1.19.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 18 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.20. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i19_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i19_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i19_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i19_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i19_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i19_geometry ) | No | const | No | - | - |
+
+##### 10.1.20.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"pedestrian lane(s) / bike lane(s)"`
+
+##### 10.1.20.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"voie(s) piétonne(s) / piste(s) cyclable(s)"`
+
+##### 10.1.20.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fußgängerstreifen / Fahrradstreifen"`
+
+##### 10.1.20.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LANE"`
+
+##### 10.1.20.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.20.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 19 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 10.1.21. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i20_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i20_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i20_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i20_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i20_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i20_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i9_then_anyOf_i20_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i20_geometry ) | No | const | No | - | - |
+
+##### 10.1.21.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"port"`
+
+##### 10.1.21.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"port "`
+
+##### 10.1.21.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Hafen"`
+
+##### 10.1.21.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PRT"`
+
+##### 10.1.21.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.21.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a place provided with terminal and transfer facilities for loading and discharging waterborne cargo or passengers, usually located in a harbor"`
+
+##### 10.1.21.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 10.1.21.8. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 20 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.22. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i21_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i21_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i21_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i21_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i21_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i21_geometry ) | No | const | No | - | - |
+
+##### 10.1.22.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rail infrastructure interurban"`
+
+##### 10.1.22.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure ferroviaire interurbaine"`
+
+##### 10.1.22.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Interurbane Schieneninfrastruktur"`
+
+##### 10.1.22.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RINTE"`
+
+##### 10.1.22.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.22.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 21 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 10.1.23. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i22_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i22_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i22_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i22_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i22_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i22_geometry ) | No | const | No | - | - |
+
+##### 10.1.23.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rail infrastructure intraurban"`
+
+##### 10.1.23.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure ferroviaire intraurbaine"`
+
+##### 10.1.23.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Innerstädtische Eisenbahninfrastruktur"`
+
+##### 10.1.23.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RINTR"`
+
+##### 10.1.23.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.23.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 22 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.24. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i23_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i23_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i23_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i23_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i23_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i23_geometry ) | No | const | No | - | - |
+
+##### 10.1.24.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rail operation control system / intelligent transport system (ITS)"`
+
+##### 10.1.24.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de contrôle de l’exploitation ferroviaire/système de transport intelligent (STI)"`
+
+##### 10.1.24.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Steuerungssystem für den Bahnbetrieb / Intelligentes Verkehrssystem (ITS)"`
+
+##### 10.1.24.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ROCS"`
+
+##### 10.1.24.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.24.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 23 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.25. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i24_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i24_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i24_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i24_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i24_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i24_geometry ) | No | const | No | - | - |
+
+##### 10.1.25.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rail station"`
+
+##### 10.1.25.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"gare ferroviaire "`
+
+##### 10.1.25.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Bahnhof "`
+
+##### 10.1.25.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RS"`
+
+##### 10.1.25.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.25.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 24 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.26. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i25_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i25_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i25_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i25_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i25_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i25_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i25_geometry ) | No | const | No | - | - |
+
+##### 10.1.26.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"railroad"`
+
+##### 10.1.26.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"chemin de fer "`
+
+##### 10.1.26.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Eisenbahnlinie "`
+
+##### 10.1.26.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RR"`
+
+##### 10.1.26.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.26.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a permanent twin steel-rail track on which freight and passenger cars move long distances"`
+
+##### 10.1.26.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 25 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 10.1.27. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i26_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i26_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i26_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i26_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i26_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i26_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i26_geometry ) | No | const | No | - | - |
+
+##### 10.1.27.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"road"`
+
+##### 10.1.27.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"route "`
+
+##### 10.1.27.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Straße "`
+
+##### 10.1.27.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RD"`
+
+##### 10.1.27.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.27.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an open way with improved surface for transportation of animals, people and vehicles"`
+
+##### 10.1.27.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 26 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 10.1.28. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i27_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i27_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i27_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i27_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i27_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i27_geometry ) | No | const | No | - | - |
+
+##### 10.1.28.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rural road(s)"`
+
+##### 10.1.28.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"route(s) rurale(s)"`
+
+##### 10.1.28.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Landstraße(n)"`
+
+##### 10.1.28.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RURRD"`
+
+##### 10.1.28.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.28.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 27 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.29. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i28_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i28_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i28_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i28_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i28_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i28_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i28_geometry ) | No | const | No | - | - |
+
+##### 10.1.29.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"subway (system)"`
+
+##### 10.1.29.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"métro (système)"`
+
+##### 10.1.29.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"U-Bahn (System)"`
+
+##### 10.1.29.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SUBWS"`
+
+##### 10.1.29.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.29.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a railroad used for mass public transportation primarily in urban areas, all or part of the system may be located below, above, or at ground level"`
+
+##### 10.1.29.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 28 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.30. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i29_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i29_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i29_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i29_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i29_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i29_geometry ) | No | const | No | - | - |
+
+##### 10.1.30.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"terminal (within port)"`
+
+##### 10.1.30.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"terminal (dans un port)"`
+
+##### 10.1.30.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Terminal (innerhalb des Hafens)"`
+
+##### 10.1.30.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TERM"`
+
+##### 10.1.30.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.30.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 29 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.31. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i30_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i30_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i30_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i30_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i30_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i30_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i30_geometry ) | No | const | No | - | - |
+
+##### 10.1.31.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"traffic management center / IST"`
+
+##### 10.1.31.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centre de gestion du trafic / STI"`
+
+##### 10.1.31.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Verkehrsleitstelle / ITS"`
+
+##### 10.1.31.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TMITS"`
+
+##### 10.1.31.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.31.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"traffic management center / intelligent transport system (ITS)"`
+
+##### 10.1.31.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 30 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.32. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i31_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i31_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i31_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i31_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i31_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i31_geometry ) | No | const | No | - | - |
+
+##### 10.1.32.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"tramway (system)"`
+
+##### 10.1.32.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"tramway (système)"`
+
+##### 10.1.32.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Straßenbahn (-system)"`
+
+##### 10.1.32.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TRAMW"`
+
+##### 10.1.32.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.32.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 31 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.33. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i32_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i32_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i32_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i32_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i32_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i32_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i32_geometry ) | No | const | No | - | - |
+
+##### 10.1.33.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"warehouse / logistics center"`
+
+##### 10.1.33.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"entrepôt / centre logistique"`
+
+##### 10.1.33.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lager / Logistikzentrum"`
+
+##### 10.1.33.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SHSE"`
+
+##### 10.1.33.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.33.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a building for storing goods, especially provisions"`
+
+##### 10.1.33.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 32 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 10.1.34. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i33_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i33_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i33_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i33_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i33_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i33_geometry ) | No | const | No | - | - |
+
+##### 10.1.34.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"waterway(s) (system)"`
+
+##### 10.1.34.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"voie(s) navigable(s) (système)"`
+
+##### 10.1.34.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserstraße(n) (-system)"`
+
+##### 10.1.34.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WATERW"`
+
+##### 10.1.34.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.34.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 33 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 10.1.35. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i9_then_anyOf_i34_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i9_then_anyOf_i34_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i9_then_anyOf_i34_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i9_then_anyOf_i34_code ) | No | const | No | - | - |
+| - [character](#allOf_i9_then_anyOf_i34_character ) | No | const | No | - | - |
+| - [description](#allOf_i9_then_anyOf_i34_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i9_then_anyOf_i34_geometry ) | No | const | No | - | - |
+
+##### 10.1.35.1. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus station"`
+
+##### 10.1.35.2. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"gare routière"`
+
+##### 10.1.35.3. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Busbahnhof"`
+
+##### 10.1.35.4. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BUSST"`
+
+##### 10.1.35.5. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 10.1.35.6. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bus station"`
+
+##### 10.1.35.7. Property `Sector Location Schema > allOf > item 9 > then > anyOf > item 34 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+## 11. Property `Sector Location Schema > allOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 11.1. If (sector = "Peace / Displacement / Fragility")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#allOf_i10_then_anyOf_i0) |
+| [item 1](#allOf_i10_then_anyOf_i1) |
+| [item 2](#allOf_i10_then_anyOf_i2) |
+| [item 3](#allOf_i10_then_anyOf_i3) |
+| [item 4](#allOf_i10_then_anyOf_i4) |
+| [item 5](#allOf_i10_then_anyOf_i5) |
+| [item 6](#allOf_i10_then_anyOf_i6) |
+| [item 7](#allOf_i10_then_anyOf_i7) |
+| [item 8](#allOf_i10_then_anyOf_i8) |
+
+#### 11.1.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i10_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 11.1.1.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"camp(s)"`
+
+##### 11.1.1.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"camp(s) "`
+
+##### 11.1.1.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lager / Camp(s)"`
+
+##### 11.1.1.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CMP"`
+
+##### 11.1.1.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 11.1.1.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a site occupied by tents, huts, or other shelters for temporary use"`
+
+##### 11.1.1.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 11.1.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 11.1.2.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"emergency supplies distribution area"`
+
+##### 11.1.2.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de distribution des fournitures d’urgence"`
+
+##### 11.1.2.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Nothilfe-Versorgungsgebiet"`
+
+##### 11.1.2.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EMSD"`
+
+##### 11.1.2.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 11.1.2.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 11.1.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 11.1.3.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"food access point"`
+
+##### 11.1.3.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point d’accès aux denrées alimentaires"`
+
+##### 11.1.3.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lebensmittelzugangspunkt"`
+
+##### 11.1.3.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FAP"`
+
+##### 11.1.3.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 11.1.3.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 11.1.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 11.1.4.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"internally displaced persons (IDP) camp"`
+
+##### 11.1.4.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"camp des personnes déplacées internes (PDI)"`
+
+##### 11.1.4.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Lager für Binnenvertriebene"`
+
+##### 11.1.4.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CMPID"`
+
+##### 11.1.4.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 11.1.4.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 11.1.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i10_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 11.1.5.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"refugee camp"`
+
+##### 11.1.5.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"camp de réfugiés "`
+
+##### 11.1.5.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Flüchtlingslager "`
+
+##### 11.1.5.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CMPRF"`
+
+##### 11.1.5.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 11.1.5.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a camp used by refugees"`
+
+##### 11.1.5.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 11.1.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 11.1.6.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"community policing"`
+
+##### 11.1.6.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"police de proximité"`
+
+##### 11.1.6.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gemeindepolizei"`
+
+##### 11.1.6.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CPOL"`
+
+##### 11.1.6.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 11.1.6.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 11.1.7. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 11.1.7.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"disarmament, demobilisation, reintegration of combatants (DDR)"`
+
+##### 11.1.7.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"désarmement, démobilisation, réintégration des combattants (DDR)"`
+
+##### 11.1.7.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Entwaffnung, Demobilisierung und Wiedereingliederung der Kombattanten (DDR)"`
+
+##### 11.1.7.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DDR"`
+
+##### 11.1.7.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 11.1.7.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 11.1.8. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 11.1.8.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"election support"`
+
+##### 11.1.8.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"soutien aux élections"`
+
+##### 11.1.8.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wahlunterstützung"`
+
+##### 11.1.8.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ELEC"`
+
+##### 11.1.8.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 11.1.8.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 11.1.9. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i10_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i10_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i10_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i10_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i10_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i10_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 11.1.9.1. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"reparation payments"`
+
+##### 11.1.9.2. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"indemnités de réparation"`
+
+##### 11.1.9.3. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Reparationszahlungen"`
+
+##### 11.1.9.4. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"REPAP"`
+
+##### 11.1.9.5. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 11.1.9.6. Property `Sector Location Schema > allOf > item 10 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 12. Property `Sector Location Schema > allOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 12.1. If (sector = "Social_Protection")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#allOf_i11_then_anyOf_i0) |
+| [item 1](#allOf_i11_then_anyOf_i1) |
+| [item 2](#allOf_i11_then_anyOf_i2) |
+| [item 3](#allOf_i11_then_anyOf_i3) |
+| [item 4](#allOf_i11_then_anyOf_i4) |
+| [item 5](#allOf_i11_then_anyOf_i5) |
+| [item 6](#allOf_i11_then_anyOf_i6) |
+
+#### 12.1.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 12.1.1.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"women's shelter / GBV support"`
+
+##### 12.1.1.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centre d’accueil pour femmes / soutien aux victimes de la violence liée au sexe"`
+
+##### 12.1.1.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Frauenhaus / GBV-Unterstützung"`
+
+##### 12.1.1.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WOSH"`
+
+##### 12.1.1.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 12.1.1.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 12.1.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 12.1.2.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"basic social services"`
+
+##### 12.1.2.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"services sociaux de base"`
+
+##### 12.1.2.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Soziale Grundversorgung"`
+
+##### 12.1.2.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"BASSS"`
+
+##### 12.1.2.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.2.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 12.1.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 12.1.3.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cash- / food-for-work"`
+
+##### 12.1.3.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"argent / nourriture contre travail"`
+
+##### 12.1.3.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Temporäre Beschäftigungsmaßnahmen (z.b. Cash-for-Work / Food-for-Work)"`
+
+##### 12.1.3.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CFFW"`
+
+##### 12.1.3.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.3.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 12.1.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 12.1.4.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cash transfers"`
+
+##### 12.1.4.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"virements en espèces"`
+
+##### 12.1.4.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Finanzielle Hilfen"`
+
+##### 12.1.4.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CASHT"`
+
+##### 12.1.4.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.4.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 12.1.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 12.1.5.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"climate risk insurance"`
+
+##### 12.1.5.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"assurance risque climatique"`
+
+##### 12.1.5.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Klimarisikoversicherung"`
+
+##### 12.1.5.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CLRIN"`
+
+##### 12.1.5.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.5.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 12.1.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 12.1.6.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"social protection system"`
+
+##### 12.1.6.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de protection sociale"`
+
+##### 12.1.6.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Soziales Sicherungssystem / Zugang zu sozialen Basisdienstleistungen"`
+
+##### 12.1.6.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SPROS"`
+
+##### 12.1.6.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.6.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 12.1.7. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i11_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i11_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i11_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i11_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i11_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i11_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 12.1.7.1. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"employment subsidies"`
+
+##### 12.1.7.2. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"subventions à l’emploi"`
+
+##### 12.1.7.3. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Beschäftigungszuschüsse (Leistungen zur besseren Integration in den Arbeitsmarkt, z.B. Existenzgründungszuschüsse, Lohnfortzahlungen, Lohnsubventionen)"`
+
+##### 12.1.7.4. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"EMPS"`
+
+##### 12.1.7.5. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 12.1.7.6. Property `Sector Location Schema > allOf > item 11 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 13. Property `Sector Location Schema > allOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 13.1. If (sector = "Terrestrial_Natural_Resources_Protection")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ------------------------------------ |
+| [item 0](#allOf_i12_then_anyOf_i0) |
+| [item 1](#allOf_i12_then_anyOf_i1) |
+| [item 2](#allOf_i12_then_anyOf_i2) |
+| [item 3](#allOf_i12_then_anyOf_i3) |
+| [item 4](#allOf_i12_then_anyOf_i4) |
+| [item 5](#allOf_i12_then_anyOf_i5) |
+| [item 6](#allOf_i12_then_anyOf_i6) |
+| [item 7](#allOf_i12_then_anyOf_i7) |
+| [item 8](#allOf_i12_then_anyOf_i8) |
+| [item 9](#allOf_i12_then_anyOf_i9) |
+| [item 10](#allOf_i12_then_anyOf_i10) |
+| [item 11](#allOf_i12_then_anyOf_i11) |
+| [item 12](#allOf_i12_then_anyOf_i12) |
+| [item 13](#allOf_i12_then_anyOf_i13) |
+| [item 14](#allOf_i12_then_anyOf_i14) |
+| [item 15](#allOf_i12_then_anyOf_i15) |
+| [item 16](#allOf_i12_then_anyOf_i16) |
+| [item 17](#allOf_i12_then_anyOf_i17) |
+| [item 18](#allOf_i12_then_anyOf_i18) |
+| [item 19](#allOf_i12_then_anyOf_i19) |
+| [item 20](#allOf_i12_then_anyOf_i20) |
+| [item 21](#allOf_i12_then_anyOf_i21) |
+| [item 22](#allOf_i12_then_anyOf_i22) |
+| [item 23](#allOf_i12_then_anyOf_i23) |
+| [item 24](#allOf_i12_then_anyOf_i24) |
+| [item 25](#allOf_i12_then_anyOf_i25) |
+| [item 26](#allOf_i12_then_anyOf_i26) |
+| [item 27](#allOf_i12_then_anyOf_i27) |
+| [item 28](#allOf_i12_then_anyOf_i28) |
+| [item 29](#allOf_i12_then_anyOf_i29) |
+| [item 30](#allOf_i12_then_anyOf_i30) |
+| [item 31](#allOf_i12_then_anyOf_i31) |
+| [item 32](#allOf_i12_then_anyOf_i32) |
+| [item 33](#allOf_i12_then_anyOf_i33) |
+| [item 34](#allOf_i12_then_anyOf_i34) |
+| [item 35](#allOf_i12_then_anyOf_i35) |
+
+#### 13.1.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 13.1.1.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agrobiodiversity area"`
+
+##### 13.1.1.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone d’agrobiodiversité"`
+
+##### 13.1.1.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Agrobiodiversitätsgebiet"`
+
+##### 13.1.1.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AGBIO"`
+
+##### 13.1.1.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.1.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 13.1.2.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agroecology area"`
+
+##### 13.1.2.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone d’agroécologie"`
+
+##### 13.1.2.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Agrarökologiegebiet"`
+
+##### 13.1.2.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AGECO"`
+
+##### 13.1.2.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.2.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 13.1.3.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"agroforestry area"`
+
+##### 13.1.3.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone agroforestière"`
+
+##### 13.1.3.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Agroforstfläche"`
+
+##### 13.1.3.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"AGFOR"`
+
+##### 13.1.3.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.3.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 13.1.4.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"certified sustainable forest management (FSC, Rainforest Alliance, PEFC)"`
+
+##### 13.1.4.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"gestion forestière durable certifiée (FSC, Rainforest Alliance, PEFC)"`
+
+##### 13.1.4.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zertifizierte nachhaltige Waldbewirtschaftung (FSC, Rainforest Alliance, PEFC)"`
+
+##### 13.1.4.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CSFM"`
+
+##### 13.1.4.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.4.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 13.1.5.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"coastal protection area"`
+
+##### 13.1.5.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de protection côtière"`
+
+##### 13.1.5.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Küstenschutzgebiet"`
+
+##### 13.1.5.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"COAP"`
+
+##### 13.1.5.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.5.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 13.1.6.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"corridor / ecosystem connectivity"`
+
+##### 13.1.6.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"connectivité des corridors et des écosystèmes"`
+
+##### 13.1.6.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Korridor- / Ökosystemkonnektivität"`
+
+##### 13.1.6.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CORR"`
+
+##### 13.1.6.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.6.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 13.1.7.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"deforestation (area)"`
+
+##### 13.1.7.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"déforestation (surface)"`
+
+##### 13.1.7.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Entwaldung (Fläche)"`
+
+##### 13.1.7.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DEFOR"`
+
+##### 13.1.7.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.7.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i7_description ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 13.1.8.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"forest station"`
+
+##### 13.1.8.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station forestière"`
+
+##### 13.1.8.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Forststation"`
+
+##### 13.1.8.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"STNF"`
+
+##### 13.1.8.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.8.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a collection of buildings and facilities for carrying out forest management"`
+
+##### 13.1.8.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 13.1.9. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i8_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i8_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 13.1.9.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"forest(s)"`
+
+##### 13.1.9.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"forêt(s) "`
+
+##### 13.1.9.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wald / Wälder"`
+
+##### 13.1.9.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FRST"`
+
+##### 13.1.9.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.9.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area dominated by tree vegetation"`
+
+##### 13.1.9.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.9.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.10. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i9_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i9_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 13.1.10.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"glacier(s)"`
+
+##### 13.1.10.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"glacier(s) "`
+
+##### 13.1.10.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Gletscher "`
+
+##### 13.1.10.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"GLCR"`
+
+##### 13.1.10.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.10.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a mass of ice, usually at high latitudes or high elevations, with sufficient thickness to flow away from the source area in lobes, tongues, or masses"`
+
+##### 13.1.10.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.10.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.11. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i10_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i10_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 13.1.11.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"grassland"`
+
+##### 13.1.11.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"prairie "`
+
+##### 13.1.11.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Weide "`
+
+##### 13.1.11.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"GRSLD"`
+
+##### 13.1.11.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.11.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area dominated by grass vegetation"`
+
+##### 13.1.11.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.11.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.12. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i11_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i11_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 13.1.12.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"habitat or species management area (IUCN Cat IV)"`
+
+##### 13.1.12.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de gestion des habitats ou des espèces (catégorie IV de l’UICN)"`
+
+##### 13.1.12.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Habitat- oder Artenschutzgebiet (IUCN Cat IV)"`
+
+##### 13.1.12.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HSMA"`
+
+##### 13.1.12.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.12.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.12.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.12.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.13. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i12_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i12_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 13.1.13.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"indigenous & community conservation area (ICCA)"`
+
+##### 13.1.13.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"aire du patrimoine autochtone et communautaire (APAC)"`
+
+##### 13.1.13.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Indigenes und gemeinschaftliches Schutzgebiet (ICCA)"`
+
+##### 13.1.13.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ICCA"`
+
+##### 13.1.13.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.13.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.13.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.13.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.14. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i13_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i13_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 13.1.14.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"indigenous peoples & local communities (IP&LC)"`
+
+##### 13.1.14.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"peuples autochtones et communautés locales (IP&LC)"`
+
+##### 13.1.14.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Indigene Völker und lokale Gemeinschaften (IP&LC)"`
+
+##### 13.1.14.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IPALC"`
+
+##### 13.1.14.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.14.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.14.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.14.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.15. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i14_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i14_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 13.1.15.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"lake"`
+
+##### 13.1.15.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"lac "`
+
+##### 13.1.15.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"See "`
+
+##### 13.1.15.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LK"`
+
+##### 13.1.15.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.15.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a large inland body of standing water"`
+
+##### 13.1.15.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.15.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.16. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i15_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i15_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 13.1.16.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"national park (IUCN Cat II)"`
+
+##### 13.1.16.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"parc national (catégorie II de l’UICN)"`
+
+##### 13.1.16.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Nationalpark (IUCN Cat II)"`
+
+##### 13.1.16.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"NATP"`
+
+##### 13.1.16.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.16.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.16.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.16.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.17. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i16_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i16_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 13.1.17.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"natural monument or feature (IUCN Cat III)"`
+
+##### 13.1.17.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"monument ou élément naturel (catégorie III de l’UICN)"`
+
+##### 13.1.17.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Naturdenkmal (IUCN Cat III)"`
+
+##### 13.1.17.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"NATMO"`
+
+##### 13.1.17.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.17.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.17.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.17.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 13.1.18. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i17_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i17_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i17_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i17_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i17_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i17_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i17_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i17_geometry ) | No | const | No | - | - |
+
+##### 13.1.18.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ocean"`
+
+##### 13.1.18.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"océan "`
+
+##### 13.1.18.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Ozean "`
+
+##### 13.1.18.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OCN"`
+
+##### 13.1.18.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.18.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"one of the major divisions of the vast expanse of salt water covering part of the earth"`
+
+##### 13.1.18.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.18.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 17 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.19. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i18_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i18_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i18_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i18_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i18_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i18_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i18_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i18_geometry ) | No | const | No | - | - |
+
+##### 13.1.19.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"protected area with sustainable use of natural resources (IUCN Cat VI)"`
+
+##### 13.1.19.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone protégée avec utilisation durable des ressources naturelles (catégorie VI de l’UICN)"`
+
+##### 13.1.19.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Schutzgebiet mit nachhaltiger Nutzung natürlicher Ressourcen (IUCN Cat VI)"`
+
+##### 13.1.19.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PASNR"`
+
+##### 13.1.19.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.19.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.19.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.19.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 18 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.20. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i19_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i19_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i19_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i19_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i19_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i19_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i19_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i19_geometry ) | No | const | No | - | - |
+
+##### 13.1.20.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"protected farmland area"`
+
+##### 13.1.20.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone agricole protégée"`
+
+##### 13.1.20.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"landwirtschaftliches Schutzgebiet"`
+
+##### 13.1.20.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PFA"`
+
+##### 13.1.20.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.20.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.20.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.20.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 19 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.21. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i20_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i20_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i20_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i20_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i20_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i20_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i20_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i20_geometry ) | No | const | No | - | - |
+
+##### 13.1.21.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"protected landscape or seascape (IUCN Cat V)"`
+
+##### 13.1.21.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"paysage terrestre ou marin protégé (catégorie V de l’UICN)"`
+
+##### 13.1.21.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Landschafts- oder Meeresschutzgebiet (IUCN Cat V)"`
+
+##### 13.1.21.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PLOS"`
+
+##### 13.1.21.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.21.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.21.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.21.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 20 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.22. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i21_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i21_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i21_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i21_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i21_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i21_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i21_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i21_geometry ) | No | const | No | - | - |
+
+##### 13.1.22.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ranger station"`
+
+##### 13.1.22.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"poste de garde forestier"`
+
+##### 13.1.22.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Aufklärungsstation"`
+
+##### 13.1.22.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RANS"`
+
+##### 13.1.22.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.22.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.22.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.22.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 21 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 13.1.23. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i22_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i22_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i22_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i22_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i22_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i22_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i22_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i22_geometry ) | No | const | No | - | - |
+
+##### 13.1.23.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"re- / afforestation area"`
+
+##### 13.1.23.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de reboisement / reforestation"`
+
+##### 13.1.23.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Aufforstungsgebiet"`
+
+##### 13.1.23.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RAFFA"`
+
+##### 13.1.23.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.23.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.23.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.23.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 22 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.24. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i23_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i23_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i23_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i23_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i23_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i23_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i23_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i23_geometry ) | No | const | No | - | - |
+
+##### 13.1.24.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"regeneration / restoration / rehabilition area"`
+
+##### 13.1.24.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de régénération / restauration / réhabilitation"`
+
+##### 13.1.24.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Regenerations- / Sanierungs- / Rehabilitationsbereich"`
+
+##### 13.1.24.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"REGEN"`
+
+##### 13.1.24.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.24.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.24.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.24.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 23 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.25. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i24_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i24_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i24_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i24_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i24_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i24_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i24_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i24_geometry ) | No | const | No | - | - |
+
+##### 13.1.25.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"renaturation of water bodies"`
+
+##### 13.1.25.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"renaturation des masses d’eau"`
+
+##### 13.1.25.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Renaturierung von Gewässern"`
+
+##### 13.1.25.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RENAW"`
+
+##### 13.1.25.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.25.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.25.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.25.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 24 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.26. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i25_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i25_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i25_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i25_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i25_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i25_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i25_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i25_geometry ) | No | const | No | - | - |
+
+##### 13.1.26.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"scrubland"`
+
+##### 13.1.26.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"garrigue "`
+
+##### 13.1.26.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Buschland "`
+
+##### 13.1.26.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SCRB"`
+
+##### 13.1.26.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.26.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an area of low trees, bushes, and shrubs stunted by some environmental limitation"`
+
+##### 13.1.26.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.26.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 25 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.27. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i26_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i26_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i26_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i26_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i26_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i26_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i26_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i26_geometry ) | No | const | No | - | - |
+
+##### 13.1.27.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sea"`
+
+##### 13.1.27.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mer "`
+
+##### 13.1.27.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Meer "`
+
+##### 13.1.27.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SEA"`
+
+##### 13.1.27.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.27.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a large body of salt water more or less confined by continuous land or chains of islands forming a subdivision of an ocean"`
+
+##### 13.1.27.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.27.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 26 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.28. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i27_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i27_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i27_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i27_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i27_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i27_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i27_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i27_geometry ) | No | const | No | - | - |
+
+##### 13.1.28.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"seed bank"`
+
+##### 13.1.28.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"banque de semences"`
+
+##### 13.1.28.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Samenbank"`
+
+##### 13.1.28.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SEEDB"`
+
+##### 13.1.28.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.28.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.28.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.28.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 27 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 13.1.29. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i28_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i28_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i28_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i28_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i28_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i28_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i28_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i28_geometry ) | No | const | No | - | - |
+
+##### 13.1.29.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"strict nature reserve (IUCN Cat Ia)"`
+
+##### 13.1.29.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réserve naturelle stricte (catégorie Ia de l’UICN)"`
+
+##### 13.1.29.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"strenges Naturschutzgebiet (IUCN Cat Ia)"`
+
+##### 13.1.29.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SNRES"`
+
+##### 13.1.29.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.29.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.29.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.29.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 28 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.30. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i29_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i29_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i29_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i29_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i29_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i29_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i29_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i29_geometry ) | No | const | No | - | - |
+
+##### 13.1.30.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"swamp"`
+
+##### 13.1.30.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"marais "`
+
+##### 13.1.30.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Sumpf "`
+
+##### 13.1.30.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SWMP"`
+
+##### 13.1.30.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.30.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a wetland dominated by tree vegetation"`
+
+##### 13.1.30.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.30.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 29 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.31. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i30_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i30_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i30_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i30_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i30_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i30_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i30_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i30_geometry ) | No | const | No | - | - |
+
+##### 13.1.31.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"tribal area"`
+
+##### 13.1.31.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"territoire tribale "`
+
+##### 13.1.31.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Stammesgebiet "`
+
+##### 13.1.31.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TRB"`
+
+##### 13.1.31.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.31.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a tract of land used by nomadic or other tribes"`
+
+##### 13.1.31.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.31.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 30 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.32. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i31_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i31_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i31_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i31_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i31_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i31_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i31_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i31_geometry ) | No | const | No | - | - |
+
+##### 13.1.32.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"watercourse"`
+
+##### 13.1.32.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"cours d’eau "`
+
+##### 13.1.32.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserlauf "`
+
+##### 13.1.32.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTRC"`
+
+##### 13.1.32.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.32.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a natural, well-defined channel produced by flowing water, or an artificial channel designed to carry flowing water"`
+
+##### 13.1.32.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.32.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 31 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 13.1.33. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i32_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i32_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i32_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i32_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i32_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i32_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i32_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i32_geometry ) | No | const | No | - | - |
+
+##### 13.1.33.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"watershed"`
+
+##### 13.1.33.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"bassin versant"`
+
+##### 13.1.33.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserscheide"`
+
+##### 13.1.33.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTRS"`
+
+##### 13.1.33.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.33.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.33.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.33.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 32 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.34. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i33_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i33_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i33_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i33_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i33_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i33_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i33_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i33_geometry ) | No | const | No | - | - |
+
+##### 13.1.34.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"wilderness area (IUCN Cat Ib)"`
+
+##### 13.1.34.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone sauvage (catégorie Ib de l’UICN)"`
+
+##### 13.1.34.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wildnisgebiet (IUCN Cat Ib)"`
+
+##### 13.1.34.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WILD"`
+
+##### 13.1.34.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 13.1.34.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.34.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.34.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 33 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.35. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i34_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i34_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i34_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i34_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i34_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i34_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i34_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i34_geometry ) | No | const | No | - | - |
+
+##### 13.1.35.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"area under payment for environmental services / incentive system"`
+
+##### 13.1.35.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"surface rémunérée à titre de services environnementaux / système d’incitation"`
+
+##### 13.1.35.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Zahlungsgebiet für Umweltdienstleistungen / Anreizsystem"`
+
+##### 13.1.35.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PAYES"`
+
+##### 13.1.35.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 13.1.35.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.35.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.35.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 34 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 13.1.36. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i12_then_anyOf_i35_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i12_then_anyOf_i35_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i12_then_anyOf_i35_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i12_then_anyOf_i35_code ) | No | const | No | - | - |
+| - [character](#allOf_i12_then_anyOf_i35_character ) | No | const | No | - | - |
+| - [description](#allOf_i12_then_anyOf_i35_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i12_then_anyOf_i35_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i12_then_anyOf_i35_geometry ) | No | const | No | - | - |
+
+##### 13.1.36.1. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"other effective area-based conservation measures (OECM)"`
+
+##### 13.1.36.2. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autres mesures de conservation efficace par zone (AMCEZ)"`
+
+##### 13.1.36.3. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sonstige wirksame flächenbezogene Erhaltungsmaßnahmen (OECM)"`
+
+##### 13.1.36.4. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OECM"`
+
+##### 13.1.36.5. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 13.1.36.6. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.36.7. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 13.1.36.8. Property `Sector Location Schema > allOf > item 12 > then > anyOf > item 35 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 14. Property `Sector Location Schema > allOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 14.1. If (sector = "Urban_Infrastructure")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#allOf_i13_then_anyOf_i0) |
+| [item 1](#allOf_i13_then_anyOf_i1) |
+| [item 2](#allOf_i13_then_anyOf_i2) |
+| [item 3](#allOf_i13_then_anyOf_i3) |
+| [item 4](#allOf_i13_then_anyOf_i4) |
+| [item 5](#allOf_i13_then_anyOf_i5) |
+| [item 6](#allOf_i13_then_anyOf_i6) |
+| [item 7](#allOf_i13_then_anyOf_i7) |
+
+#### 14.1.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i0_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 14.1.1.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(urban) street"`
+
+##### 14.1.1.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"rue (urbaine) "`
+
+##### 14.1.1.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"(Stadt-)Straße "`
+
+##### 14.1.1.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"ST"`
+
+##### 14.1.1.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.1.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a paved urban thoroughfare"`
+
+##### 14.1.1.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.1.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 14.1.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i1_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i1_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 14.1.2.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"city district / urban development"`
+
+##### 14.1.2.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"quartier / développement urbain"`
+
+##### 14.1.2.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Stadtbezirk / Stadtentwicklung"`
+
+##### 14.1.2.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"CDUDV"`
+
+##### 14.1.2.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.2.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.2.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.2.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 14.1.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i2_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i2_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 14.1.3.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"market (shopping area)"`
+
+##### 14.1.3.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"marché (zone commerciale) "`
+
+##### 14.1.3.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Markt (Einkaufsviertel) "`
+
+##### 14.1.3.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MKT"`
+
+##### 14.1.3.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.3.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a place where goods are bought and sold at regular intervals"`
+
+##### 14.1.3.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.3.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 14.1.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i3_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 14.1.4.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"parcs & other green areas"`
+
+##### 14.1.4.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"parcs et autres espaces verts"`
+
+##### 14.1.4.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Parks & andere Grünflächen"`
+
+##### 14.1.4.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PARC"`
+
+##### 14.1.4.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.4.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.4.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.4.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 14.1.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i4_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 14.1.5.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"public space(s)"`
+
+##### 14.1.5.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"espace(s) public(s)"`
+
+##### 14.1.5.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Öffentlicher Raum"`
+
+##### 14.1.5.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"PUBS"`
+
+##### 14.1.5.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.5.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.5.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.5.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 14.1.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i5_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 14.1.6.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"shopping center or mall"`
+
+##### 14.1.6.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"centre commercial"`
+
+##### 14.1.6.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Einkaufszentrum oder Einkaufszentrum"`
+
+##### 14.1.6.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SHOPC"`
+
+##### 14.1.6.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.6.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an urban shopping area featuring a variety of shops surrounding a usually open-air concourse reserved for pedestrian traffic; or a large suburban building or group of buildings containing various shops with associated passageways"`
+
+##### 14.1.6.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.6.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 14.1.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i6_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 14.1.7.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"slum upgrading"`
+
+##### 14.1.7.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"amélioration des bidonvilles"`
+
+##### 14.1.7.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Slumsanierung"`
+
+##### 14.1.7.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SLUMU"`
+
+##### 14.1.7.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.7.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.7.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.7.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 14.1.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i13_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i13_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i13_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i13_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i13_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [description](#allOf_i13_then_anyOf_i7_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i13_then_anyOf_i7_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i13_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 14.1.8.1. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"street lightning"`
+
+##### 14.1.8.2. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"éclairage de rue"`
+
+##### 14.1.8.3. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Straßenbeleuchtung"`
+
+##### 14.1.8.4. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"STLIG"`
+
+##### 14.1.8.5. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 14.1.8.6. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.8.7. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 14.1.8.8. Property `Sector Location Schema > allOf > item 13 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+## 15. Property `Sector Location Schema > allOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 15.1. If (sector = "Waste")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ---------------------------------- |
+| [item 0](#allOf_i14_then_anyOf_i0) |
+| [item 1](#allOf_i14_then_anyOf_i1) |
+| [item 2](#allOf_i14_then_anyOf_i2) |
+| [item 3](#allOf_i14_then_anyOf_i3) |
+| [item 4](#allOf_i14_then_anyOf_i4) |
+| [item 5](#allOf_i14_then_anyOf_i5) |
+| [item 6](#allOf_i14_then_anyOf_i6) |
+| [item 7](#allOf_i14_then_anyOf_i7) |
+| [item 8](#allOf_i14_then_anyOf_i8) |
+| [item 9](#allOf_i14_then_anyOf_i9) |
+
+#### 15.1.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i0_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 15.1.1.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"composting plant"`
+
+##### 15.1.1.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de compostage"`
+
+##### 15.1.1.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kompostieranlage"`
+
+##### 15.1.1.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"COMPL"`
+
+##### 15.1.1.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.1.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.1.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.1.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i1_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i1_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 15.1.2.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"fermentation plant"`
+
+##### 15.1.2.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de fermentation"`
+
+##### 15.1.2.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Fermentationsanlage"`
+
+##### 15.1.2.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FERPL"`
+
+##### 15.1.2.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.2.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.2.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.2.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i2_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i2_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 15.1.3.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"improved waste collection"`
+
+##### 15.1.3.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"amélioration de la collecte des déchets"`
+
+##### 15.1.3.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"verbesserte Abfallsammlung"`
+
+##### 15.1.3.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"IWCL"`
+
+##### 15.1.3.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.3.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.3.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.3.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 15.1.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i3_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 15.1.4.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"landfill"`
+
+##### 15.1.4.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"décharge"`
+
+##### 15.1.4.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Deponie"`
+
+##### 15.1.4.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LNDF"`
+
+##### 15.1.4.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.4.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a place for trash and garbage disposal in which the waste is buried between layers of earth to build up low-lying land"`
+
+##### 15.1.4.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.4.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i4_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 15.1.5.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"landfill gas capture and treatment"`
+
+##### 15.1.5.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"captage et traitement des gaz de décharge"`
+
+##### 15.1.5.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Abscheidung und Behandlung von Deponiegas"`
+
+##### 15.1.5.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"LFGCT"`
+
+##### 15.1.5.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.5.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.5.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.5.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i5_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 15.1.6.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mechanical-biological treatment plant"`
+
+##### 15.1.6.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station d’épuration mécano-biologique"`
+
+##### 15.1.6.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"mechanisch-biologische Behandlungsanlage"`
+
+##### 15.1.6.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"MBTPL"`
+
+##### 15.1.6.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.6.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.6.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.6.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i6_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 15.1.7.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"other waste treatment plants"`
+
+##### 15.1.7.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"autres installations de traitement des déchets"`
+
+##### 15.1.7.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Andere Abfallbehandlungsanlagen"`
+
+##### 15.1.7.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"OWTPL"`
+
+##### 15.1.7.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.7.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.7.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.7.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i7_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i7_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 15.1.8.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"transfer station"`
+
+##### 15.1.8.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station de transfert"`
+
+##### 15.1.8.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Umladestation"`
+
+##### 15.1.8.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"TRST"`
+
+##### 15.1.8.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.8.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.8.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.8.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.9. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i8_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i8_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 15.1.9.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"waste sorting plant"`
+
+##### 15.1.9.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de tri des déchets"`
+
+##### 15.1.9.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Abfallsortieranlage"`
+
+##### 15.1.9.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WSPL"`
+
+##### 15.1.9.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.9.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.9.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.9.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 15.1.10. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i14_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i14_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i14_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i14_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i14_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [description](#allOf_i14_then_anyOf_i9_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i14_then_anyOf_i9_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i14_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 15.1.10.1. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"waste-to-energy plant"`
+
+##### 15.1.10.2. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de valorisation énergétique des déchets"`
+
+##### 15.1.10.3. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"energetische Abfallbehandlungsanlage"`
+
+##### 15.1.10.4. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTEPL"`
+
+##### 15.1.10.5. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 15.1.10.6. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.10.7. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 15.1.10.8. Property `Sector Location Schema > allOf > item 14 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+## 16. Property `Sector Location Schema > allOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+### 16.1. If (sector = "Water_Management")
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `combining` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Any of(Option) |
+| ------------------------------------ |
+| [item 0](#allOf_i15_then_anyOf_i0) |
+| [item 1](#allOf_i15_then_anyOf_i1) |
+| [item 2](#allOf_i15_then_anyOf_i2) |
+| [item 3](#allOf_i15_then_anyOf_i3) |
+| [item 4](#allOf_i15_then_anyOf_i4) |
+| [item 5](#allOf_i15_then_anyOf_i5) |
+| [item 6](#allOf_i15_then_anyOf_i6) |
+| [item 7](#allOf_i15_then_anyOf_i7) |
+| [item 8](#allOf_i15_then_anyOf_i8) |
+| [item 9](#allOf_i15_then_anyOf_i9) |
+| [item 10](#allOf_i15_then_anyOf_i10) |
+| [item 11](#allOf_i15_then_anyOf_i11) |
+| [item 12](#allOf_i15_then_anyOf_i12) |
+| [item 13](#allOf_i15_then_anyOf_i13) |
+| [item 14](#allOf_i15_then_anyOf_i14) |
+| [item 15](#allOf_i15_then_anyOf_i15) |
+| [item 16](#allOf_i15_then_anyOf_i16) |
+| [item 17](#allOf_i15_then_anyOf_i17) |
+| [item 18](#allOf_i15_then_anyOf_i18) |
+| [item 19](#allOf_i15_then_anyOf_i19) |
+| [item 20](#allOf_i15_then_anyOf_i20) |
+| [item 21](#allOf_i15_then_anyOf_i21) |
+| [item 22](#allOf_i15_then_anyOf_i22) |
+
+#### 16.1.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i0_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i0_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i0_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i0_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i0_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i0_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i0_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i0_geometry ) | No | const | No | - | - |
+
+##### 16.1.1.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"decentralized water supply"`
+
+##### 16.1.1.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"approvisionnement en eau décentralisé"`
+
+##### 16.1.1.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"dezentrale Wasserversorgung"`
+
+##### 16.1.1.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DECWS"`
+
+##### 16.1.1.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.1.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.1.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.1.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 0 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i1_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i1_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i1_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i1_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i1_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i1_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i1_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i1_geometry ) | No | const | No | - | - |
+
+##### 16.1.2.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"desalination plant"`
+
+##### 16.1.2.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de dessalement"`
+
+##### 16.1.2.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Entsalzungsanlage"`
+
+##### 16.1.2.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DESPL"`
+
+##### 16.1.2.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.2.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.2.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.2.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 1 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i2_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i2_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i2_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i2_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i2_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i2_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i2_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i2_geometry ) | No | const | No | - | - |
+
+##### 16.1.3.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"dezentralized sanitation (area)"`
+
+##### 16.1.3.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"assainissement décentralisé (zone)"`
+
+##### 16.1.3.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Dezentralisierte Sanitärversorgung (Bereich)"`
+
+##### 16.1.3.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DCSAN"`
+
+##### 16.1.3.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.3.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.3.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.3.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 2 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i3_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i3_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i3_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i3_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i3_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i3_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i3_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i3_geometry ) | No | const | No | - | - |
+
+##### 16.1.4.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"drinking water network"`
+
+##### 16.1.4.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réseau d’eau potable"`
+
+##### 16.1.4.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Trinkwassernetz"`
+
+##### 16.1.4.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DWTRN"`
+
+##### 16.1.4.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.4.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.4.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.4.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 3 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i4_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i4_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i4_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i4_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i4_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i4_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i4_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i4_geometry ) | No | const | No | - | - |
+
+##### 16.1.5.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"drinking water pump station"`
+
+##### 16.1.5.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station de pompage d’eau potable"`
+
+##### 16.1.5.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Trinkwasserpumpstation"`
+
+##### 16.1.5.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DWTRP"`
+
+##### 16.1.5.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.5.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.5.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.5.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 4 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i5_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i5_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i5_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i5_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i5_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i5_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i5_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i5_geometry ) | No | const | No | - | - |
+
+##### 16.1.6.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"drinking water transport pipeline"`
+
+##### 16.1.6.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"canalisation de transport d’eau potable"`
+
+##### 16.1.6.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Trinkwasserleitung"`
+
+##### 16.1.6.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DWTRT"`
+
+##### 16.1.6.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.6.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.6.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.6.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 5 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 16.1.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i6_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i6_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i6_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i6_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i6_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i6_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i6_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i6_geometry ) | No | const | No | - | - |
+
+##### 16.1.7.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"drinking water treatment plant (without desalination)"`
+
+##### 16.1.7.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station de traitement d’eau potable (sans dessalement)"`
+
+##### 16.1.7.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Trinkwasseraufbereitungsanlage (ohne Entsalzung)"`
+
+##### 16.1.7.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"DWTPL"`
+
+##### 16.1.7.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.7.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.7.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.7.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 6 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i7_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i7_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i7_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i7_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i7_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i7_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i7_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i7_geometry ) | No | const | No | - | - |
+
+##### 16.1.8.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"flood protection"`
+
+##### 16.1.8.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"protection contre les inondations"`
+
+##### 16.1.8.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Hochwasserschutz"`
+
+##### 16.1.8.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"FLOOP"`
+
+##### 16.1.8.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.8.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.8.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.8.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 7 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.9. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i8_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i8_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i8_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i8_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i8_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i8_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i8_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i8_geometry ) | No | const | No | - | - |
+
+##### 16.1.9.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"reservoir(s)"`
+
+##### 16.1.9.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réservoir(s) "`
+
+##### 16.1.9.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Reservoir"`
+
+##### 16.1.9.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RSV"`
+
+##### 16.1.9.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.9.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"an artificial pond or lake"`
+
+##### 16.1.9.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.9.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 8 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.10. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ---------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i9_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i9_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i9_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i9_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i9_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i9_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i9_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i9_geometry ) | No | const | No | - | - |
+
+##### 16.1.10.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sanitary facility"`
+
+##### 16.1.10.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"installation sanitaire"`
+
+##### 16.1.10.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Sanitäreinrichtung"`
+
+##### 16.1.10.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SAN"`
+
+##### 16.1.10.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.10.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.10.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.10.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 9 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.11. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i10_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i10_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i10_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i10_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i10_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i10_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i10_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i10_geometry ) | No | const | No | - | - |
+
+##### 16.1.11.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sewage treatment plant"`
+
+##### 16.1.11.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"usine de traitement des eaux usées"`
+
+##### 16.1.11.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kläranlage"`
+
+##### 16.1.11.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SWT"`
+
+##### 16.1.11.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.11.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"facility for the processing of sewage and/or wastewater"`
+
+##### 16.1.11.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.11.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 10 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.12. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i11_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i11_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i11_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i11_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i11_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i11_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i11_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i11_geometry ) | No | const | No | - | - |
+
+##### 16.1.12.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sewer network"`
+
+##### 16.1.12.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réseau d’égouts"`
+
+##### 16.1.12.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kanalnetz"`
+
+##### 16.1.12.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SEWN"`
+
+##### 16.1.12.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.12.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.12.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.12.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 11 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.13. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i12_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i12_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i12_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i12_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i12_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i12_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i12_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i12_geometry ) | No | const | No | - | - |
+
+##### 16.1.13.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sewer pump station"`
+
+##### 16.1.13.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"station de pompage d’égout"`
+
+##### 16.1.13.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Kanalstation"`
+
+##### 16.1.13.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SEWPS"`
+
+##### 16.1.13.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.13.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.13.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.13.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 12 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.14. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i13_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i13_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i13_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i13_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i13_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i13_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i13_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i13_geometry ) | No | const | No | - | - |
+
+##### 16.1.14.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"sludge treatment & disposal"`
+
+##### 16.1.14.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"traitement et élimination des boues"`
+
+##### 16.1.14.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Schlammbehandlung und -entsorgung"`
+
+##### 16.1.14.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SLUDD"`
+
+##### 16.1.14.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.14.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.14.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.14.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 13 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.15. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i14_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i14_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i14_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i14_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i14_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i14_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i14_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i14_geometry ) | No | const | No | - | - |
+
+##### 16.1.15.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"stormwater network / system"`
+
+##### 16.1.15.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réseau / système d’eaux pluviales"`
+
+##### 16.1.15.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Regenwassernetz / -system"`
+
+##### 16.1.15.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"SWTRN"`
+
+##### 16.1.15.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.15.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.15.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.15.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 14 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.16. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i15_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i15_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i15_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i15_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i15_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i15_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i15_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i15_geometry ) | No | const | No | - | - |
+
+##### 16.1.16.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"wastewater pipeline"`
+
+##### 16.1.16.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"canalisation d’eaux usées"`
+
+##### 16.1.16.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Abwasserleitung"`
+
+##### 16.1.16.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WWTRP"`
+
+##### 16.1.16.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.16.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.16.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.16.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 15 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"line"`
+
+#### 16.1.17. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i16_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i16_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i16_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i16_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i16_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i16_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i16_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i16_geometry ) | No | const | No | - | - |
+
+##### 16.1.17.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"water intake"`
+
+##### 16.1.17.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"consommation d’eau"`
+
+##### 16.1.17.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasseraufnahme"`
+
+##### 16.1.17.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTRIN"`
+
+##### 16.1.17.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.17.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.17.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.17.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 16 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.18. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i17_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i17_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i17_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i17_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i17_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i17_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i17_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i17_geometry ) | No | const | No | - | - |
+
+##### 16.1.18.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"water re-use"`
+
+##### 16.1.18.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réutilisation de l’eau"`
+
+##### 16.1.18.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserwiederverwendung"`
+
+##### 16.1.18.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTRRE"`
+
+##### 16.1.18.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.18.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.18.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.18.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 17 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.19. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i18_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i18_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i18_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i18_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i18_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i18_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i18_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i18_geometry ) | No | const | No | - | - |
+
+##### 16.1.19.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"water storage infrastructure"`
+
+##### 16.1.19.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"infrastructure de stockage d’eau"`
+
+##### 16.1.19.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserspeicherinfrastruktur"`
+
+##### 16.1.19.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WTRST"`
+
+##### 16.1.19.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.19.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.19.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.19.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 18 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.20. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i19_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i19_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i19_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i19_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i19_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i19_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i19_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i19_geometry ) | No | const | No | - | - |
+
+##### 16.1.20.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"water tank"`
+
+##### 16.1.20.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"réservoir d’eau"`
+
+##### 16.1.20.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wassertank"`
+
+##### 16.1.20.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"RSVT"`
+
+##### 16.1.20.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.20.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a contained pool or tank of water at, below, or above ground level"`
+
+##### 16.1.20.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.20.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 19 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.21. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i20_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i20_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i20_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i20_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i20_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i20_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i20_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i20_geometry ) | No | const | No | - | - |
+
+##### 16.1.21.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"well"`
+
+##### 16.1.21.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"puits "`
+
+##### 16.1.21.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Brunnen "`
+
+##### 16.1.21.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WLL"`
+
+##### 16.1.21.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.21.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"a cylindrical hole, pit, or tunnel drilled or dug down to a depth from which water, oil, or gas can be pumped or brought to the surface"`
+
+##### 16.1.21.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.21.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 20 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"point"`
+
+#### 16.1.22. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i21_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i21_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i21_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i21_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i21_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i21_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i21_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i21_geometry ) | No | const | No | - | - |
+
+##### 16.1.22.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hydro-meteorological measurement system"`
+
+##### 16.1.22.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"système de mesure hydro-météorologique"`
+
+##### 16.1.22.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"hydrometeorologisches Messsystem"`
+
+##### 16.1.22.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"HMMS"`
+
+##### 16.1.22.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"immaterial"`
+
+##### 16.1.22.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.22.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.22.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 21 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+#### 16.1.23. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ----------------------------------------------------------------- | ------- | ----- | ---------- | ---------- | ----------------- |
+| - [location_type](#allOf_i15_then_anyOf_i22_location_type ) | No | const | No | - | - |
+| - [location_type_fr](#allOf_i15_then_anyOf_i22_location_type_fr ) | No | const | No | - | - |
+| - [location_type_de](#allOf_i15_then_anyOf_i22_location_type_de ) | No | const | No | - | - |
+| - [code](#allOf_i15_then_anyOf_i22_code ) | No | const | No | - | - |
+| - [character](#allOf_i15_then_anyOf_i22_character ) | No | const | No | - | - |
+| - [description](#allOf_i15_then_anyOf_i22_description ) | No | const | No | - | - |
+| - [description_fr](#allOf_i15_then_anyOf_i22_description_fr ) | No | const | No | - | - |
+| - [geometry](#allOf_i15_then_anyOf_i22_geometry ) | No | const | No | - | - |
+
+##### 16.1.23.1. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"water resources protection area"`
+
+##### 16.1.23.2. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"zone de protection des ressources en eau"`
+
+##### 16.1.23.3. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > location_type_de`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"Wasserschutzgebiet"`
+
+##### 16.1.23.4. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > code`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"WRPA"`
+
+##### 16.1.23.5. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > character`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"physical"`
+
+##### 16.1.23.6. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > description`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.23.7. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > description_fr`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `""`
+
+##### 16.1.23.8. Property `Sector Location Schema > allOf > item 15 > then > anyOf > item 22 > geometry`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | No |
+
+Specific value: `"polygon"`
+
+## 17. Property `Sector Location Schema > sector`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+## 18. Property `Sector Location Schema > location_type`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+## 19. Property `Sector Location Schema > character`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 20. Property `Sector Location Schema > code`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 21. Property `Sector Location Schema > location_type_de`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 22. Property `Sector Location Schema > location_type_fr`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 23. Property `Sector Location Schema > geometry`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 24. Property `Sector Location Schema > category`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 25. Property `Sector Location Schema > description`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+## 26. Property `Sector Location Schema > description_fr`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-02-10 at 16:49:14 +0100
diff --git a/docs/dev/index.md b/docs/dev/index.md
index 9bc27e9..221e8f8 100644
--- a/docs/dev/index.md
+++ b/docs/dev/index.md
@@ -16,14 +16,39 @@ JSON Schema can aid additional problems on versioning and translations in the fo
We are a number of JSON schemas to define the project location model. You might find the JSON schemas in the `references` folder under `feature_project_schema.json`. They serve as the reference on the allowed fields of the project location model. They defines the structure, data types, and constraints for each field, ensuring consistency and correctness across different implementations. They are then used in the following ways:
-1. **Automated tests** We have started to write tests that verify that different data files are conform with the schema. This includes examples files for xlsx, json and csv.
-2. **Documentation** We use jsonschema2md to automatically generate the documentation of the model. This documentation can be found [here](feature_project_schema.md).
+### **Automated tests**
+We have started to write tests that verify that different data files are conform with the schema. This includes examples files for xlsx, json and csv in python.
+The tests will executed by the github-pipeline [validation_tests.yml](https://github.com/openkfw/open-geodata-model/blob/main/.github/workflows/validation_tests.yml)
+The tests are in the [test-folder](https://github.com/openkfw/open-geodata-model/tree/main/tests)
+Run the tests by executing the following steps from the root directory of this project:
+```bash
+pipx install poetry
+poetry install
+poetry run pylint tests
+poetry run black --check tests
+```
+### **Documentation**
+We use [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) to automatically generate the documentation of the model. This documentation can be found [here](feature_project_schema.md).
+The documentation will be created automatically by the [build_website.yml](https://github.com/openkfw/open-geodata-model/blob/main/.github/workflows/build_website.yml).
+Building the documentation locally run the following steps from the root directory of this project:
+```bash
+poetry run generate-schema-doc --config template_name=md references/dac5_schema.json docs/dev/
+poetry run generate-schema-doc --config template_name=md references/sector_location_schema.json docs/dev/
+poetry run generate-schema-doc --config template_name=md references/feature_project_schema.json docs/dev/
+poetry run generate-schema-doc --config template_name=md references/project_core_schema.json docs/dev/
+poetry run generate-schema-doc --config template_name=md references/generated_sector_location_schema.json docs/dev/
+```
+The local documentation will be written under the [docs/dev-folder](https://github.com/openkfw/open-geodata-model/tree/main/docs/dev)
In the future, it can serve as the basis of:
- **Data validation**: The schema can be used to validate data files, ensuring that they conform to the expected structure and constraints. This helps catch errors early and maintain data quality.
- **Conversion tools**: The schema can be used to generate conversion tools that transform data between different formats while preserving the integrity of the underlying data model. This can facilitate interoperability between systems that use different data representations.
+The follwing sections aren't correctly generated by the docu-generated Tool. Thats the reason why they're listed here explicitly
+
+- [sector_location_schema-doc](sector_location_schema.md) --> [sector_location_schema](https://github.com/openkfw/open-geodata-model/tree/main/references/sector_location_schema.json)
+- [generated_sector_location_schema-doc](generated_sector_location_schema.md) --> [generated_sector_location_schema](https://github.com/openkfw/open-geodata-model/tree/main/references/generated_sector_location_schema.json)
### On the relationship between templates and the schema
The schema are references for the project location model. They serve as the foundation for the templates, which are specific instantiations of the model tailored to different use cases. The templates are derived from the schema and provide a user-friendly interface for interacting with the model. They define the fields, labels, and constraints that users see and interact with, while the schema enforces the underlying data model. The filled templates get transformed into the json-format with a unique transformation-script, to then be validated against our schema. Different examples are:
diff --git a/docs/dev/project_core_schema.md b/docs/dev/project_core_schema.md
index 112a43b..9603697 100644
--- a/docs/dev/project_core_schema.md
+++ b/docs/dev/project_core_schema.md
@@ -1,28 +1,777 @@
# Project Location Model
-*This schema defines the structure of the project location model. It is used to validate the project location data provided by the KfW counterpart.*
-
-## Properties
-
-- **`schemeVersion`**: Must be: `"1.0"`.
-- **`activityDescriptionGeneral`** *(string, required)*: A short description of the main project activity in this location.
-- **`additionalActivityDescription`** *(string)*: Free text for additional location–specific information.
-- **`alternativeLocationTypeName`** *(string)*: If you selected 'other physical' or 'other immaterial' in the column 'Location Type Name', please propose your own location type name.
-- **`budgetShare`** *(number)*: The budget share allocated to this location in €.
-- **`dac5PurposeCode`**: The DAC 5 Purpose Codes for the entire project. Refer to *[stack://schemas/dac5.schema](#ack%3A//schemas/dac5.schema)*.
-- **`dataOwner`** *(string, required)*: Legal entity that owns the data provided here (= legal authorship).
-- **`dateOfDataCollection`** *(string, format: date)*: Date of data collection or latest update.
-- **`filenameOfAdditionalGeoData`** *(string)*: Filename of the KML file where the associated geometry information is found.
-- **`geographicExactness`** *(string, required)*: Please use 'exact' if you know the geographically exact end destination of a financial flow. Must be one of: `["exact", "approximate (yet unknown)", "approximate (security)", "approximate (admin unit)"]`.
-- **`sector_location`**: Sectoral / cross-sectoral location type preselection field. / most appropriate location type. Refer to *[stack://schemas/sector_location_type.schema](#ack%3A//schemas/sector_location_type.schema)*.
-- **`kfwProjectNoINPRO`** *(string, required)*: Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW.
-- **`locationActivityStatus`** *(string)*: The location activity status according to the IATI standard. Must be one of: `["NA", "Pipeline/identification", "Implementation", "Finalisation", "Closed", "Cancelled", "Suspended"]`.
-- **`locationName`** *(string, required)*: Short name of the project site ideally containing a summary of the main project activity and the location name.
-- **`plannedOrActualEndDate`** *(string, format: date, required)*: Approximate planned or actual end date of activities on the ground.
-- **`plannedOrActualStartDate`** *(string, format: date, required)*: Approximate planned or actual start date of implementation of activities on the ground.
-- **`primaryKey`** *(string)*: This is only required if you provide additional geolocation information in another KML file.
-- **`projectAcronym`** *(string)*: Please enter the acronym used for the name/title of the project to be visible on your map.
-- **`projectSpecificLocationIdentifier`**: If the location or activity has a project-specific identifier, it can be entered here.
-- **`publishingRestrictions`** *(string, required)*: Indicates if this information is collected in fragile regions and should therefore be omitted from publicly available reports. Must be one of: `["yes", "no"]`.
-- **`relatedCommunityVillageNeighborhood`** *(string)*: You may enter a village, hamlet, or neighborhood name that relates to this location.
-- **`uniqueId`** *(string)*: For new locations, this column will be empty. For updates, your KfW counterpart will provide you with a list of unique_id numbers in this file to ensure that updated location IDs match with the former ones.
+- [1. Property `Project Location Model > schemeVersion`](#schemeVersion)
+- [2. Property `Project Location Model > activityDescriptionGeneral`](#activityDescriptionGeneral)
+- [3. Property `Project Location Model > additionalActivityDescription`](#additionalActivityDescription)
+- [4. Property `Project Location Model > alternativeLocationTypeName`](#alternativeLocationTypeName)
+- [5. Property `Project Location Model > budgetShare`](#budgetShare)
+- [6. Property `Project Location Model > dac5PurposeCode`](#dac5PurposeCode)
+- [7. Property `Project Location Model > dataOwner`](#dataOwner)
+- [8. Property `Project Location Model > dateOfDataCollection`](#dateOfDataCollection)
+- [9. Property `Project Location Model > filenameOfAdditionalGeoData`](#filenameOfAdditionalGeoData)
+- [10. Property `Project Location Model > geographicExactness`](#geographicExactness)
+- [11. Property `Project Location Model > sector_location`](#sector_location)
+- [12. Property `Project Location Model > kfwProjectNoINPRO`](#kfwProjectNoINPRO)
+- [13. Property `Project Location Model > locationActivityStatus`](#locationActivityStatus)
+- [14. Property `Project Location Model > locationName`](#locationName)
+- [15. Property `Project Location Model > plannedOrActualEndDate`](#plannedOrActualEndDate)
+- [16. Property `Project Location Model > plannedOrActualStartDate`](#plannedOrActualStartDate)
+- [17. Property `Project Location Model > primaryKey`](#primaryKey)
+- [18. Property `Project Location Model > projectAcronym`](#projectAcronym)
+- [19. Property `Project Location Model > projectSpecificLocationIdentifier`](#projectSpecificLocationIdentifier)
+- [20. Property `Project Location Model > publishingRestrictions`](#publishingRestrictions)
+- [21. Property `Project Location Model > relatedCommunityVillageNeighborhood`](#relatedCommunityVillageNeighborhood)
+- [22. Property `Project Location Model > uniqueId`](#uniqueId)
+
+**Title:** Project Location Model
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** This schema defines the structure of the project location model. It is used to validate the project location data provided by the KfW counterpart.
+
+| Property | Pattern | Type | Deprecated | Definition | Title/Description |
+| ------------------------------------------------------------------------------ | ------- | ----------------- | ---------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| + [schemeVersion](#schemeVersion ) | No | const | No | - | - |
+| + [activityDescriptionGeneral](#activityDescriptionGeneral ) | No | string | No | - | A short description of the main project activity in this location. |
+| - [additionalActivityDescription](#additionalActivityDescription ) | No | string | No | - | Free text for additional location–specific information. |
+| - [alternativeLocationTypeName](#alternativeLocationTypeName ) | No | string | No | - | If you selected 'other physical' or 'other immaterial' in the column 'Location Type Name', please propose your own location type name. |
+| - [budgetShare](#budgetShare ) | No | number | No | - | The budget share allocated to this location in €. |
+| + [dac5PurposeCode](#dac5PurposeCode ) | No | enum (of integer) | No | In dac5_schema.json | DAC 5 Purpose Code |
+| + [dataOwner](#dataOwner ) | No | string | No | - | Legal entity that owns the data provided here (= legal authorship). |
+| - [dateOfDataCollection](#dateOfDataCollection ) | No | string | No | - | Date of data collection or latest update. |
+| - [filenameOfAdditionalGeoData](#filenameOfAdditionalGeoData ) | No | string | No | - | Filename of the KML file where the associated geometry information is found. |
+| + [geographicExactness](#geographicExactness ) | No | enum (of string) | No | - | Please use 'exact' if you know the geographically exact end destination of a financial flow. |
+| + [sector_location](#sector_location ) | No | enum (of null) | No | In sector_location_schema.json | Sectoral / cross-sectoral location type preselection field. / most appropriate location type |
+| + [kfwProjectNoINPRO](#kfwProjectNoINPRO ) | No | string | No | - | Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW. |
+| - [locationActivityStatus](#locationActivityStatus ) | No | enum (of string) | No | - | The location activity status according to the IATI standard. |
+| + [locationName](#locationName ) | No | string | No | - | Short name of the project site ideally containing a summary of the main project activity and the location name. |
+| + [plannedOrActualEndDate](#plannedOrActualEndDate ) | No | string | No | - | Approximate planned or actual end date of activities on the ground. |
+| + [plannedOrActualStartDate](#plannedOrActualStartDate ) | No | string | No | - | Approximate planned or actual start date of implementation of activities on the ground. |
+| - [primaryKey](#primaryKey ) | No | string | No | - | This is only required if you provide additional geolocation information in another KML file. |
+| - [projectAcronym](#projectAcronym ) | No | string | No | - | Please enter the acronym used for the name/title of the project to be visible on your map. |
+| - [projectSpecificLocationIdentifier](#projectSpecificLocationIdentifier ) | No | object | No | - | If the location or activity has a project-specific identifier, it can be entered here. |
+| + [publishingRestrictions](#publishingRestrictions ) | No | enum (of string) | No | - | Indicates if this information is collected in fragile regions and should therefore be omitted from publicly available reports. |
+| - [relatedCommunityVillageNeighborhood](#relatedCommunityVillageNeighborhood ) | No | string | No | - | You may enter a village, hamlet, or neighborhood name that relates to this location. |
+| - [uniqueId](#uniqueId ) | No | string | No | - | For new locations, this column will be empty. For updates, your KfW counterpart will provide you with a list of unique_id numbers in this file to ensure that updated location IDs match with the former ones. |
+
+## 1. Property `Project Location Model > schemeVersion`
+
+| | |
+| ------------ | ------- |
+| **Type** | `const` |
+| **Required** | Yes |
+
+Specific value: `"1.0"`
+
+## 2. Property `Project Location Model > activityDescriptionGeneral`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** A short description of the main project activity in this location.
+
+## 3. Property `Project Location Model > additionalActivityDescription`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Free text for additional location–specific information.
+
+## 4. Property `Project Location Model > alternativeLocationTypeName`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** If you selected 'other physical' or 'other immaterial' in the column 'Location Type Name', please propose your own location type name.
+
+## 5. Property `Project Location Model > budgetShare`
+
+| | |
+| ------------ | -------- |
+| **Type** | `number` |
+| **Required** | No |
+
+**Description:** The budget share allocated to this location in €.
+
+## 6. Property `Project Location Model > dac5PurposeCode`
+
+**Title:** DAC 5 Purpose Code
+
+| | |
+| -------------- | ------------------- |
+| **Type** | `enum (of integer)` |
+| **Required** | Yes |
+| **Defined in** | dac5_schema.json |
+
+**Description:** The DAC 5 Purpose Codes for the entire project.
+
+Must be one of:
+* 11110
+* 11120
+* 11130
+* 11182
+* 11220
+* 11230
+* 11231
+* 11232
+* 11240
+* 11250
+* 11260
+* 11320
+* 11330
+* 11420
+* 11430
+* 12110
+* 12181
+* 12182
+* 12191
+* 12220
+* 12230
+* 12240
+* 12250
+* 12261
+* 12262
+* 12263
+* 12264
+* 12281
+* 12310
+* 12320
+* 12330
+* 12340
+* 12350
+* 12382
+* 13010
+* 13020
+* 13030
+* 13040
+* 13081
+* 14010
+* 14015
+* 14020
+* 14021
+* 14022
+* 14030
+* 14031
+* 14032
+* 14040
+* 14050
+* 14081
+* 15110
+* 15111
+* 15112
+* 15113
+* 15114
+* 15125
+* 15130
+* 15142
+* 15150
+* 15151
+* 15152
+* 15153
+* 15160
+* 15170
+* 15180
+* 15190
+* 15210
+* 15220
+* 15230
+* 15240
+* 15250
+* 15261
+* 16010
+* 16020
+* 16030
+* 16040
+* 16050
+* 16061
+* 16062
+* 16063
+* 16064
+* 16070
+* 16080
+* 21010
+* 21020
+* 21030
+* 21040
+* 21050
+* 21061
+* 21081
+* 22010
+* 22020
+* 22030
+* 22040
+* 23110
+* 23181
+* 23182
+* 23183
+* 23210
+* 23220
+* 23230
+* 23231
+* 23232
+* 23240
+* 23250
+* 23260
+* 23270
+* 23310
+* 23320
+* 23330
+* 23340
+* 23350
+* 23360
+* 23410
+* 23510
+* 23610
+* 23620
+* 23630
+* 23631
+* 23640
+* 23641
+* 23642
+* 24010
+* 24020
+* 24030
+* 24040
+* 24050
+* 24081
+* 25010
+* 25020
+* 25030
+* 25040
+* 31110
+* 31120
+* 31130
+* 31140
+* 31150
+* 31161
+* 31162
+* 31163
+* 31164
+* 31165
+* 31166
+* 31181
+* 31182
+* 31191
+* 31192
+* 31193
+* 31194
+* 31195
+* 31210
+* 31220
+* 31261
+* 31281
+* 31282
+* 31291
+* 31310
+* 31320
+* 31381
+* 31382
+* 31391
+* 32110
+* 32120
+* 32130
+* 32140
+* 32161
+* 32162
+* 32163
+* 32164
+* 32165
+* 32166
+* 32167
+* 32168
+* 32169
+* 32170
+* 32171
+* 32172
+* 32173
+* 32174
+* 32182
+* 32210
+* 32220
+* 32261
+* 32262
+* 32263
+* 32264
+* 32265
+* 32266
+* 32267
+* 32268
+* 32310
+* 33110
+* 33120
+* 33130
+* 33140
+* 33150
+* 33181
+* 33210
+* 41010
+* 41020
+* 41030
+* 41040
+* 41081
+* 41082
+* 43010
+* 43030
+* 43040
+* 43050
+* 43060
+* 43071
+* 43072
+* 43073
+* 43081
+* 43082
+* 51010
+* 52010
+* 53030
+* 53040
+* 60010
+* 60020
+* 60030
+* 60040
+* 60061
+* 60062
+* 60063
+* 72010
+* 72040
+* 72050
+* 73010
+* 74020
+* 91010
+* 93010
+* 99810
+* 99820
+
+## 7. Property `Project Location Model > dataOwner`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Legal entity that owns the data provided here (= legal authorship).
+
+## 8. Property `Project Location Model > dateOfDataCollection`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+| **Format** | `date` |
+
+**Description:** Date of data collection or latest update.
+
+## 9. Property `Project Location Model > filenameOfAdditionalGeoData`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Filename of the KML file where the associated geometry information is found.
+
+## 10. Property `Project Location Model > geographicExactness`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+**Description:** Please use 'exact' if you know the geographically exact end destination of a financial flow.
+
+Must be one of:
+* "exact"
+* "approximate (yet unknown)"
+* "approximate (security)"
+* "approximate (admin unit)"
+
+## 11. Property `Project Location Model > sector_location`
+
+| | |
+| -------------- | --------------------------- |
+| **Type** | `enum (of null)` |
+| **Required** | Yes |
+| **Defined in** | sector_location_schema.json |
+
+**Description:** Sectoral / cross-sectoral location type preselection field. / most appropriate location type
+
+Must be one of:
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+
+## 12. Property `Project Location Model > kfwProjectNoINPRO`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW.
+
+## 13. Property `Project Location Model > locationActivityStatus`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | No |
+
+**Description:** The location activity status according to the IATI standard.
+
+Must be one of:
+* "NA"
+* "Pipeline/identification"
+* "Implementation"
+* "Finalisation"
+* "Closed"
+* "Cancelled"
+* "Suspended"
+
+## 14. Property `Project Location Model > locationName`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+
+**Description:** Short name of the project site ideally containing a summary of the main project activity and the location name.
+
+## 15. Property `Project Location Model > plannedOrActualEndDate`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `date` |
+
+**Description:** Approximate planned or actual end date of activities on the ground.
+
+## 16. Property `Project Location Model > plannedOrActualStartDate`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | Yes |
+| **Format** | `date` |
+
+**Description:** Approximate planned or actual start date of implementation of activities on the ground.
+
+## 17. Property `Project Location Model > primaryKey`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** This is only required if you provide additional geolocation information in another KML file.
+
+## 18. Property `Project Location Model > projectAcronym`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** Please enter the acronym used for the name/title of the project to be visible on your map.
+
+## 19. Property `Project Location Model > projectSpecificLocationIdentifier`
+
+| | |
+| ------------------------- | ---------------- |
+| **Type** | `object` |
+| **Required** | No |
+| **Additional properties** | Any type allowed |
+
+**Description:** If the location or activity has a project-specific identifier, it can be entered here.
+
+## 20. Property `Project Location Model > publishingRestrictions`
+
+| | |
+| ------------ | ------------------ |
+| **Type** | `enum (of string)` |
+| **Required** | Yes |
+
+**Description:** Indicates if this information is collected in fragile regions and should therefore be omitted from publicly available reports.
+
+Must be one of:
+* "yes"
+* "no"
+
+## 21. Property `Project Location Model > relatedCommunityVillageNeighborhood`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** You may enter a village, hamlet, or neighborhood name that relates to this location.
+
+## 22. Property `Project Location Model > uniqueId`
+
+| | |
+| ------------ | -------- |
+| **Type** | `string` |
+| **Required** | No |
+
+**Description:** For new locations, this column will be empty. For updates, your KfW counterpart will provide you with a list of unique_id numbers in this file to ensure that updated location IDs match with the former ones.
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-02-10 at 16:48:08 +0100
diff --git a/docs/dev/sector_location_schema.md b/docs/dev/sector_location_schema.md
new file mode 100644
index 0000000..6befa43
--- /dev/null
+++ b/docs/dev/sector_location_schema.md
@@ -0,0 +1,265 @@
+# Schema Docs
+
+| | |
+| ------------ | ---------------- |
+| **Type** | `enum (of null)` |
+| **Required** | No |
+
+**Description:** Categorical Sector and Location Type pairs which are referenced in the Project Core Schema.
+
+Must be one of:
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+* null
+
+----------------------------------------------------------------------------------------------------------------------------
+Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2025-02-10 at 16:48:39 +0100
diff --git a/poetry.lock b/poetry.lock
index fe3486e..94597d2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
+# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand.
[[package]]
name = "anyio"
@@ -6,6 +6,8 @@ version = "4.8.0"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a"},
{file = "anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a"},
@@ -28,6 +30,8 @@ version = "0.1.4"
description = "Disable App Nap on macOS >= 10.9"
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "(python_version <= \"3.11\" or python_version >= \"3.12\") and platform_system == \"Darwin\""
files = [
{file = "appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c"},
{file = "appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee"},
@@ -39,6 +43,8 @@ version = "23.1.0"
description = "Argon2 for Python"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "argon2_cffi-23.1.0-py3-none-any.whl", hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea"},
{file = "argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08"},
@@ -59,6 +65,8 @@ version = "21.2.0"
description = "Low-level CFFI bindings for Argon2"
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3"},
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367"},
@@ -96,6 +104,8 @@ version = "1.3.0"
description = "Better dates & times for Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80"},
{file = "arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85"},
@@ -115,6 +125,8 @@ version = "3.3.8"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.9.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"},
{file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"},
@@ -129,6 +141,8 @@ version = "3.0.0"
description = "Annotate AST trees with source code positions"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2"},
{file = "asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7"},
@@ -144,6 +158,8 @@ version = "2.0.4"
description = "Simple LRU cache for asyncio"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627"},
{file = "async_lru-2.0.4-py3-none-any.whl", hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224"},
@@ -158,6 +174,8 @@ version = "24.3.0"
description = "Classes Without Boilerplate"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"},
{file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"},
@@ -177,6 +195,8 @@ version = "2.16.0"
description = "Internationalization utilities"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b"},
{file = "babel-2.16.0.tar.gz", hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"},
@@ -191,6 +211,8 @@ version = "4.12.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
{file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
@@ -212,6 +234,8 @@ version = "24.10.0"
description = "The uncompromising code formatter."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "black-24.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e6668650ea4b685440857138e5fe40cde4d652633b1bdffc62933d0db4ed9812"},
{file = "black-24.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1c536fcf674217e87b8cc3657b81809d3c085d7bf3ef262ead700da345bfa6ea"},
@@ -260,6 +284,8 @@ version = "6.2.0"
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "bleach-6.2.0-py3-none-any.whl", hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e"},
{file = "bleach-6.2.0.tar.gz", hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f"},
@@ -278,6 +304,8 @@ version = "2024.12.14"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"},
{file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"},
@@ -289,6 +317,8 @@ version = "1.17.1"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"},
{file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"},
@@ -368,6 +398,8 @@ version = "3.4.1"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "charset_normalizer-3.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:91b36a978b5ae0ee86c394f5a54d6ef44db1de0815eb43de826d41d21e4af3de"},
{file = "charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7461baadb4dc00fd9e0acbe254e3d7d2112e7f92ced2adc96e54ef6501c5f176"},
@@ -469,6 +501,8 @@ version = "8.1.8"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"},
{file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"},
@@ -483,6 +517,8 @@ version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
@@ -494,6 +530,8 @@ version = "0.2.2"
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"},
{file = "comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e"},
@@ -505,12 +543,31 @@ traitlets = ">=4"
[package.extras]
test = ["pytest"]
+[[package]]
+name = "dataclasses-json"
+version = "0.6.7"
+description = "Easily serialize dataclasses to and from JSON."
+optional = false
+python-versions = "<4.0,>=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
+files = [
+ {file = "dataclasses_json-0.6.7-py3-none-any.whl", hash = "sha256:0dbf33f26c8d5305befd61b39d2b3414e8a407bedc2834dea9b8d642666fb40a"},
+ {file = "dataclasses_json-0.6.7.tar.gz", hash = "sha256:b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0"},
+]
+
+[package.dependencies]
+marshmallow = ">=3.18.0,<4.0.0"
+typing-inspect = ">=0.4.0,<1"
+
[[package]]
name = "debugpy"
version = "1.8.11"
description = "An implementation of the Debug Adapter Protocol for Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "debugpy-1.8.11-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:2b26fefc4e31ff85593d68b9022e35e8925714a10ab4858fb1b577a8a48cb8cd"},
{file = "debugpy-1.8.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61bc8b3b265e6949855300e84dc93d02d7a3a637f2aec6d382afd4ceb9120c9f"},
@@ -546,6 +603,8 @@ version = "5.1.1"
description = "Decorators for Humans"
optional = false
python-versions = ">=3.5"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
@@ -557,6 +616,8 @@ version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
@@ -568,6 +629,8 @@ version = "0.3.9"
description = "serialize all of Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "dill-0.3.9-py3-none-any.whl", hash = "sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a"},
{file = "dill-0.3.9.tar.gz", hash = "sha256:81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"},
@@ -583,6 +646,8 @@ version = "2.0.0"
description = "An implementation of lxml.xmlfile for the standard library"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa"},
{file = "et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54"},
@@ -594,6 +659,8 @@ version = "1.2.2"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version < \"3.11\""
files = [
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
@@ -608,6 +675,8 @@ version = "2.1.0"
description = "Get the currently executing AST node of a frame, and other information"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf"},
{file = "executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab"},
@@ -622,6 +691,8 @@ version = "2.21.1"
description = "Fastest Python implementation of JSON schema"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "fastjsonschema-2.21.1-py3-none-any.whl", hash = "sha256:c9e5b7e908310918cf494a434eeb31384dd84a98b57a30bcb1f535015b554667"},
{file = "fastjsonschema-2.21.1.tar.gz", hash = "sha256:794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4"},
@@ -636,6 +707,8 @@ version = "1.5.1"
description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers"
optional = false
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014"},
{file = "fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f"},
@@ -647,6 +720,8 @@ version = "1.0.1"
description = "Geographic pandas extensions"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "geopandas-1.0.1-py3-none-any.whl", hash = "sha256:01e147d9420cc374d26f51fc23716ac307f32b49406e4bd8462c07e82ed1d3d6"},
{file = "geopandas-1.0.1.tar.gz", hash = "sha256:b8bf70a5534588205b7a56646e2082fb1de9a03599651b3d80c99ea4c2ca08ab"},
@@ -670,6 +745,8 @@ version = "2.1.0"
description = "Copy your docs directly to the gh-pages branch."
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "ghp-import-2.1.0.tar.gz", hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343"},
{file = "ghp_import-2.1.0-py3-none-any.whl", hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619"},
@@ -687,6 +764,8 @@ version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
{file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
@@ -698,6 +777,8 @@ version = "1.0.7"
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "httpcore-1.0.7-py3-none-any.whl", hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd"},
{file = "httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c"},
@@ -719,6 +800,8 @@ version = "0.28.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"},
{file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"},
@@ -743,6 +826,8 @@ version = "2.1.3"
description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call."
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "icecream-2.1.3-py2.py3-none-any.whl", hash = "sha256:757aec31ad4488b949bc4f499d18e6e5973c40cc4d4fc607229e78cfaec94c34"},
{file = "icecream-2.1.3.tar.gz", hash = "sha256:0aa4a7c3374ec36153a1d08f81e3080e83d8ac1eefd97d2f4fe9544e8f9b49de"},
@@ -760,6 +845,8 @@ version = "3.10"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
@@ -774,6 +861,8 @@ version = "2.0.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
@@ -785,6 +874,8 @@ version = "6.29.5"
description = "IPython Kernel for Jupyter"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "ipykernel-6.29.5-py3-none-any.whl", hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5"},
{file = "ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215"},
@@ -818,6 +909,8 @@ version = "8.31.0"
description = "IPython: Productive Interactive Computing"
optional = false
python-versions = ">=3.10"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6"},
{file = "ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"},
@@ -856,6 +949,8 @@ version = "8.1.5"
description = "Jupyter interactive widgets"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "ipywidgets-8.1.5-py3-none-any.whl", hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245"},
{file = "ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17"},
@@ -877,6 +972,8 @@ version = "20.11.0"
description = "Operations with ISO 8601 durations"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "isoduration-20.11.0-py3-none-any.whl", hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042"},
{file = "isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9"},
@@ -891,6 +988,8 @@ version = "5.13.2"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.8.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
@@ -905,6 +1004,8 @@ version = "0.19.2"
description = "An autocompletion tool for Python that can be used for text editors."
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9"},
{file = "jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0"},
@@ -924,6 +1025,8 @@ version = "3.1.5"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"},
{file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"},
@@ -941,16 +1044,43 @@ version = "1.3.0"
description = "Lint your JSON files!"
optional = false
python-versions = ">=3.10"
+groups = ["dev"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "json_linter-1.3.0-py3-none-any.whl", hash = "sha256:5af94acdc3e960e1b6963595065bbc2c97d1823900cdeb5562de6c34ec46eeb1"},
]
+[[package]]
+name = "json-schema-for-humans"
+version = "1.3.4"
+description = "Generate static HTML documentation from JSON schemas"
+optional = false
+python-versions = "<4.0,>=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
+files = [
+ {file = "json_schema_for_humans-1.3.4-py3-none-any.whl", hash = "sha256:565232f691869986bbf4106deb0a57f45ea30310daad4875dcc32115e6ee8ddd"},
+ {file = "json_schema_for_humans-1.3.4.tar.gz", hash = "sha256:4f0614304cb0bdc2324730c1e6987b3157f3b2474d6cce5964e644b3707ab8ea"},
+]
+
+[package.dependencies]
+click = ">=8.0.1,<9.0.0"
+dataclasses-json = ">=0.6.7,<0.7.0"
+Jinja2 = ">3"
+markdown2 = ">=2.5.0,<3.0.0"
+Pygments = ">=2.18.0,<3.0.0"
+pytz = "*"
+PyYAML = ">=6.0.2,<7.0.0"
+requests = ">=2.32.3,<3.0.0"
+
[[package]]
name = "json5"
version = "0.10.0"
description = "A Python implementation of the JSON5 data format."
optional = false
python-versions = ">=3.8.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "json5-0.10.0-py3-none-any.whl", hash = "sha256:19b23410220a7271e8377f81ba8aacba2fdd56947fbb137ee5977cbe1f5e8dfa"},
{file = "json5-0.10.0.tar.gz", hash = "sha256:e66941c8f0a02026943c52c2eb34ebeb2a6f819a0be05920a6f5243cd30fd559"},
@@ -965,6 +1095,8 @@ version = "3.0.0"
description = "Identify specific nodes in a JSON document (RFC 6901)"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942"},
{file = "jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef"},
@@ -976,6 +1108,8 @@ version = "4.23.0"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"},
{file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"},
@@ -1005,6 +1139,8 @@ version = "2024.10.1"
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf"},
{file = "jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272"},
@@ -1019,6 +1155,8 @@ version = "1.3.0"
description = "Convert JSON Schema to human-readable Markdown documentation"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jsonschema2md-1.3.0-py3-none-any.whl", hash = "sha256:ba089d46a3ac6f43b10caeaf8cd1b3978c7bd15c8e287de78d247666cb8857c0"},
{file = "jsonschema2md-1.3.0.tar.gz", hash = "sha256:5ee8f6674c9fec7303daa24c79023805caf2f2fefb99834813bd746227d146ea"},
@@ -1033,6 +1171,8 @@ version = "1.1.1"
description = "Jupyter metapackage. Install all the Jupyter components in one go."
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83"},
{file = "jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a"},
@@ -1052,6 +1192,8 @@ version = "8.6.3"
description = "Jupyter protocol implementation and client libraries"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f"},
{file = "jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419"},
@@ -1074,6 +1216,8 @@ version = "6.6.3"
description = "Jupyter terminal console"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_console-6.6.3-py3-none-any.whl", hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485"},
{file = "jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539"},
@@ -1098,6 +1242,8 @@ version = "5.7.2"
description = "Jupyter core package. A base package on which Jupyter projects rely."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_core-5.7.2-py3-none-any.whl", hash = "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409"},
{file = "jupyter_core-5.7.2.tar.gz", hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"},
@@ -1118,6 +1264,8 @@ version = "0.11.0"
description = "Jupyter Event System library"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_events-0.11.0-py3-none-any.whl", hash = "sha256:36399b41ce1ca45fe8b8271067d6a140ffa54cec4028e95491c93b78a855cacf"},
{file = "jupyter_events-0.11.0.tar.gz", hash = "sha256:c0bc56a37aac29c1fbc3bcfbddb8c8c49533f9cf11f1c4e6adadba936574ab90"},
@@ -1143,6 +1291,8 @@ version = "2.2.5"
description = "Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001"},
{file = "jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da"},
@@ -1157,6 +1307,8 @@ version = "2.15.0"
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_server-2.15.0-py3-none-any.whl", hash = "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3"},
{file = "jupyter_server-2.15.0.tar.gz", hash = "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084"},
@@ -1193,6 +1345,8 @@ version = "0.5.3"
description = "A Jupyter Server Extension Providing Terminals."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyter_server_terminals-0.5.3-py3-none-any.whl", hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa"},
{file = "jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269"},
@@ -1212,6 +1366,8 @@ version = "4.3.4"
description = "JupyterLab computational environment"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyterlab-4.3.4-py3-none-any.whl", hash = "sha256:b754c2601c5be6adf87cb5a1d8495d653ffb945f021939f77776acaa94dae952"},
{file = "jupyterlab-4.3.4.tar.gz", hash = "sha256:f0bb9b09a04766e3423cccc2fc23169aa2ffedcdf8713e9e0fb33cac0b6859d0"},
@@ -1246,6 +1402,8 @@ version = "0.3.0"
description = "Pygments theme using JupyterLab CSS variables"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyterlab_pygments-0.3.0-py3-none-any.whl", hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780"},
{file = "jupyterlab_pygments-0.3.0.tar.gz", hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d"},
@@ -1257,6 +1415,8 @@ version = "2.27.3"
description = "A set of server components for JupyterLab and JupyterLab like applications."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyterlab_server-2.27.3-py3-none-any.whl", hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4"},
{file = "jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4"},
@@ -1282,6 +1442,8 @@ version = "3.0.13"
description = "Jupyter interactive widgets for JupyterLab"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupyterlab_widgets-3.0.13-py3-none-any.whl", hash = "sha256:e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54"},
{file = "jupyterlab_widgets-3.0.13.tar.gz", hash = "sha256:a2966d385328c1942b683a8cd96b89b8dd82c8b8f81dda902bb2bc06d46f5bed"},
@@ -1293,6 +1455,8 @@ version = "1.16.6"
description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "jupytext-1.16.6-py3-none-any.whl", hash = "sha256:900132031f73fee15a1c9ebd862e05eb5f51e1ad6ab3a2c6fdd97ce2f9c913b4"},
{file = "jupytext-1.16.6.tar.gz", hash = "sha256:dbd03f9263c34b737003f388fc069e9030834fb7136879c4c32c32473557baa0"},
@@ -1322,6 +1486,8 @@ version = "3.7"
description = "Python implementation of John Gruber's Markdown."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"},
{file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"},
@@ -1337,6 +1503,8 @@ version = "3.0.0"
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
{file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
@@ -1355,12 +1523,33 @@ profiling = ["gprof2dot"]
rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"]
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
+[[package]]
+name = "markdown2"
+version = "2.5.3"
+description = "A fast and complete Python implementation of Markdown"
+optional = false
+python-versions = "<4,>=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
+files = [
+ {file = "markdown2-2.5.3-py3-none-any.whl", hash = "sha256:a8ebb7e84b8519c37bf7382b3db600f1798a22c245bfd754a1f87ca8d7ea63b3"},
+ {file = "markdown2-2.5.3.tar.gz", hash = "sha256:4d502953a4633408b0ab3ec503c5d6984d1b14307e32b325ec7d16ea57524895"},
+]
+
+[package.extras]
+all = ["latex2mathml", "pygments (>=2.7.3)", "wavedrom"]
+code-syntax-highlighting = ["pygments (>=2.7.3)"]
+latex = ["latex2mathml"]
+wavedrom = ["wavedrom"]
+
[[package]]
name = "markupsafe"
version = "3.0.2"
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8"},
{file = "MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158"},
@@ -1425,12 +1614,35 @@ files = [
{file = "markupsafe-3.0.2.tar.gz", hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0"},
]
+[[package]]
+name = "marshmallow"
+version = "3.26.1"
+description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
+optional = false
+python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
+files = [
+ {file = "marshmallow-3.26.1-py3-none-any.whl", hash = "sha256:3350409f20a70a7e4e11a27661187b77cdcaeb20abca41c1454fe33636bea09c"},
+ {file = "marshmallow-3.26.1.tar.gz", hash = "sha256:e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6"},
+]
+
+[package.dependencies]
+packaging = ">=17.0"
+
+[package.extras]
+dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
+docs = ["autodocsumm (==0.2.14)", "furo (==2024.8.6)", "sphinx (==8.1.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.0)", "sphinxext-opengraph (==0.9.1)"]
+tests = ["pytest", "simplejson"]
+
[[package]]
name = "matplotlib-inline"
version = "0.1.7"
description = "Inline Matplotlib backend for Jupyter"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca"},
{file = "matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90"},
@@ -1445,6 +1657,8 @@ version = "0.7.0"
description = "McCabe checker, plugin for flake8"
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
@@ -1456,6 +1670,8 @@ version = "0.4.2"
description = "Collection of plugins for markdown-it-py"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mdit_py_plugins-0.4.2-py3-none-any.whl", hash = "sha256:0c673c3f889399a33b95e88d2f0d111b4447bdfea7f237dab2d488f459835636"},
{file = "mdit_py_plugins-0.4.2.tar.gz", hash = "sha256:5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5"},
@@ -1475,6 +1691,8 @@ version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
@@ -1486,6 +1704,8 @@ version = "1.3.4"
description = "A deep merge function for 🐍."
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307"},
{file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
@@ -1497,6 +1717,8 @@ version = "3.1.0"
description = "A sane and fast Markdown parser with useful plugins and renderers"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mistune-3.1.0-py3-none-any.whl", hash = "sha256:b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1"},
{file = "mistune-3.1.0.tar.gz", hash = "sha256:dbcac2f78292b9dc066cd03b7a3a26b62d85f8159f2ea5fd28e55df79908d667"},
@@ -1511,6 +1733,8 @@ version = "1.6.1"
description = "Project documentation with Markdown."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mkdocs-1.6.1-py3-none-any.whl", hash = "sha256:db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e"},
{file = "mkdocs-1.6.1.tar.gz", hash = "sha256:7b432f01d928c084353ab39c57282f29f92136665bdd6abf7c1ec8d822ef86f2"},
@@ -1541,6 +1765,8 @@ version = "0.2.0"
description = "MkDocs extension that lists all dependencies according to a mkdocs.yml file"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mkdocs_get_deps-0.2.0-py3-none-any.whl", hash = "sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134"},
{file = "mkdocs_get_deps-0.2.0.tar.gz", hash = "sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c"},
@@ -1557,6 +1783,8 @@ version = "0.24.8"
description = "Use Jupyter in mkdocs websites"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mkdocs_jupyter-0.24.8-py3-none-any.whl", hash = "sha256:36438a0a653eee2c27c6a8f7006e645f18693699c9b8ac44ffde830ddb08fa16"},
{file = "mkdocs_jupyter-0.24.8.tar.gz", hash = "sha256:09a762f484d540d9c0e944d34b28cb536a32869e224b460e2fc791b143f76940"},
@@ -1576,6 +1804,8 @@ version = "9.5.49"
description = "Documentation that simply works"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mkdocs_material-9.5.49-py3-none-any.whl", hash = "sha256:c3c2d8176b18198435d3a3e119011922f3e11424074645c24019c2dcf08a360e"},
{file = "mkdocs_material-9.5.49.tar.gz", hash = "sha256:3671bb282b4f53a1c72e08adbe04d2481a98f85fed392530051f80ff94a9621d"},
@@ -1605,6 +1835,8 @@ version = "1.3.1"
description = "Extension pack for Python Markdown and MkDocs Material."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mkdocs_material_extensions-1.3.1-py3-none-any.whl", hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31"},
{file = "mkdocs_material_extensions-1.3.1.tar.gz", hash = "sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443"},
@@ -1616,6 +1848,8 @@ version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
optional = false
python-versions = ">=3.5"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"},
{file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"},
@@ -1627,6 +1861,8 @@ version = "0.10.2"
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
optional = false
python-versions = ">=3.9.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "nbclient-0.10.2-py3-none-any.whl", hash = "sha256:4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d"},
{file = "nbclient-0.10.2.tar.gz", hash = "sha256:90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193"},
@@ -1649,6 +1885,8 @@ version = "7.16.5"
description = "Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (`import nbconvert`) or as a command line tool (invoked as `jupyter nbconvert ...`)."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "nbconvert-7.16.5-py3-none-any.whl", hash = "sha256:e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547"},
{file = "nbconvert-7.16.5.tar.gz", hash = "sha256:c83467bb5777fdfaac5ebbb8e864f300b277f68692ecc04d6dab72f2d8442344"},
@@ -1685,6 +1923,8 @@ version = "5.10.4"
description = "The Jupyter Notebook format"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b"},
{file = "nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a"},
@@ -1706,6 +1946,8 @@ version = "1.6.0"
description = "Patch asyncio to allow nested event loops"
optional = false
python-versions = ">=3.5"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"},
{file = "nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe"},
@@ -1717,6 +1959,8 @@ version = "7.3.2"
description = "Jupyter Notebook - A web-based notebook environment for interactive computing"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "notebook-7.3.2-py3-none-any.whl", hash = "sha256:e5f85fc59b69d3618d73cf27544418193ff8e8058d5bf61d315ce4f473556288"},
{file = "notebook-7.3.2.tar.gz", hash = "sha256:705e83a1785f45b383bf3ee13cb76680b92d24f56fb0c7d2136fe1d850cd3ca8"},
@@ -1740,6 +1984,8 @@ version = "0.2.4"
description = "A shim layer for notebook traits and config"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "notebook_shim-0.2.4-py3-none-any.whl", hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef"},
{file = "notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb"},
@@ -1757,6 +2003,8 @@ version = "2.2.1"
description = "Fundamental package for array computing in Python"
optional = false
python-versions = ">=3.10"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "numpy-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5edb4e4caf751c1518e6a26a83501fda79bff41cc59dac48d70e6d65d4ec4440"},
{file = "numpy-2.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:aa3017c40d513ccac9621a2364f939d39e550c542eb2a894b4c8da92b38896ab"},
@@ -1821,6 +2069,8 @@ version = "3.1.5"
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "openpyxl-3.1.5-py2.py3-none-any.whl", hash = "sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2"},
{file = "openpyxl-3.1.5.tar.gz", hash = "sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050"},
@@ -1835,6 +2085,8 @@ version = "7.7.0"
description = "A decorator to automatically detect mismatch when overriding a method."
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49"},
{file = "overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a"},
@@ -1846,6 +2098,8 @@ version = "24.2"
description = "Core utilities for Python packages"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"},
{file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"},
@@ -1857,6 +2111,8 @@ version = "0.5.7"
description = "Divides large result sets into pages for easier browsing"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591"},
{file = "paginate-0.5.7.tar.gz", hash = "sha256:22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945"},
@@ -1872,6 +2128,8 @@ version = "2.2.3"
description = "Powerful data structures for data analysis, time series, and statistics"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pandas-2.2.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1948ddde24197a0f7add2bdc4ca83bf2b1ef84a1bc8ccffd95eda17fd836ecb5"},
{file = "pandas-2.2.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:381175499d3802cde0eabbaf6324cce0c4f5d52ca6f8c377c29ad442f50f6348"},
@@ -1958,6 +2216,8 @@ version = "1.5.1"
description = "Utilities for writing pandoc filters in python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pandocfilters-1.5.1-py2.py3-none-any.whl", hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc"},
{file = "pandocfilters-1.5.1.tar.gz", hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e"},
@@ -1969,6 +2229,8 @@ version = "0.8.4"
description = "A Python Parser"
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18"},
{file = "parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"},
@@ -1984,6 +2246,8 @@ version = "0.12.1"
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
@@ -1995,6 +2259,8 @@ version = "4.9.0"
description = "Pexpect allows easy control of interactive console applications."
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "(python_version <= \"3.11\" or python_version >= \"3.12\") and (sys_platform != \"win32\" and sys_platform != \"emscripten\")"
files = [
{file = "pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523"},
{file = "pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"},
@@ -2009,6 +2275,8 @@ version = "4.3.6"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"},
{file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"},
@@ -2025,6 +2293,8 @@ version = "1.5.0"
description = "plugin and hook calling mechanisms for python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"},
{file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"},
@@ -2040,6 +2310,8 @@ version = "0.21.1"
description = "Python client for the Prometheus monitoring system."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "prometheus_client-0.21.1-py3-none-any.whl", hash = "sha256:594b45c410d6f4f8888940fe80b5cc2521b305a1fafe1c58609ef715a001f301"},
{file = "prometheus_client-0.21.1.tar.gz", hash = "sha256:252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb"},
@@ -2054,6 +2326,8 @@ version = "3.0.48"
description = "Library for building powerful interactive command lines in Python"
optional = false
python-versions = ">=3.7.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"},
{file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"},
@@ -2068,6 +2342,8 @@ version = "6.1.1"
description = "Cross-platform lib for process and system monitoring in Python."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "psutil-6.1.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:9ccc4316f24409159897799b83004cb1e24f9819b0dcf9c0b68bdcb6cefee6a8"},
{file = "psutil-6.1.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ca9609c77ea3b8481ab005da74ed894035936223422dc591d6772b147421f777"},
@@ -2098,6 +2374,8 @@ version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "(sys_platform != \"win32\" and sys_platform != \"emscripten\" or os_name != \"nt\") and (python_version <= \"3.11\" or python_version >= \"3.12\")"
files = [
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
@@ -2109,6 +2387,8 @@ version = "0.2.3"
description = "Safely evaluate AST nodes without side effects"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0"},
{file = "pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42"},
@@ -2123,6 +2403,8 @@ version = "2.22"
description = "C parser in Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
{file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
@@ -2134,6 +2416,8 @@ version = "2.19.1"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"},
{file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"},
@@ -2148,6 +2432,8 @@ version = "3.3.3"
description = "python code static checker"
optional = false
python-versions = ">=3.9.0"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"},
{file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"},
@@ -2177,6 +2463,8 @@ version = "10.14"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pymdown_extensions-10.14-py3-none-any.whl", hash = "sha256:202481f716cc8250e4be8fce997781ebf7917701b59652458ee47f2401f818b5"},
{file = "pymdown_extensions-10.14.tar.gz", hash = "sha256:741bd7c4ff961ba40b7528d32284c53bc436b8b1645e8e37c3e57770b8700a34"},
@@ -2195,6 +2483,8 @@ version = "0.10.0"
description = "Vectorized spatial vector file format I/O using GDAL/OGR"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pyogrio-0.10.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:046eeeae12a03a3ebc3dc5ff5a87664e4f5fc0a4fb1ea5d5c45d547fa941072b"},
{file = "pyogrio-0.10.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:44380f4d9245c776f432526e29ce4d29238aea26adad991803c4f453474f51d3"},
@@ -2246,6 +2536,8 @@ version = "3.7.0"
description = "Python interface to PROJ (cartographic projections and coordinate transformations library)"
optional = false
python-versions = ">=3.10"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pyproj-3.7.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:d5c7e7d24b967e328a5efd013f466804a1f226d1106ac7efc47dcc99360dbc8f"},
{file = "pyproj-3.7.0-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:448958c46bd3fe2da91c89ba551ac5835e63073ca861422c6eb1af89979dfab1"},
@@ -2283,6 +2575,8 @@ version = "8.3.4"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"},
{file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"},
@@ -2305,6 +2599,8 @@ version = "2.9.0.post0"
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
{file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
@@ -2319,6 +2615,8 @@ version = "3.2.1"
description = "JSON Log Formatter for the Python Logging Package"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "python_json_logger-3.2.1-py3-none-any.whl", hash = "sha256:cdc17047eb5374bd311e748b42f99d71223f3b0e186f4206cc5d52aefe85b090"},
{file = "python_json_logger-3.2.1.tar.gz", hash = "sha256:8eb0554ea17cb75b05d2848bc14fb02fbdbd9d6972120781b974380bfa162008"},
@@ -2333,6 +2631,8 @@ version = "2024.2"
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"},
{file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"},
@@ -2344,6 +2644,8 @@ version = "308"
description = "Python for Window Extensions"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\" and (python_version <= \"3.11\" or python_version >= \"3.12\")"
files = [
{file = "pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e"},
{file = "pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e"},
@@ -2371,6 +2673,8 @@ version = "2.0.14"
description = "Pseudo terminal support for Windows from Python."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "(python_version <= \"3.11\" or python_version >= \"3.12\") and os_name == \"nt\""
files = [
{file = "pywinpty-2.0.14-cp310-none-win_amd64.whl", hash = "sha256:0b149c2918c7974f575ba79f5a4aad58bd859a52fa9eb1296cc22aa412aa411f"},
{file = "pywinpty-2.0.14-cp311-none-win_amd64.whl", hash = "sha256:cf2a43ac7065b3e0dc8510f8c1f13a75fb8fde805efa3b8cff7599a1ef497bc7"},
@@ -2386,6 +2690,8 @@ version = "6.0.2"
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086"},
{file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf"},
@@ -2448,6 +2754,8 @@ version = "0.1"
description = "A custom YAML tag for referencing environment variables in YAML files. "
optional = false
python-versions = ">=3.6"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pyyaml_env_tag-0.1-py3-none-any.whl", hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069"},
{file = "pyyaml_env_tag-0.1.tar.gz", hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"},
@@ -2462,6 +2770,8 @@ version = "26.2.0"
description = "Python bindings for 0MQ"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629"},
{file = "pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b"},
@@ -2583,6 +2893,8 @@ version = "0.35.1"
description = "JSON Referencing + Python"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"},
{file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"},
@@ -2598,6 +2910,8 @@ version = "2024.11.6"
description = "Alternative regular expression module, to replace re."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91"},
{file = "regex-2024.11.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:658f90550f38270639e83ce492f27d2c8d2cd63805c65a13a14d36ca126753f0"},
@@ -2701,6 +3015,8 @@ version = "2.32.3"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
@@ -2722,6 +3038,8 @@ version = "0.1.4"
description = "A pure python RFC3339 validator"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa"},
{file = "rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b"},
@@ -2736,6 +3054,8 @@ version = "0.1.1"
description = "Pure python rfc3986 validator"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9"},
{file = "rfc3986_validator-0.1.1.tar.gz", hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055"},
@@ -2747,6 +3067,8 @@ version = "0.22.3"
description = "Python bindings to Rust's persistent data structures (rpds)"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "rpds_py-0.22.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:6c7b99ca52c2c1752b544e310101b98a659b720b21db00e65edca34483259967"},
{file = "rpds_py-0.22.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:be2eb3f2495ba669d2a985f9b426c1797b7d48d6963899276d22f23e33d47e37"},
@@ -2859,6 +3181,8 @@ version = "1.8.3"
description = "Send file to trash natively under Mac OS X, Windows and Linux"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9"},
{file = "Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf"},
@@ -2875,6 +3199,8 @@ version = "75.7.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "setuptools-75.7.0-py3-none-any.whl", hash = "sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183"},
{file = "setuptools-75.7.0.tar.gz", hash = "sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"},
@@ -2895,6 +3221,8 @@ version = "2.0.6"
description = "Manipulation and analysis of geometric objects"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "shapely-2.0.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:29a34e068da2d321e926b5073539fd2a1d4429a2c656bd63f0bd4c8f5b236d0b"},
{file = "shapely-2.0.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e1c84c3f53144febf6af909d6b581bc05e8785d57e27f35ebaa5c1ab9baba13b"},
@@ -2953,6 +3281,8 @@ version = "1.17.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
@@ -2964,6 +3294,8 @@ version = "1.3.1"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
{file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
@@ -2975,6 +3307,8 @@ version = "2.6"
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9"},
{file = "soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"},
@@ -2986,6 +3320,8 @@ version = "0.6.3"
description = "Extract data from python stack frames and tracebacks for informative displays"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"},
{file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
@@ -3005,6 +3341,8 @@ version = "0.18.1"
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0"},
{file = "terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e"},
@@ -3026,6 +3364,8 @@ version = "1.4.0"
description = "A tiny CSS parser"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "tinycss2-1.4.0-py3-none-any.whl", hash = "sha256:3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289"},
{file = "tinycss2-1.4.0.tar.gz", hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7"},
@@ -3044,6 +3384,8 @@ version = "6.1.0"
description = "A wrapper around the stdlib `tokenize` which roundtrips."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "tokenize_rt-6.1.0-py2.py3-none-any.whl", hash = "sha256:d706141cdec4aa5f358945abe36b911b8cbdc844545da99e811250c0cee9b6fc"},
{file = "tokenize_rt-6.1.0.tar.gz", hash = "sha256:e8ee836616c0877ab7c7b54776d2fefcc3bde714449a206762425ae114b53c86"},
@@ -3055,6 +3397,8 @@ version = "2.2.1"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version < \"3.11\""
files = [
{file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"},
{file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"},
@@ -3096,6 +3440,8 @@ version = "0.13.2"
description = "Style preserving TOML library"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "tomlkit-0.13.2-py3-none-any.whl", hash = "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde"},
{file = "tomlkit-0.13.2.tar.gz", hash = "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79"},
@@ -3107,6 +3453,8 @@ version = "6.4.2"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "tornado-6.4.2-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e828cce1123e9e44ae2a50a9de3055497ab1d0aeb440c5ac23064d9e44880da1"},
{file = "tornado-6.4.2-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:072ce12ada169c5b00b7d92a99ba089447ccc993ea2143c9ede887e0937aa803"},
@@ -3127,6 +3475,8 @@ version = "5.14.3"
description = "Traitlets Python configuration system"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f"},
{file = "traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7"},
@@ -3142,6 +3492,8 @@ version = "2.9.0.20241206"
description = "Typing stubs for python-dateutil"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "types_python_dateutil-2.9.0.20241206-py3-none-any.whl", hash = "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53"},
{file = "types_python_dateutil-2.9.0.20241206.tar.gz", hash = "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb"},
@@ -3153,17 +3505,38 @@ version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
{file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
]
+[[package]]
+name = "typing-inspect"
+version = "0.9.0"
+description = "Runtime inspection utilities for typing module."
+optional = false
+python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
+files = [
+ {file = "typing_inspect-0.9.0-py3-none-any.whl", hash = "sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f"},
+ {file = "typing_inspect-0.9.0.tar.gz", hash = "sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78"},
+]
+
+[package.dependencies]
+mypy-extensions = ">=0.3.0"
+typing-extensions = ">=3.7.4"
+
[[package]]
name = "tzdata"
version = "2024.2"
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd"},
{file = "tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc"},
@@ -3175,6 +3548,8 @@ version = "1.3.0"
description = "RFC 6570 URI Template Processor"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "uri-template-1.3.0.tar.gz", hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7"},
{file = "uri_template-1.3.0-py3-none-any.whl", hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363"},
@@ -3189,6 +3564,8 @@ version = "2.3.0"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"},
{file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"},
@@ -3206,6 +3583,8 @@ version = "6.0.0"
description = "Filesystem events monitoring"
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "watchdog-6.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d1cdb490583ebd691c012b3d6dae011000fe42edb7a82ece80965b42abd61f26"},
{file = "watchdog-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bc64ab3bdb6a04d69d4023b29422170b74681784ffb9463ed4870cf2f3e66112"},
@@ -3248,6 +3627,8 @@ version = "0.2.13"
description = "Measures the displayed width of unicode strings in a terminal"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
{file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
@@ -3259,6 +3640,8 @@ version = "24.11.1"
description = "A library for working with the color formats defined by HTML and CSS."
optional = false
python-versions = ">=3.9"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "webcolors-24.11.1-py3-none-any.whl", hash = "sha256:515291393b4cdf0eb19c155749a096f779f7d909f7cceea072791cb9095b92e9"},
{file = "webcolors-24.11.1.tar.gz", hash = "sha256:ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"},
@@ -3270,6 +3653,8 @@ version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
@@ -3281,6 +3666,8 @@ version = "1.8.0"
description = "WebSocket client for Python with low level API options"
optional = false
python-versions = ">=3.8"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"},
{file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"},
@@ -3297,12 +3684,14 @@ version = "4.0.13"
description = "Jupyter interactive widgets for Jupyter Notebook"
optional = false
python-versions = ">=3.7"
+groups = ["main"]
+markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [
{file = "widgetsnbextension-4.0.13-py3-none-any.whl", hash = "sha256:74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71"},
{file = "widgetsnbextension-4.0.13.tar.gz", hash = "sha256:ffcb67bc9febd10234a362795f643927f4e0c05d9342c727b65d2384f8feacb6"},
]
[metadata]
-lock-version = "2.0"
+lock-version = "2.1"
python-versions = "^3.10"
-content-hash = "1fc449e12c5430c17f13e933c57c3b04db2005ae7d17f730ad54cdea60a37852"
+content-hash = "ad4e5d6f7e2592573585d9d494fc3a994faeb47e3f5ae04303ca2394e9361131"
diff --git a/pyproject.toml b/pyproject.toml
index b65dcf3..a25e7d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,7 @@ icecream = "^2.1.3"
jsonschema = "^4.23.0"
jsonschema2md = "^1.1.0"
referencing = "^0.35.1"
+json-schema-for-humans = "^1.3.4"
[tool.poetry.group.dev.dependencies]
json-linter = "^1.3.0"
diff --git a/references/dac5_schema.json b/references/dac5_schema.json
index c91af9e..e70dbd7 100644
--- a/references/dac5_schema.json
+++ b/references/dac5_schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "stack://schemas/dac5.schema",
+ "$id": "dac5_schema.json",
"description": "Categorical Attributes DAC 5 Purpose Codes is referenced in the Project Core Schema.",
"title": "DAC 5 Purpose Code",
"type": "number",
diff --git a/references/feature_project_schema.json b/references/feature_project_schema.json
index 7c65c45..1256b57 100644
--- a/references/feature_project_schema.json
+++ b/references/feature_project_schema.json
@@ -1,8 +1,8 @@
{
- "title": "GeoJSON Feature",
- "$id": "stack://schemas/feature_project.schema",
- "$schema": "http://json-schema.org/draft-07/schema#",
- "description": "Main Schema with geometries and project_data properties. It is built hierarchially and is represented as Feature a known Geojson Format. In the properties are all the project information which is separated from the geometry.",
+ "title": "GeoJSON Feature",
+ "$id": "feature_project_schema.json",
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "Main Schema with geometries and [project_data/project_core_schema](project_core_schema.md) properties. It is built hierarchially and is represented as Feature - a known Geojson Format.
In the properties are all the project information which is separated from the geometry.",
"type": "object",
"required": [
"type",
@@ -27,7 +27,7 @@
]
},
"properties": {
- "$ref": "stack://schemas/project_core.schema"
+ "$ref": "project_core_schema.json"
},
"geometry": {
"oneOf": [
diff --git a/references/generated_sector_location_schema.json b/references/generated_sector_location_schema.json
index b3b5ec4..20494fe 100644
--- a/references/generated_sector_location_schema.json
+++ b/references/generated_sector_location_schema.json
@@ -1,8 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "stack://schemas/sector_location_type2.schema",
+ "$id": "generated_sector_location_schema.json",
"description": "Categorical Sector and Location Type pairs which are referenced in the Project Core Schema.",
"title": "Sector Location Schema",
+ "additionalProperties": true,
"type": "object",
"properties": {
"sector": {
diff --git a/references/project_core_schema.json b/references/project_core_schema.json
index 3296442..dc8eb68 100644
--- a/references/project_core_schema.json
+++ b/references/project_core_schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "stack://schemas/project_core.schema",
+ "$id": "project_core_schema.json",
"description": "This schema defines the structure of the project location model. It is used to validate the project location data provided by the KfW counterpart.",
"properties": {
"schemeVersion": {
@@ -24,7 +24,7 @@
},
"dac5PurposeCode": {
"description": "The DAC 5 Purpose Codes for the entire project.",
- "$ref": "stack://schemas/dac5.schema"
+ "$ref": "dac5_schema.json"
},
"dataOwner": {
"description": "Legal entity that owns the data provided here (= legal authorship).",
@@ -50,8 +50,8 @@
"type": "string"
},
"sector_location": {
- "description": "Sectoral / cross-sectoral location type preselection field. / most appropriate location type",
- "$ref": "stack://schemas/sector_location_type.schema"
+ "description": "Sectoral / cross-sectoral location type preselection field. / most appropriate location type. This area isn't rendered correctly. Please look at the [sector_location_schema-doc](sector_location_schema.md) or [sector_location_schema-definition](https://github.com/openkfw/open-geodata-model/tree/main/references/sector_location_schema.json) directly",
+ "$ref": "sector_location_schema.json"
},
"kfwProjectNoINPRO": {
"description": "Every project location in the FC Geodata Model must be assigned to its respective KfW project number, which is provided by KfW.",
diff --git a/references/sector_location_schema.json b/references/sector_location_schema.json
index 9fd9b11..a090842 100644
--- a/references/sector_location_schema.json
+++ b/references/sector_location_schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "stack://schemas/sector_location_type.schema",
+ "$id": "sector_location_schema.json",
"description": "Categorical Sector and Location Type pairs which are referenced in the Project Core Schema.",
"type": "object",
"enum": [