<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Xml.Serialization.XmlElementAttribute

namespace System.Xml.Serialization { public class XmlElementAttribute : Attribute { public string DataType { get; set; } public string ElementName { get; set; } public XmlSchemaForm Form { get; set; } public bool IsNullable { get; set; } public string Namespace { get; set; } public int Order { get; set; } public Type Type { get; set; } public XmlElementAttribute(); public XmlElementAttribute(string elementName); public XmlElementAttribute(string elementName, Type type); public XmlElementAttribute(Type type); } }