using System.Xml.Serialization; namespace Sai.Toolkit.Core.LandXMLData { [XmlType("LoftShape")] public class LoftShapeModel : ShapeModel { [XmlAttribute("depth")] public double Depth; } }