Index: Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/Enums/AssemblyXmlEnumIdentifiers.cs =================================================================== diff -u -r916d9bb347b0443e49f3e5c6e7d75b7c7f8c5ee6 -r245fc0e0843e3ac3694436d2a9cef6504c308559 --- Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/Enums/AssemblyXmlEnumIdentifiers.cs (.../AssemblyXmlEnumIdentifiers.cs) (revision 916d9bb347b0443e49f3e5c6e7d75b7c7f8c5ee6) +++ Ringtoets/AssemblyTool/src/Ringtoets.AssemblyTool.IO/Model/Enums/AssemblyXmlEnumIdentifiers.cs (.../AssemblyXmlEnumIdentifiers.cs) (revision 245fc0e0843e3ac3694436d2a9cef6504c308559) @@ -70,5 +70,119 @@ public const string SerializableFailureMechanismCategoryGroupVIIt = "VII-traject"; #endregion + + #region AssemblyMethod + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0E1 = "WBI-0E-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0E3 = "WBI-0E-3"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0G1 = "WBI-0G-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0G3 = "WBI-0G-3"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0G4 = "WBI-0G-4"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0G5 = "WBI-0G-5"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0G6 = "WBI-0G-6"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T1 = "WBI-0T-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T3 = "WBI-0T-3"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T4 = "WBI-0T-4"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T5 = "WBI-0T-5"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T6 = "WBI-0T-6"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0T7 = "WBI-0T-7"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI0A1 = "WBI-0A-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI1A1 = "WBI-1A-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI1B1 = "WBI-1B-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI2A1 = "WBI-2A-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI2B1 = "WBI-2B-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI2C1 = "WBI-2C-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI3A1 = "WBI-3A-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI3B1 = "WBI-3B-1"; + + /// + /// Identifier for + /// + public const string AssemblyMethodWBI3C1 = "WBI-3C-1"; + + #endregion } } \ No newline at end of file