Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -rf0525483bb0f01219ec1990b2e366de5faa7cb96 -r8d246ac6328e6e649ff6e78dfe3fac210d789ba0
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision f0525483bb0f01219ec1990b2e366de5faa7cb96)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 8d246ac6328e6e649ff6e78dfe3fac210d789ba0)
@@ -61,16 +61,47 @@
///
public const string MaximumSliceWidthElement = "maximalelamelbreedte";
+ #region Zones
+
///
/// The identifier for zones elements.
///
public const string ZonesElement = "zonering";
///
- /// The tag of the element containing the value indicating if zones should be created automatically.
+ /// The tag of the element containing the value indicating if zones should be created.
///
public const string CreateZonesElement = "bepaling";
+ ///
+ /// The tag of the element containing the value indicating the method to determine the zones.
+ ///
+ public const string ZoningBoundariesDeterminationTypeElement = "methode";
+
+ ///
+ /// The possible content of the
+ /// element indicating zoning boundary determination.
+ ///
+ public const string ZoningBoundariesDeterminationTypeAutomatic = "automatisch";
+
+ ///
+ /// The possible content of the
+ /// element indicating manual zoning boundary determination.
+ ///
+ public const string ZoningBoundariesDeterminationTypeManual = "handmatig";
+
+ ///
+ /// The tag of the element containing the value indicating the left boundary of the zone.
+ ///
+ public const string ZoneBoundaryLeft = "zoneringsgrenslinks";
+
+ ///
+ /// The tag of the element containing the value indicating the right boundary of the zone.
+ ///
+ public const string ZoneBoundaryRight = "zoneringsgrensrechts";
+
+ #endregion
+
#region Water stresses
///