using System.Xml.Serialization; namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.LandXMLData { [XmlType("LoftShape")] public class LoftShapeModel : ShapeModel { [XmlAttribute("depth")] public double Depth; } }