Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f -r00618d676d24ab85c8abdba42c5cf1272a6045ac --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 848cefd5bfad58ba8c4456d5ee70e7ef4e3d9b4f) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 00618d676d24ab85c8abdba42c5cf1272a6045ac) @@ -89,5 +89,35 @@ /// The identifier for the inside water level stochast name. /// public const string InsideWaterLevelStochastName = "binnenwaterstand"; + + /// + /// The identifier for the inside water level failure construction stochast name. + /// + public const string InsideWaterLevelFailureConstructionStochastName = "binnenwaterstandbijfalen"; + + /// + /// The identifier for the level crest structure stochast name. + /// + public const string LevelCrestStructureStochastName = "kerendehoogte"; + + /// + /// The identifier for the leveling count elements. + /// + public const string LevellingCountElement = "nrnivelleringen"; + + /// + /// The identifier for the probability of a secondary collision on the structure per leveling elements. + /// + public const string ProbabilityCollisionSecondaryStructureElement = "kansaanvaringtweedekeermiddel"; + + /// + /// The identifier for the mass of the ship stochast name. + /// + public const string ShipMassStochastName = "massaschip"; + + /// + /// The identifier for the velocity of the ship stochast name. + /// + public const string ShipVelocityStochastName = "aanvaarsnelheid"; } } \ No newline at end of file