Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r0ba0c728ea1ca6231650e4386aedb459c313b94e -r33f767f38f0ea6a355b68f4169bd04901543ea54 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 0ba0c728ea1ca6231650e4386aedb459c313b94e) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/Configurations/MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs (.../MacroStabilityInwardsCalculationConfigurationSchemaIdentifiers.cs) (revision 33f767f38f0ea6a355b68f4169bd04901543ea54) @@ -69,7 +69,7 @@ /// /// The tag of the element containing the value indicating if zones should be created automatically. /// - public const string CreateZones = "bepaling"; + public const string CreateZonesElement = "bepaling"; #region Water stresses @@ -314,12 +314,12 @@ public const string TangentLineDeterminationTypeSpecified = "gespecificeerd"; /// - /// The tag of the element containing the value indicating the top z of the tangent line. + /// The tag of the element containing the value indicating the top boundary of the tangent line. /// public const string TangentLineZTopElement = "zboven"; /// - /// The tag of the element containing the value indicating the bottom z of the tangent line. + /// The tag of the element containing the value indicating the bottom boundary of the tangent line. /// public const string TangentLineZBottomElement = "zonder"; @@ -341,22 +341,22 @@ public const string RightGridElement = "rechtergrid"; /// - /// The tag of the element containing the value indicating the left x of the grid. + /// The tag of the element containing the value indicating the left boundary of the grid. /// public const string GridXLeftElement = "links"; /// - /// The tag of the element containing the value indicating the right x of the grid. + /// The tag of the element containing the value indicating the right boundary of the grid. /// public const string GridXRightElement = "rechts"; /// - /// The tag of the element containing the value indicating the top z of the grid. + /// The tag of the element containing the value indicating the top boundary of the grid. /// public const string GridZTopElement = "boven"; /// - /// The tag of the element containing the value indicating the bottom z of the grid. + /// The tag of the element containing the value indicating the bottom boundary of the grid. /// public const string GridZBottomElement = "onder";