public class SecSteel
    {
        [XmlAttribute("pos")] public string Position { get; set; }
        [XmlAttribute("shape")] public string Shape { get; set; }
        [XmlAttribute("strength_main")] public string StrengthMain { get; set; }