Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs =================================================================== diff -u -r95ebee00d81b5da3fd34d1a148331bc93a6ae80c -re9959dc562506516c3ae2d91c0201cdf50f20e28 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs (.../ClosingStructuresCalculationConfigurationReaderTest.cs) (revision 95ebee00d81b5da3fd34d1a148331bc93a6ae80c) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs (.../ClosingStructuresCalculationConfigurationReaderTest.cs) (revision e9959dc562506516c3ae2d91c0201cdf50f20e28) @@ -58,7 +58,7 @@ .SetName("invalidCalculationHydraulicBoundaryLocationEmptyOld"); yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationEmptyNew.xml", "The 'hblocatie' element is invalid - The value '' is invalid according to its datatype 'String'") - .SetName("invalidCalculationHydraulicBoundaryLocationEmptynew"); + .SetName("invalidCalculationHydraulicBoundaryLocationEmptyNew"); yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationOldAndNew.xml", "Element 'hblocatie' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationHydraulicBoundaryLocationOldAndNew"); Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r2539713cb27674daed011f260add32abcaddb958 -re9959dc562506516c3ae2d91c0201cdf50f20e28 --- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 2539713cb27674daed011f260add32abcaddb958) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision e9959dc562506516c3ae2d91c0201cdf50f20e28) @@ -47,15 +47,15 @@ public const string NameAttribute = "naam"; /// - /// The identifier for hydraulic boundary location elements. + /// The old identifier for hydraulic boundary location elements. /// - /// This represents the element before the rename. + /// This property represents the element name before the rename. public const string HydraulicBoundaryLocationElementOld = "hrlocatie"; /// - /// The identifier for hydraulic boundary location elements. + /// The new identifier for hydraulic boundary location elements. /// - /// This represents the element after the rename. + /// This property represents the element name after the rename. public const string HydraulicBoundaryLocationElementNew = "hblocatie"; /// Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Helpers/XElementExtensions.cs =================================================================== diff -u -rdd18dca1346bd551789e19700faef78e48091771 -re9959dc562506516c3ae2d91c0201cdf50f20e28 --- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Helpers/XElementExtensions.cs (.../XElementExtensions.cs) (revision dd18dca1346bd551789e19700faef78e48091771) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/Helpers/XElementExtensions.cs (.../XElementExtensions.cs) (revision e9959dc562506516c3ae2d91c0201cdf50f20e28) @@ -249,7 +249,7 @@ /// /// The element containing values for wave reduction parameters. /// The configuration, or null when the does not - /// have wave reduction elements. + /// have wave reduction elements. /// Thrown when is null. /// Thrown when the value for break water type isn't valid. /// Thrown when the value for break water height, use foreshore profile or @@ -307,7 +307,7 @@ /// /// Gets a hydraulic boundary location name based on the values found in the . /// - /// The element containing values for scenario parameters. + /// The element containing values for hydraulic boundary location parameters. /// Thrown when is null. /// The hydraulic boundary location name, or null when the does not /// have hydraulic boundary location elements. Index: Ringtoets/Common/src/Ringtoets.Common.IO/Resources/HbLocatieSchema.xsd =================================================================== diff -u -r962dc63dc4aa118b92967d4775bfb55c36e02e52 -re9959dc562506516c3ae2d91c0201cdf50f20e28 --- Ringtoets/Common/src/Ringtoets.Common.IO/Resources/HbLocatieSchema.xsd (.../HbLocatieSchema.xsd) (revision 962dc63dc4aa118b92967d4775bfb55c36e02e52) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Resources/HbLocatieSchema.xsd (.../HbLocatieSchema.xsd) (revision e9959dc562506516c3ae2d91c0201cdf50f20e28) @@ -22,10 +22,9 @@ --> - +