Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -rb518a61a87335ee85085ef4a35d4c54d229ae382 -r41530eae976ee7acac59916ba1eff10417221acc
--- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision b518a61a87335ee85085ef4a35d4c54d229ae382)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 41530eae976ee7acac59916ba1eff10417221acc)
@@ -47,11 +47,18 @@
public const string NameAttribute = "naam";
///
- /// The identifier for hydraulic boundary location elements.
+ /// The old identifier for hydraulic boundary location elements.
///
- public const string HydraulicBoundaryLocationElement = "hrlocatie";
+ /// This property represents the element name before the rename.
+ public const string HydraulicBoundaryLocationElementOld = "hrlocatie";
///
+ /// The new identifier for hydraulic boundary location elements.
+ ///
+ /// This property represents the element name after the rename.
+ public const string HydraulicBoundaryLocationElementNew = "hblocatie";
+
+ ///
/// The tag of elements containing the orientation of the profile.
///
public const string Orientation = "orientatie";