Index: Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r1a9817e6016b74559d10f1fddd5b5cd0f24b04f6 -r8ebf5b222f3b052df95f6164ac488a5e7760cf68
--- Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 1a9817e6016b74559d10f1fddd5b5cd0f24b04f6)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Configurations/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 8ebf5b222f3b052df95f6164ac488a5e7760cf68)
@@ -194,14 +194,15 @@
public const string ScenarioElement = "scenario";
///
- /// The identifier for the scenario contribution name.
+ /// The tag of the element containing the value indicating the contribution to the scenario.
///
- public const string ContributionScenarioName = "bijdrage";
+ public const string ScenarioContribution = "bijdrage";
///
- /// The identifier for the scenario relevance name.
+ /// The tag of the element containing the value whether the scenario calculation
+ /// is relevant for the scenario.
///
- public const string IsRelevantScenarioName = "gebruik";
+ public const string IsRelevantForScenario = "gebruik";
#endregion
}