Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs =================================================================== diff -u -rec54ae2880790e8111aef31be951080dd818a4fe -r6928d01beb183acca2937ed5835e951e999be5cb --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs (.../PipingConfigurationSchemaIdentifiers.cs) (revision ec54ae2880790e8111aef31be951080dd818a4fe) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs (.../PipingConfigurationSchemaIdentifiers.cs) (revision 6928d01beb183acca2937ed5835e951e999be5cb) @@ -27,88 +27,88 @@ internal static class PipingConfigurationSchemaIdentifiers { /// - /// Gets the identifier for root elements. + /// The identifier for root elements. /// - internal static string RootElement => "root"; + internal const string RootElement = "root"; /// - /// Gets the identifier for calculation elements. + /// The identifier for calculation elements. /// - internal static string CalculationElement => "berekening"; + internal const string CalculationElement = "berekening"; /// - /// Gets the identifier for folder elements. + /// The identifier for folder elements. /// - internal static string FolderElement => "map"; + internal const string FolderElement = "map"; /// - /// Gets the identifier for name attributes. + /// The identifier for name attributes. /// - internal static string NameAttribute => "naam"; + internal const string NameAttribute = "naam"; /// - /// Gets the identifier for assessment level elements. + /// The identifier for assessment level elements. /// - internal static string AssessmentLevelElement => "toetspeil"; + internal const string AssessmentLevelElement = "toetspeil"; /// - /// Gets the identifier for hydraulic boundary location elements. + /// The identifier for hydraulic boundary location elements. /// - internal static string HydraulicBoundaryLocationElement => "hrlocatie"; + internal const string HydraulicBoundaryLocationElement = "hrlocatie"; /// - /// Gets the identifier for surface line elements. + /// The identifier for surface line elements. /// - internal static string SurfaceLineElement => "profielschematisatie"; + internal const string SurfaceLineElement = "profielschematisatie"; /// - /// Gets the identifier for entry point elements. + /// The identifier for entry point elements. /// - internal static string EntryPointElement => "intredepunt"; + internal const string EntryPointLElement = "intredepunt"; /// - /// Gets the identifier for exit point elements. + /// The identifier for exit point elements. /// - internal static string ExitPointElement => "uittredepunt"; + internal const string ExitPointLElement = "uittredepunt"; /// - /// Gets the identifier for stochastic soil model elements. + /// The identifier for stochastic soil model elements. /// - internal static string StochasticSoilModelElement => "ondergrondmodel"; + internal const string StochasticSoilModelElement = "ondergrondmodel"; /// - /// Gets the identifier for stochastic soil profile elements. + /// The identifier for stochastic soil profile elements. /// - internal static string StochasticSoilProfileElement => "ondergrondschematisatie"; + internal const string StochasticSoilProfileElement = "ondergrondschematisatie"; /// - /// Gets the identifier for stochasts elements. + /// The identifier for stochasts elements. /// - internal static string StochastsElement => "stochasten"; + internal const string StochastsElement = "stochasten"; /// - /// Gets the identifier for stochast elements. + /// The identifier for stochast elements. /// - internal static string StochastElement => "stochast"; + internal const string StochastElement = "stochast"; /// - /// Gets the identifier for mean elements. + /// The identifier for mean elements. /// - internal static string MeanElement => "verwachtingswaarde"; + internal const string MeanElement = "verwachtingswaarde"; /// - /// Gets the identifier for standard deviation elements. + /// The identifier for standard deviation elements. /// - internal static string StandardDeviationElement => "standaardafwijking"; + internal const string StandardDeviationElement = "standaardafwijking"; /// - /// Gets the identifier for the phreatic level exit stochast names. + /// The identifier for the phreatic level exit stochast names. /// - internal static string PhreaticLevelExitStochastName => "polderpeil"; + internal const string PhreaticLevelExitStochastName = "polderpeil"; /// - /// Gets the identifier for the damping factor exit stochast names. + /// The identifier for the damping factor exit stochast names. /// - internal static string DampingFactorExitStochastName => "dempingsfactor"; + internal const string DampingFactorExitStochastName = "dempingsfactor"; } } \ No newline at end of file