Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -rf53bbfd52a477ea865f97ce02525b1fe96d05a30 -ra6bfe739a97fac2ea5228a4c46f961a55351e9cb
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision f53bbfd52a477ea865f97ce02525b1fe96d05a30)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision a6bfe739a97fac2ea5228a4c46f961a55351e9cb)
@@ -27,8 +27,33 @@
public static class StabilityPointStructuresConfigurationSchemaIdentifiers
{
///
+ /// The identifier for the area flow apertures stochast name.
+ ///
+ public const string AreaFlowAperturesStochastName = "doorstroomoppervlak";
+
+ ///
/// The identifier for the bank width stochast name.
///
public const string BankWidthStochastName = "bermbreedte";
+
+ ///
+ /// The identifier for the constructive strength linear load model stochast name.
+ ///
+ public const string ConstructiveStrengthLinearLoadModelStochastName = "lineairebelastingschematiseringsterkte";
+
+ ///
+ /// The identifier for the constructive strength quadratic load model stochast name.
+ ///
+ public const string ConstructiveStrengthQuadraticLoadModelName = "kwadratischebelastingschematiseringsterkte";
+
+ ///
+ /// The identifier for evaluation level elements.
+ ///
+ public const string EvaluationLevelElement = "analysehoogte";
+
+ ///
+ /// The identifier for the failure collision energy stochast name.
+ ///
+ public const string FailureCollisionEnergyStochastName = "aanvaarenergie";
}
}
\ No newline at end of file