Index: dam engine/trunk/src/Deltares.DamEngine.Io/DamInput.cs =================================================================== diff -u -r530 -r535 --- dam engine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 530) +++ dam engine/trunk/src/Deltares.DamEngine.Io/DamInput.cs (.../DamInput.cs) (revision 535) @@ -476,13 +476,13 @@ [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] public partial class SoilProfile2DLayerSurface { - private SoilProfile2DLayerSurfacePoints[] outerLoopField; + private SoilProfile2DLayerSurfaceOuterPoint[] outerLoopField; - private SoilProfile2DLayerSurfaceInnerloopPoints[][] innerloopField; + private SoilProfile2DLayerSurfaceInnerPoint[] innerloopField; /// - [System.Xml.Serialization.XmlArrayItemAttribute("Points", IsNullable=false)] - public SoilProfile2DLayerSurfacePoints[] OuterLoop { + [System.Xml.Serialization.XmlArrayItemAttribute("OuterPoint", IsNullable=false)] + public SoilProfile2DLayerSurfaceOuterPoint[] OuterLoop { get { return this.outerLoopField; } @@ -492,8 +492,8 @@ } /// - [System.Xml.Serialization.XmlArrayItemAttribute("Points", typeof(SoilProfile2DLayerSurfaceInnerloopPoints), IsNullable=false)] - public SoilProfile2DLayerSurfaceInnerloopPoints[][] Innerloop { + [System.Xml.Serialization.XmlArrayItemAttribute("InnerPoint", IsNullable=false)] + public SoilProfile2DLayerSurfaceInnerPoint[] Innerloop { get { return this.innerloopField; } @@ -509,7 +509,7 @@ [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] - public partial class SoilProfile2DLayerSurfacePoints { + public partial class SoilProfile2DLayerSurfaceOuterPoint { private double xField; @@ -544,7 +544,7 @@ [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)] - public partial class SoilProfile2DLayerSurfaceInnerloopPoints { + public partial class SoilProfile2DLayerSurfaceInnerPoint { private double xField; Index: dam engine/trunk/Xsds Liquid/DamSoilProfile2D.xsd =================================================================== diff -u -r528 -r535 --- dam engine/trunk/Xsds Liquid/DamSoilProfile2D.xsd (.../DamSoilProfile2D.xsd) (revision 528) +++ dam engine/trunk/Xsds Liquid/DamSoilProfile2D.xsd (.../DamSoilProfile2D.xsd) (revision 535) @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ - + - +