Index: Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r4011a127978bb211ddb1101a2c608ed9c991d06d -r928b72eb0fe0476d085e49e21ffd325b749a7db9
--- Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 4011a127978bb211ddb1101a2c608ed9c991d06d)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 928b72eb0fe0476d085e49e21ffd325b749a7db9)
@@ -86,37 +86,37 @@
///
/// The identifier for the phreatic level exit stochast name.
///
- internal const string AllowedLevelIncreaseStorageStochastName = "peilverhogingkomberging";
+ public const string AllowedLevelIncreaseStorageStochastName = "peilverhogingkomberging";
///
/// The identifier for the critical overtopping discharge stochast name.
///
- internal const string CriticalOvertoppingDischargeStochastName = "kritiekinstromenddebiet";
+ public const string CriticalOvertoppingDischargeStochastName = "kritiekinstromenddebiet";
///
/// The identifier for the model factor super critical flow stochast name.
///
- internal const string ModelFactorSuperCriticalFlowStochastName = "modelfactoroverloopdebiet";
+ public const string ModelFactorSuperCriticalFlowStochastName = "modelfactoroverloopdebiet";
///
/// The identifier for the model factor super critical flow stochast name.
///
- internal const string FlowWidthAtBottomProtectionStochastName = "breedtebodembescherming";
+ public const string FlowWidthAtBottomProtectionStochastName = "breedtebodembescherming";
///
/// The identifier for the storage structure area stochast name.
///
- internal const string StorageStructureAreaStochastName = "kombergendoppervlak";
+ public const string StorageStructureAreaStochastName = "kombergendoppervlak";
///
/// The identifier for the storm duration stochast name.
///
- internal const string StormDurationStochastName = "stormduur";
+ public const string StormDurationStochastName = "stormduur";
///
/// The identifier for the width flow apertures stochast name.
///
- internal const string WidthFlowAperturesStochastName = "breedtedoorstroomopening";
+ public const string WidthFlowAperturesStochastName = "breedtedoorstroomopening";
#endregion