Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r1639c5017fdc9549fb63aaf2b5a178d45bec3c3b -r36755a2f260964ef30be55dcef0f68167421d65f --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 1639c5017fdc9549fb63aaf2b5a178d45bec3c3b) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 36755a2f260964ef30be55dcef0f68167421d65f) @@ -71,6 +71,44 @@ /// public const string CreateZones = "bepaling"; + #region Water stresses + + /// + /// The identifier for water stresses elements. + /// + public const string WaterStressesElement = "waterspanningen"; + + /// + /// The tag of the element containing the average river water level. + /// + public const string WaterLevelRiverAverageElement = "ghw"; + + #region Drainage + + /// + /// The identifier for drainage construction elements. + /// + public const string DrainageConstructionElement = "drainage"; + + /// + /// The tag of the element containing the value whether a drainage construction is present. + /// + public const string DrainageConstructionPresentElement = "aanwezig"; + + /// + /// The tag of the element containing the x coordinate of the drainage construction. + /// + public const string XCoordinateDrainageConstructionElement = "x"; + + /// + /// The tag of the element containing the z coordinate of the drainage construction. + /// + public const string ZCoordinateDrainageConstructionElement = "z"; + + #endregion + + #endregion + #region Dike soil scenario ///