Index: Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r3aa7e76b08eadd9497740489ed3daad5f2e13b0e -r2923096aeb41e1fb5d4ba0ad43ccb9f95ca7407a --- Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 3aa7e76b08eadd9497740489ed3daad5f2e13b0e) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Schema/ConfigurationSchemaIdentifiers.cs (.../ConfigurationSchemaIdentifiers.cs) (revision 2923096aeb41e1fb5d4ba0ad43ccb9f95ca7407a) @@ -70,5 +70,53 @@ /// The identifier for standard deviation elements. /// public const string StandardDeviationElement = "standaardafwijking"; + + /// + /// The tag of elements containing the orientation of the profile. + /// + public const string Orientation = "orientatie"; + + /// + /// The tag of elements containing parameters that define wave reduction. + /// + public const string WaveReduction = "golfreductie"; + + /// + /// The tag of elements containing the value indicating whether to use break water. + /// + public const string UseBreakWater = "damgebruiken"; + + /// + /// The tag of elements containing the type of the break water. + /// + public const string BreakWaterType = "damtype"; + + /// + /// The tag of elements containing the height of the break water. + /// + public const string BreakWaterHeight = "damhoogte"; + + /// + /// The tag of elements containing the value indicating whether to use break water. + /// + public const string UseForeshore = "voorlandgebruiken"; + + /// + /// The possible content of the element indicating a + /// caisson type of break water. + /// + public const string BreakWaterCaisson = "caisson"; + + /// + /// The possible content of the element indicating a + /// dam type of break water. + /// + public const string BreakWaterDam = "havendam"; + + /// + /// The possible content of the element indicating a + /// wall type of break water. + /// + public const string BreakWaterWall = "verticalewand"; } } \ No newline at end of file