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

System.Xml.Schema.XmlSchemaSimpleContentRestriction

namespace System.Xml.Schema { public class XmlSchemaSimpleContentRestriction : XmlSchemaContent { public XmlSchemaAnyAttribute AnyAttribute { get; set; } public XmlSchemaObjectCollection Attributes { get; } public XmlSchemaSimpleType BaseType { get; set; } public XmlQualifiedName BaseTypeName { get; set; } public XmlSchemaObjectCollection Facets { get; } public XmlSchemaSimpleContentRestriction(); } }