Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r00618d676d24ab85c8abdba42c5cf1272a6045ac -r239e0091ca8c9878fc6d324b5a0b85179c45dbb7
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 00618d676d24ab85c8abdba42c5cf1272a6045ac)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 239e0091ca8c9878fc6d324b5a0b85179c45dbb7)
@@ -119,5 +119,25 @@
/// The identifier for the velocity of the ship stochast name.
///
public const string ShipVelocityStochastName = "aanvaarsnelheid";
+
+ ///
+ /// The identifier for the stability properties of the linear load model stochast name.
+ ///
+ public const string StabilityLinearLoadModelStochastName = "lineairebelastingschematiseringstabiliteit";
+
+ ///
+ /// The identifier for the stability properties of the quadratic load model stochast name.
+ ///
+ public const string StabilityQuadraticLoadModelStochastName = "kwadratischebelastingschematiseringstabiliteit";
+
+ ///
+ /// The identifier for the threshold height of the open weir stochast name.
+ ///
+ public const string ThresholdHeightOpenWeirStochastName = "drempelhoogte";
+
+ ///
+ /// The identifier for the vertical distance of the structure elements.
+ ///
+ public const string VerticalDistanceElement = "afstandonderkantwandteendijk";
}
}
\ No newline at end of file