Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r33f767f38f0ea6a355b68f4169bd04901543ea54 -r578d9ed2cd2330f233659f25ff91910533cabf39
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 33f767f38f0ea6a355b68f4169bd04901543ea54)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 578d9ed2cd2330f233659f25ff91910533cabf39)
@@ -81,36 +81,16 @@
///
/// The tag of the element containing the average river water level.
///
- public const string WaterLevelRiverAverageElement = "ghw";
+ public const string WaterLevelRiverAverageElement = "gemiddeldhoogwater";
#region Phreatic lines
///
- /// The identifier for minimum level elements.
+ /// The identifier for minimum level phreatic line 1 elements.
///
- public const string PhreaticLineMinimumLevelElement = "initielehoogte";
+ public const string PhreaticLine1MinimumLevelElement = "initielehoogtepl1";
///
- /// The identifier for the phreatic line 1 elements.
- ///
- 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";
@@ -121,16 +101,21 @@
public const string MinimumLevelPhreaticLineAtDikeTopPolderElement = "binnenkruin";
///
- /// The identifier for leakage length elements.
+ /// The identifier for leakage length phreatic line 3 elements.
///
- public const string LeakageLengthElement = "leklengtes";
+ public const string PhreaticLine3LeakageLengthElement = "leklengtespl3";
///
- /// The identifier for piezometric head elements.
+ /// The identifier for leakage length phreatic line 4 elements.
///
- public const string PiezometricHeadElement = "stijghoogtes";
+ public const string PhreaticLine4LeakageLengthElement = "leklengtespl4";
///
+ /// The identifier for piezometric head phreatic line 2 elements.
+ ///
+ public const string PhreaticLine2PiezometricHeadElement = "stijghoogtespl2";
+
+ ///
/// The tag of the element containing the value indicating the phreatic line inwards leakage length or piezometric head.
///
public const string PhreaticLineInwardsElement = "binnenwaarts";
@@ -238,25 +223,25 @@
/// The possible content of the
/// element indicating a clay dike on clay.
///
- public const string DikeSoilScenarioClayDikeOnClay = "1A";
+ public const string DikeSoilScenarioClayDikeOnClay = "kleidijkopklei";
///
/// The possible content of the
/// element indicating a sand dike on clay.
///
- public const string DikeSoilScenarioSandDikeOnClay = "2A";
+ public const string DikeSoilScenarioSandDikeOnClay = "zanddijkopklei";
///
/// The possible content of the
/// element indicating a clay dike on sand
///
- public const string DikeSoilScenarioClayDikeOnSand = "1B";
+ public const string DikeSoilScenarioClayDikeOnSand = "kleidijkopzand";
///
/// The possible content of the
/// element indicating a sand dike on sand.
///
- public const string DikeSoilScenarioSandDikeOnSand = "2B";
+ public const string DikeSoilScenarioSandDikeOnSand = "zanddijkopzand";
#endregion
@@ -343,22 +328,22 @@
///
/// The tag of the element containing the value indicating the left boundary of the grid.
///
- public const string GridXLeftElement = "links";
+ public const string GridXLeftElement = "xlinks";
///
/// The tag of the element containing the value indicating the right boundary of the grid.
///
- public const string GridXRightElement = "rechts";
+ public const string GridXRightElement = "xrechts";
///
/// The tag of the element containing the value indicating the top boundary of the grid.
///
- public const string GridZTopElement = "boven";
+ public const string GridZTopElement = "zboven";
///
/// The tag of the element containing the value indicating the bottom boundary of the grid.
///
- public const string GridZBottomElement = "onder";
+ public const string GridZBottomElement = "zonder";
///
/// The tag of the element containing the value indicating the number of horizontal points of the grid.