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

System.Xml.Schema.XmlSchemaInfo

public class XmlSchemaInfo : IXmlSchemaInfo
namespace System.Xml.Schema { public class XmlSchemaInfo : IXmlSchemaInfo { public XmlSchemaContentType ContentType { get; set; } public bool IsDefault { get; set; } public bool IsNil { get; set; } public XmlSchemaSimpleType MemberType { get; set; } public XmlSchemaAttribute SchemaAttribute { get; set; } public XmlSchemaElement SchemaElement { get; set; } public XmlSchemaType SchemaType { get; set; } public XmlSchemaValidity Validity { get; set; } public XmlSchemaInfo(); } }