Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsInputConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r90555cd02cecb2d187e60946deb3d5415cbb3b18 -r2923096aeb41e1fb5d4ba0ad43ccb9f95ca7407a
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsInputConfigurationSchemaIdentifiers.cs (.../WaveConditionsInputConfigurationSchemaIdentifiers.cs) (revision 90555cd02cecb2d187e60946deb3d5415cbb3b18)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/WaveConditionsInputConfigurationSchemaIdentifiers.cs (.../WaveConditionsInputConfigurationSchemaIdentifiers.cs) (revision 2923096aeb41e1fb5d4ba0ad43ccb9f95ca7407a)
@@ -60,54 +60,5 @@
/// The tag of elements containing the name of the foreshore profile.
///
internal const string ForeshoreProfile = "voorlandprofiel";
-
- ///
- /// The tag of elements containing the orientation of the foreshore profile.
- ///
- internal const string Orientation = "orientatie";
-
- ///
- /// The tag of elements containing parameters that define wave reduction.
- ///
- internal const string WaveReduction = "golfreductie";
-
- ///
- /// The tag of elements containing the value indicating whether to use break water.
- ///
- internal const string UseBreakWater = "damgebruiken";
-
- ///
- /// The tag of elements containing the type of the break water.
- ///
- internal const string BreakWaterType = "damtype";
-
- ///
- /// The tag of elements containing the height of the break water.
- ///
- internal const string BreakWaterHeight = "damhoogte";
-
- ///
- /// The tag of elements containing the value indicating whether to use break water.
- ///
- internal const string UseForeshore = "voorlandgebruiken";
-
- ///
- /// The possible content of the element indicating a
- /// caisson type of break water.
- ///
- internal const string BreakWaterCaisson = "caisson";
-
- ///
- /// The possible content of the element indicating a
- /// dam type of break water.
- ///
- internal const string BreakWaterDam = "havendam";
-
- ///
- /// The possible content of the element indicating a
- /// wall type of break water.
- ///
- internal const string BreakWaterWall = "verticalewand";
-
}
}
\ No newline at end of file