Index: DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs
===================================================================
diff -u -r6171 -r6194
--- DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 6171)
+++ DamEngine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 6194)
@@ -9,14 +9,14 @@
//------------------------------------------------------------------------------
//
-// This source code was auto-generated by xsd, Version=4.8.3928.0.
+// This source code was auto-generated by xsd, Version=4.8.4084.0.
//
namespace Deltares.DamEngine.Io.XmlInput {
using System.Xml.Serialization;
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -312,7 +312,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -471,7 +471,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -505,7 +505,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -527,7 +527,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -665,7 +665,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -738,7 +738,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -760,20 +760,16 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class TimeSerie {
- private TimeSerieTimeStep timeStepField;
-
private TimeSerieEntries entriesField;
private System.DateTime forecastDateTimeField;
- private string typeField;
-
private string locationIdField;
private string parameterIdField;
@@ -784,37 +780,15 @@
private double missValField;
- private string longNameField;
-
- private string stationNameField;
-
private string unitsField;
- private string sourceOrganisationField;
-
- private string sourceSystemField;
-
- private string fileDescriptionField;
-
- private string regionField;
-
private string commentField;
private System.DateTime creationDateTimeField;
private bool creationDateTimeFieldSpecified;
///
- public TimeSerieTimeStep TimeStep {
- get {
- return this.timeStepField;
- }
- set {
- this.timeStepField = value;
- }
- }
-
- ///
public TimeSerieEntries Entries {
get {
return this.entriesField;
@@ -837,17 +811,6 @@
///
[System.Xml.Serialization.XmlAttributeAttribute()]
- public string Type {
- get {
- return this.typeField;
- }
- set {
- this.typeField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
public string LocationId {
get {
return this.locationIdField;
@@ -903,28 +866,6 @@
///
[System.Xml.Serialization.XmlAttributeAttribute()]
- public string LongName {
- get {
- return this.longNameField;
- }
- set {
- this.longNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string StationName {
- get {
- return this.stationNameField;
- }
- set {
- this.stationNameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
public string Units {
get {
return this.unitsField;
@@ -936,50 +877,6 @@
///
[System.Xml.Serialization.XmlAttributeAttribute()]
- public string SourceOrganisation {
- get {
- return this.sourceOrganisationField;
- }
- set {
- this.sourceOrganisationField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string SourceSystem {
- get {
- return this.sourceSystemField;
- }
- set {
- this.sourceSystemField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string FileDescription {
- get {
- return this.fileDescriptionField;
- }
- set {
- this.fileDescriptionField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string Region {
- get {
- return this.regionField;
- }
- set {
- this.regionField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
public string Comment {
get {
return this.commentField;
@@ -1013,85 +910,11 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
- public partial class TimeSerieTimeStep {
-
- private uint dividerField;
-
- private uint multiplierField;
-
- private bool dividerSpecified1Field;
-
- private bool multiplierSpecified1Field;
-
- private uint timeStepUnitField;
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public uint Divider {
- get {
- return this.dividerField;
- }
- set {
- this.dividerField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public uint Multiplier {
- get {
- return this.multiplierField;
- }
- set {
- this.multiplierField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute("DividerSpecified")]
- public bool DividerSpecified1 {
- get {
- return this.dividerSpecified1Field;
- }
- set {
- this.dividerSpecified1Field = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute("MultiplierSpecified")]
- public bool MultiplierSpecified1 {
- get {
- return this.multiplierSpecified1Field;
- }
- set {
- this.multiplierSpecified1Field = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public uint TimeStepUnit {
- get {
- return this.timeStepUnitField;
- }
- set {
- this.timeStepUnitField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class TimeSerieEntries {
private TimeSerieEntriesTimeSerieEntry[] timeSerieEntryField;
@@ -1109,23 +932,13 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class TimeSerieEntriesTimeSerieEntry {
- private WaternetType waternetField;
-
- private BishopCalculationGridType bishopCalculationGridField;
-
- private UpliftVanCalculationGridType upliftVanCalculationGridField;
-
- private BishopCalculatedSlipPlaneType bishopCalculatedSlipPlaneField;
-
- private UpliftVanCalculatedSlipPlaneType upliftVanCalculatedSlipPlaneField;
-
private System.DateTime dateTimeField;
private double valueField;
@@ -1135,56 +948,6 @@
private bool isUpliftFieldSpecified;
///
- public WaternetType Waternet {
- get {
- return this.waternetField;
- }
- set {
- this.waternetField = value;
- }
- }
-
- ///
- public BishopCalculationGridType BishopCalculationGrid {
- get {
- return this.bishopCalculationGridField;
- }
- set {
- this.bishopCalculationGridField = value;
- }
- }
-
- ///
- public UpliftVanCalculationGridType UpliftVanCalculationGrid {
- get {
- return this.upliftVanCalculationGridField;
- }
- set {
- this.upliftVanCalculationGridField = value;
- }
- }
-
- ///
- public BishopCalculatedSlipPlaneType BishopCalculatedSlipPlane {
- get {
- return this.bishopCalculatedSlipPlaneField;
- }
- set {
- this.bishopCalculatedSlipPlaneField = value;
- }
- }
-
- ///
- public UpliftVanCalculatedSlipPlaneType UpliftVanCalculatedSlipPlane {
- get {
- return this.upliftVanCalculatedSlipPlaneField;
- }
- set {
- this.upliftVanCalculatedSlipPlaneField = value;
- }
- }
-
- ///
[System.Xml.Serialization.XmlAttributeAttribute()]
public System.DateTime DateTime {
get {
@@ -1230,162 +993,10 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class WaternetType {
-
- private HeadLineType phreaticLineField;
-
- private HeadLineType[] headLinesField;
-
- private WaternetTypeWaternetLine[] waternetLinesField;
-
- private string nameField;
-
- private double unitWeightWaterField;
-
- private bool unitWeightWaterFieldSpecified;
-
- ///
- public HeadLineType PhreaticLine {
- get {
- return this.phreaticLineField;
- }
- set {
- this.phreaticLineField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlArrayItemAttribute("HeadLine", IsNullable=false)]
- public HeadLineType[] HeadLines {
- get {
- return this.headLinesField;
- }
- set {
- this.headLinesField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlArrayItemAttribute("WaternetLine", IsNullable=false)]
- public WaternetTypeWaternetLine[] WaternetLines {
- get {
- return this.waternetLinesField;
- }
- set {
- this.waternetLinesField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string Name {
- get {
- return this.nameField;
- }
- set {
- this.nameField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double UnitWeightWater {
- get {
- return this.unitWeightWaterField;
- }
- set {
- this.unitWeightWaterField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool UnitWeightWaterSpecified {
- get {
- return this.unitWeightWaterFieldSpecified;
- }
- set {
- this.unitWeightWaterFieldSpecified = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class HeadLineType {
-
- private WaternetLineType waternetLineField;
-
- private int keyField;
-
- ///
- public WaternetLineType WaternetLine {
- get {
- return this.waternetLineField;
- }
- set {
- this.waternetLineField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public int Key {
- get {
- return this.keyField;
- }
- set {
- this.keyField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class WaternetLineType {
-
- private Point2DType[] pointsField;
-
- private string nameField;
-
- ///
- [System.Xml.Serialization.XmlArrayItemAttribute("Point", IsNullable=false)]
- public Point2DType[] Points {
- get {
- return this.pointsField;
- }
- set {
- this.pointsField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public string Name {
- get {
- return this.nameField;
- }
- set {
- this.nameField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class Point2DType {
private double xField;
@@ -1416,378 +1027,10 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
- public partial class WaternetTypeWaternetLine : WaternetLineType {
-
- private int associatedHeadLineField;
-
- private bool associatedHeadLineFieldSpecified;
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public int AssociatedHeadLine {
- get {
- return this.associatedHeadLineField;
- }
- set {
- this.associatedHeadLineField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool AssociatedHeadLineSpecified {
- get {
- return this.associatedHeadLineFieldSpecified;
- }
- set {
- this.associatedHeadLineFieldSpecified = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class BishopCalculationGridType {
-
- private CalculationGridType gridField;
-
- private double[] tangentLinesField;
-
- private bool useFixedPointField;
-
- private double fixedPointXField;
-
- private bool fixedPointXFieldSpecified;
-
- private double fixedPointZField;
-
- private bool fixedPointZFieldSpecified;
-
- ///
- public CalculationGridType Grid {
- get {
- return this.gridField;
- }
- set {
- this.gridField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlArrayItemAttribute("BoundaryHeight", IsNullable=false)]
- public double[] TangentLines {
- get {
- return this.tangentLinesField;
- }
- set {
- this.tangentLinesField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public bool UseFixedPoint {
- get {
- return this.useFixedPointField;
- }
- set {
- this.useFixedPointField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double FixedPointX {
- get {
- return this.fixedPointXField;
- }
- set {
- this.fixedPointXField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool FixedPointXSpecified {
- get {
- return this.fixedPointXFieldSpecified;
- }
- set {
- this.fixedPointXFieldSpecified = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double FixedPointZ {
- get {
- return this.fixedPointZField;
- }
- set {
- this.fixedPointZField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool FixedPointZSpecified {
- get {
- return this.fixedPointZFieldSpecified;
- }
- set {
- this.fixedPointZFieldSpecified = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class CalculationGridType {
-
- private double gridXLeftField;
-
- private double gridXRightField;
-
- private double gridZTopField;
-
- private double gridZBottomField;
-
- private int gridXNumberField;
-
- private int gridZNumberField;
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double GridXLeft {
- get {
- return this.gridXLeftField;
- }
- set {
- this.gridXLeftField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double GridXRight {
- get {
- return this.gridXRightField;
- }
- set {
- this.gridXRightField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double GridZTop {
- get {
- return this.gridZTopField;
- }
- set {
- this.gridZTopField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double GridZBottom {
- get {
- return this.gridZBottomField;
- }
- set {
- this.gridZBottomField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public int GridXNumber {
- get {
- return this.gridXNumberField;
- }
- set {
- this.gridXNumberField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public int GridZNumber {
- get {
- return this.gridZNumberField;
- }
- set {
- this.gridZNumberField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class UpliftVanCalculationGridType {
-
- private CalculationGridType leftGridField;
-
- private CalculationGridType rightGridField;
-
- private double[] tangentLinesField;
-
- ///
- public CalculationGridType LeftGrid {
- get {
- return this.leftGridField;
- }
- set {
- this.leftGridField = value;
- }
- }
-
- ///
- public CalculationGridType RightGrid {
- get {
- return this.rightGridField;
- }
- set {
- this.rightGridField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlArrayItemAttribute("BoundaryHeight", IsNullable=false)]
- public double[] TangentLines {
- get {
- return this.tangentLinesField;
- }
- set {
- this.tangentLinesField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class BishopCalculatedSlipPlaneType {
-
- private Point2DType centerField;
-
- private double radiusField;
-
- private double safetyFactorField;
-
- ///
- public Point2DType Center {
- get {
- return this.centerField;
- }
- set {
- this.centerField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double Radius {
- get {
- return this.radiusField;
- }
- set {
- this.radiusField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double SafetyFactor {
- get {
- return this.safetyFactorField;
- }
- set {
- this.safetyFactorField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class UpliftVanCalculatedSlipPlaneType {
-
- private Point2DType leftCenterField;
-
- private Point2DType rightCenterField;
-
- private double tangentHeightField;
-
- private double safetyFactorField;
-
- ///
- public Point2DType LeftCenter {
- get {
- return this.leftCenterField;
- }
- set {
- this.leftCenterField = value;
- }
- }
-
- ///
- public Point2DType RightCenter {
- get {
- return this.rightCenterField;
- }
- set {
- this.rightCenterField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double TangentHeight {
- get {
- return this.tangentHeightField;
- }
- set {
- this.tangentHeightField = value;
- }
- }
-
- ///
- [System.Xml.Serialization.XmlAttributeAttribute()]
- public double SafetyFactor {
- get {
- return this.safetyFactorField;
- }
- set {
- this.safetyFactorField = value;
- }
- }
- }
-
- ///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class StabilityParameters {
private int searchMethodField;
@@ -2221,7 +1464,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2268,7 +1511,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2328,7 +1571,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2363,7 +1606,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2398,7 +1641,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2433,7 +1676,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2494,7 +1737,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2541,7 +1784,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2615,7 +1858,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2649,7 +1892,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -2723,7 +1966,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3056,7 +2299,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3091,7 +2334,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3126,7 +2369,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum SoilShearStrengthModel {
@@ -3145,7 +2388,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3179,7 +2422,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3227,7 +2470,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3639,7 +2882,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum LocationDesignOptionsStabilityDesignMethod {
@@ -3652,7 +2895,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3752,7 +2995,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum LocationWaternetOptionsPhreaticLineCreationMethod {
@@ -3774,7 +3017,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum LocationWaternetOptionsIntrusionVerticalWaterPressure {
@@ -3796,7 +3039,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum LocationWaternetOptionsDikeSoilScenario {
@@ -3815,7 +3058,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -3915,7 +3158,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -4262,7 +3505,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -4388,7 +3631,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -4423,7 +3666,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
@@ -4471,7 +3714,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum InputDamProjectType {
@@ -4484,7 +3727,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum InputPipingModelType {
@@ -4503,7 +3746,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum InputStabilityModelType {
@@ -4519,7 +3762,7 @@
}
///
- [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.4084.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum InputAnalysisType {