Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs =================================================================== diff -u -rcbfda96c30eb17a999ebf82ec545dcbae8935dcc -r8b38b01d4375511d520c9dcea90d891c0fa4372a --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision cbfda96c30eb17a999ebf82ec545dcbae8935dcc) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 8b38b01d4375511d520c9dcea90d891c0fa4372a) @@ -147,6 +147,55 @@ /// public const string AdjustPhreaticLine3And4ForUpliftElement = "corrigeervooropbarsten"; + #region Location input + + /// + /// The identifier for all location input elements for daily conditions. + /// + public const string LocationInputDailyElement = "dagelijks"; + + /// + /// The identifier for all location input elements for extreme conditions. + /// + public const string LocationInputExtremeElement = "extreem"; + + /// + /// The tag of the element containing the polder water level. + /// + public const string WaterLevelPolderElement = "polderpeil"; + + /// + /// The identifier for the offset of the location input elements. + /// + public const string LocationInputOffsetElement = "offsets"; + + /// + /// The tag of the element containing the value whether the default offsets should be used. + /// + public const string UseDefaultOffsetsElement = "gebruikdefaults"; + + /// + /// The tag of the element containing the offset of the phreatic line below dike top at river. + /// + public const string PhreaticLineOffsetBelowDikeTopAtRiverElement = "buitenkruin"; + + /// + /// The tag of the element containing the offset of the phreatic line below dike top at polder. + /// + public const string PhreaticLineOffsetBelowDikeTopAtPolderElement = "binnenkruin"; + + /// + /// The tag of the element containing the offset of the phreatic line below shoulder base inside. + /// + public const string PhreaticLineOffsetBelowShoulderBaseInsideElement = "insteekbinnenberm"; + + /// + /// The tag of the element containing the offset of the phreatic line below dike toe at polder. + /// + public const string PhreaticLineOffsetBelowDikeToeAtPolderElement = "teendijkbinnenwaarts"; + + #endregion + #region Drainage ///