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

System.Xml.Schema.XmlSchemaAttributeGroup

namespace System.Xml.Schema { public class XmlSchemaAttributeGroup : XmlSchemaAnnotated { public XmlSchemaAnyAttribute AnyAttribute { get; set; } public XmlSchemaObjectCollection Attributes { get; } public string Name { get; set; } public XmlQualifiedName QualifiedName { get; } public XmlSchemaAttributeGroup RedefinedAttributeGroup { get; } public XmlSchemaAttributeGroup(); } }