Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs =================================================================== diff -u -r495d775e889a791c4c1003145d985e4742cf74cd -r8d296ef98159086423790c4817260e9266436886 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs (.../PipingConfigurationSchemaIdentifiers.cs) (revision 495d775e889a791c4c1003145d985e4742cf74cd) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Schema/PipingConfigurationSchemaIdentifiers.cs (.../PipingConfigurationSchemaIdentifiers.cs) (revision 8d296ef98159086423790c4817260e9266436886) @@ -27,6 +27,11 @@ public static class PipingConfigurationSchemaIdentifiers { /// + /// Gets the identifier for root elements. + /// + public static string RootElement => "root"; + + /// /// Gets the identifier for calculation elements. /// public static string CalculationElement => "berekening"; @@ -82,6 +87,16 @@ public static string StochastElement => "stochast"; /// + /// Gets the identifier for mean elements. + /// + public static string MeanElement => "verwachtingswaarde"; + + /// + /// Gets the identifier for standard deviation elements. + /// + public static string StandardDeviationElement => "standaardafwijking"; + + /// /// Gets the identifier for the phreatic level exit stochast names. /// public static string PhreaticLevelExitStochastName => "polderpeil";