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

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(); } }