Provides information about an <anyAttribute> declaration. The <anyAttribute> contains well-formed XML in the text portion of its element container. The two properties of the ISchemaAny interface provide namespace URI and process handling information for the <anyAttribute> declaration. The ISchemaAny object is returned from the anyAttribute property of the ISchemaComplexType interface and the ISchemaAttributeGroup interface.
| namespaces | Retrieves the collection of namespaces for the <anyAttribute> declaration. |
| processContents | Retrieves the processContents instructions for the <anyAttribute> declaration. |
var oSchemaAny = oSchemaComplexType.anyAttribute;
Set oSchemaAny = oSchemaComplexType.anyAttribute
HRESULT anyAttribute(ISchemaAny** anyAttribute);
MSXML 4.0 and later
Implementation: msxml5.dll, msxml2.lib
Header and LIB files: msxml2.h, msxml2.lib, msxml2.idl
Inheritance: Inherits from the ISchemaParticle 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.
ISchemaComplexType anyAttribute Property | anyAttribute Element | any Element | SOM Reference