Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r239e0091ca8c9878fc6d324b5a0b85179c45dbb7 -re37e45f2e21aa0bf7cb46da85878c18cc2586efe
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 239e0091ca8c9878fc6d324b5a0b85179c45dbb7)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision e37e45f2e21aa0bf7cb46da85878c18cc2586efe)
@@ -49,6 +49,11 @@
public const string ConstructiveStrengthQuadraticLoadModelStochastName = "kwadratischebelastingschematiseringsterkte";
///
+ /// The identifier for the drain coefficient stochast name.
+ ///
+ public const string DrainCoefficientStochastName = "afvoercoefficient";
+
+ ///
/// The identifier for evaluation level elements.
///
public const string EvaluationLevelElement = "analysehoogte";
@@ -139,5 +144,15 @@
/// The identifier for the vertical distance of the structure elements.
///
public const string VerticalDistanceElement = "afstandonderkantwandteendijk";
+
+ ///
+ /// The identifier for the factor for the storm duration for an open structure elements.
+ ///
+ public const string FactorStormDurationOpenStructureElement = "factorstormduur";
+
+ ///
+ /// The identifier for the volumic weight of water elements.
+ ///
+ public const string VolumicWeightWaterElement = "volumiekgewichtwater";
}
}
\ No newline at end of file