Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference
attributes Property
Returns an attribute collection. This collection contains the attributes that are a part of the <complexType> declaration. You find other attribute properties by using the ISchemaAttribute interface with the items in the collection.
[Script]
Implementation Syntax
var oAttributes = oISchemaComplexType.attributes;
Parameters
None.
Return Values
oAttributes
An object. The collection of attributes declared. This collection contains objects that implement the ISchemaAttribute interface.
[Visual Basic]
Implementation Syntax
Set oAttributes = oISchemaComplexType.attributes
Parameters
None.
Return Values
oAttributes
An object. The collection of attributes declared. This collection contains objects that implement the ISchemaAttribute interface.