Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs =================================================================== diff -u -rc4136f9deafeaf014ebb35c316f10bea91ee4d2e -r0ba0c728ea1ca6231650e4386aedb459c313b94e --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision c4136f9deafeaf014ebb35c316f10bea91ee4d2e) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 0ba0c728ea1ca6231650e4386aedb459c313b94e) @@ -270,7 +270,7 @@ /// /// The tag of the element containing the value whether the grid should be moved. /// - public const string MoveGrid = "verplaatsgrid"; + public const string MoveGridElement = "verplaatsgrid"; /// /// The identifier for the grid determination type elements. @@ -316,17 +316,17 @@ /// /// The tag of the element containing the value indicating the top z of the tangent line. /// - public const string TangentLineZTop = "zboven"; + public const string TangentLineZTopElement = "zboven"; /// /// The tag of the element containing the value indicating the bottom z of the tangent line. /// - public const string TangentLineZBottom = "zonder"; + public const string TangentLineZBottomElement = "zonder"; /// /// The tag of the element containing the value indicating the number of tangent lines. /// - public const string TangentLineNumber = "aantal"; + public const string TangentLineNumberElement = "aantal"; #endregion @@ -343,32 +343,32 @@ /// /// The tag of the element containing the value indicating the left x of the grid. /// - public const string GridXLeft = "links"; + public const string GridXLeftElement = "links"; /// /// The tag of the element containing the value indicating the right x of the grid. /// - public const string GridXRight = "rechts"; + public const string GridXRightElement = "rechts"; /// /// The tag of the element containing the value indicating the top z of the grid. /// - public const string GridZTop = "boven"; + public const string GridZTopElement = "boven"; /// /// The tag of the element containing the value indicating the bottom z of the grid. /// - public const string GridZBottom = "onder"; + public const string GridZBottomElement = "onder"; /// /// The tag of the element containing the value indicating the number of horizontal points of the grid. /// - public const string GridNumberOfHorizontalPoints = "aantalpuntenhorizontaal"; + public const string GridNumberOfHorizontalPointsElement = "aantalpuntenhorizontaal"; /// /// The tag of the element containing the value indicating the number of vertical points of the grid. /// - public const string GridNumberOfVerticalPoints = "aantalpuntenverticaal"; + public const string GridNumberOfVerticalPointsElement = "aantalpuntenverticaal"; #endregion }