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