<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Xml.Serialization.XmlAttributeAttribute

namespace System.Xml.Serialization { public class XmlAttributeAttribute : Attribute { public string AttributeName { get; set; } public string DataType { get; set; } public XmlSchemaForm Form { get; set; } public string Namespace { get; set; } public Type Type { get; set; } public XmlAttributeAttribute(); public XmlAttributeAttribute(string attributeName); public XmlAttributeAttribute(string attributeName, Type type); public XmlAttributeAttribute(Type type); } }