Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationSchemaIdentifiers.cs
===================================================================
diff -u -r2057d3372084602a2d959db2e33dcf81de971a73 -r12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationSchemaIdentifiers.cs (.../WaveConditionsCalculationConfigurationSchemaIdentifiers.cs) (revision 2057d3372084602a2d959db2e33dcf81de971a73)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationSchemaIdentifiers.cs (.../WaveConditionsCalculationConfigurationSchemaIdentifiers.cs) (revision 12ccd3dc7621c2cfc790f71e2b49f7acfdce04e1)
@@ -29,31 +29,31 @@
///
/// The tag of elements containing the upper boundary of revetment.
///
- internal const string UpperBoundaryRevetment = "bovengrensbekleding";
+ public const string UpperBoundaryRevetment = "bovengrensbekleding";
///
/// The tag of elements containing the lower boundary of revetment.
///
- internal const string LowerBoundaryRevetment = "ondergrensbekleding";
+ public const string LowerBoundaryRevetment = "ondergrensbekleding";
///
/// The tag of elements containing the upper boundary of water level.
///
- internal const string UpperBoundaryWaterLevels = "bovengrenswaterstanden";
+ public const string UpperBoundaryWaterLevels = "bovengrenswaterstanden";
///
/// The tag of elements containing the lower boundary of water level.
///
- internal const string LowerBoundaryWaterLevels = "ondergrenswaterstanden";
+ public const string LowerBoundaryWaterLevels = "ondergrenswaterstanden";
///
/// The tag of elements containing the step size of the water levels.
///
- internal const string StepSize = "stapgrootte";
+ public const string StepSize = "stapgrootte";
///
/// The tag of elements containing the name of the foreshore profile.
///
- internal const string ForeshoreProfile = "voorlandprofiel";
+ public const string ForeshoreProfile = "voorlandprofiel";
}
}
\ No newline at end of file