ISchemaAny Interface

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

ISchemaAny Interface

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.

Properties

namespaces Retrieves the collection of namespaces for the <anyAttribute> declaration.
processContents Retrieves the processContents instructions for the <anyAttribute> declaration.

[Script]
var oSchemaAny = oSchemaComplexType.anyAttribute;
[Visual Basic]
Set oSchemaAny = oSchemaComplexType.anyAttribute
[C/C++]
HRESULT anyAttribute(ISchemaAny** anyAttribute);

Versioning

MSXML 4.0 and later

Requirements

[Visual Basic, C/C++]

Implementation: msxml5.dll, msxml2.lib

[C/C++]

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 Language Filter in the upper-left corner of the page.

See Also

ISchemaComplexType anyAttribute Property | anyAttribute Element | any Element | SOM Reference