Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs =================================================================== diff -u -ra6bfe739a97fac2ea5228a4c46f961a55351e9cb -r05772f7de5cf48deadb93cab09b6476af1a6e4c6 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision a6bfe739a97fac2ea5228a4c46f961a55351e9cb) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 05772f7de5cf48deadb93cab09b6476af1a6e4c6) @@ -44,7 +44,7 @@ /// /// The identifier for the constructive strength quadratic load model stochast name. /// - public const string ConstructiveStrengthQuadraticLoadModelName = "kwadratischebelastingschematiseringsterkte"; + public const string ConstructiveStrengthQuadraticLoadModelStochastName = "kwadratischebelastingschematiseringsterkte"; /// /// The identifier for evaluation level elements. @@ -55,5 +55,15 @@ /// The identifier for the failure collision energy stochast name. /// public const string FailureCollisionEnergyStochastName = "aanvaarenergie"; + + /// + /// The identifier for the failure probability of repairing a closure elements. + /// + public const string FailureProbabilityRepairClosureElement = "faalkansherstel"; + + /// + /// The identifier for the flow velocity structure closable stochast name. + /// + public const string FlowVelocityStructureClosableStochastName = "kritiekestroomsnelheid"; } } \ No newline at end of file