Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs =================================================================== diff -u -re37e45f2e21aa0bf7cb46da85878c18cc2586efe -r3a0181621fb32832a78d734a6ece4cc4a3a3e683 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision e37e45f2e21aa0bf7cb46da85878c18cc2586efe) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.IO/StabilityPointStructuresConfigurationSchemaIdentifiers.cs (.../StabilityPointStructuresConfigurationSchemaIdentifiers.cs) (revision 3a0181621fb32832a78d734a6ece4cc4a3a3e683) @@ -19,8 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Ringtoets.StabilityPointStructures.Data; - namespace Ringtoets.StabilityPointStructures.IO { /// @@ -79,13 +77,13 @@ public const string InflowModelTypeElement = "instroommodel"; /// - /// The possible content of the element indicating a + /// The possible content of the element indicating a /// low sill structure. /// public const string InflowModelLowSillStructure = "lagedrempel"; /// - /// The possible content of the element indicating a + /// The possible content of the element indicating a /// flooded culvert structure. /// public const string InflowModelFloodedCulvertStructure = "verdronkenkoker"; @@ -111,6 +109,23 @@ public const string LevellingCountElement = "nrnivelleringen"; /// + /// The identifier for the load schematization type elements. + /// + public const string LoadSchematizationTypeElement = "belastingschematisering"; + + /// + /// The possible content of the + /// element indicating a linear schematization. + /// + public const string LoadSchematizationLinearStructure = "lineair"; + + /// + /// The possible content of the + /// element indicating a quadratic schematization. + /// + public const string LoadSchematizationQuadraticStructure = "kwadratisch"; + + /// /// The identifier for the probability of a secondary collision on the structure per leveling elements. /// public const string ProbabilityCollisionSecondaryStructureElement = "kansaanvaringtweedekeermiddel";