Index: Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r7ce0229b2d4293c464479e448b092c7f83eb94c3 -r4011a127978bb211ddb1101a2c608ed9c991d06d --- Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 7ce0229b2d4293c464479e448b092c7f83eb94c3) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 4011a127978bb211ddb1101a2c608ed9c991d06d) @@ -52,6 +52,13 @@ public const string HydraulicBoundaryLocationElement = "hrlocatie"; /// + /// The tag of elements containing the orientation of the profile. + /// + public const string Orientation = "orientatie"; + + #region stochasts + + /// /// The identifier for stochasts elements. /// public const string StochastsElement = "stochasten"; @@ -77,11 +84,45 @@ public const string VariationCoefficientElement = "variatiecoefficient"; /// - /// The tag of elements containing the orientation of the profile. + /// The identifier for the phreatic level exit stochast name. /// - public const string Orientation = "orientatie"; + internal const string AllowedLevelIncreaseStorageStochastName = "peilverhogingkomberging"; /// + /// The identifier for the critical overtopping discharge stochast name. + /// + internal const string CriticalOvertoppingDischargeStochastName = "kritiekinstromenddebiet"; + + /// + /// The identifier for the model factor super critical flow stochast name. + /// + internal const string ModelFactorSuperCriticalFlowStochastName = "modelfactoroverloopdebiet"; + + /// + /// The identifier for the model factor super critical flow stochast name. + /// + internal const string FlowWidthAtBottomProtectionStochastName = "breedtebodembescherming"; + + /// + /// The identifier for the storage structure area stochast name. + /// + internal const string StorageStructureAreaStochastName = "kombergendoppervlak"; + + /// + /// The identifier for the storm duration stochast name. + /// + internal const string StormDurationStochastName = "stormduur"; + + /// + /// The identifier for the width flow apertures stochast name. + /// + internal const string WidthFlowAperturesStochastName = "breedtedoorstroomopening"; + + #endregion + + #region wave reduction + + /// /// The tag of elements containing parameters that define wave reduction. /// public const string WaveReduction = "golfreductie"; @@ -123,5 +164,26 @@ /// wall type of break water. /// public const string BreakWaterWall = "verticalewand"; + + #endregion + + #region structure calculation + + /// + /// The tag of elements containing the failure probability of a structure with erosion. + /// + public const string FailureProbabilityStructureWithErosionElement = "faalkansgegevenerosiebodem"; + + /// + /// The tag of elements containing the name of the structure. + /// + public const string StructureElement = "kunstwerk"; + + /// + /// The tag of elements containing the name of the foreshore profile. + /// + public const string ForeshoreProfileNameElement = "voorlandprofiel"; + + #endregion } } \ No newline at end of file