Provides information about attribute groups. This interface provides the attributes and the <anyAttribute> element that are included in the <attributeGroup> declaration. The ISchemaAttributeGroup objects are returned from the attributeGroups property of the ISchema interface.
| anyAttribute | Retrieves an ISchemaAny object with information about the <anyAttribute> element. |
| attributes | Retrieves the collection of attributes declared. The collection contains objects that implement the ISchemaAttribute interface. |
var oAttributeGroups = oSchema.attributeGroups; var oAttributeGroup = oAttributeGroups(index);
Set oAttributeGroups = oSchema.attributeGroups Set oAttributeGroup = oAttributeGroups(index)
HRESULT get_attributeGroups(ISchemaItemCollection** attributeGroups);
HRESULT attributeGroups->get_item(
long index,
ISchemaAttributeGroup** attributeGroup);
MSXML 4.0 and later
Implementation: msxml5.dll, msxml2.lib
Header and LIB files: msxml2.h, msxml2.lib, msxml2.idl
Inheritance: Inherits from the ISchemaItem interface.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button
in the upper-left corner of the page.
SOM Reference | ISchema attributeGroups Property | XML Schema Reference (XSD) | attributeGroup Element | Attribute Groups