Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -raf341ae554425a1832b712c219f5eff86c5d2282 -r2ef33b18220a8c8682c261ae78f261e85ce9a21a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision af341ae554425a1832b712c219f5eff86c5d2282)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 2ef33b18220a8c8682c261ae78f261e85ce9a21a)
@@ -96,6 +96,21 @@
public const string PhreaticLine1Element = "pl1";
///
+ /// The identifier for the phreatic line 2 elements.
+ ///
+ public const string PhreaticLine2Element = "pl2";
+
+ ///
+ /// The identifier for the phreatic line 3 elements.
+ ///
+ public const string PhreaticLine3Element = "pl3";
+
+ ///
+ /// The identifier for the phreatic line 4 elements.
+ ///
+ public const string PhreaticLine4Element = "pl4";
+
+ ///
/// The tag of the element containing the value indicating the minimum level phreatic line at dike top river.
///
public const string MinimumLevelPhreaticLineAtDikeTopRiverElement = "buitenkruin";
@@ -105,6 +120,21 @@
///
public const string MinimumLevelPhreaticLineAtDikeTopPolderElement = "binnenkruin";
+ ///
+ /// The identifier for leakage length elements.
+ ///
+ public const string LeakageLengthElement = "leklengtes";
+
+ ///
+ /// The tag of the element containing the value indicating the phreatic line inwards leakage length or piezometric head.
+ ///
+ public const string PhreaticLineInwardsElement = "binnenwaarts";
+
+ ///
+ /// he tag of the element containing the value indicating the phreatic line outwards leakage length or piezometric head.
+ ///
+ public const string PhreaticLineOutwardsElement = "buitenwaarts";
+
#endregion
///