ISchemaAny Interface
[This feature was only implemented for MSXML 6.0.]
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. |
JScript Syntax
var oSchemaAny = oSchemaComplexType.anyAttribute;
Visual Basic Syntax
Set oSchemaAny = oSchemaComplexType.anyAttribute
C/C++ Syntax
HRESULT anyAttribute(ISchemaAny** anyAttribute);
Requirements
Implementation: msxml6.dll, msxml6.lib
Header and LIB files: msxml6.h, msxml6.lib, msxml6.idl
Inheritance: Inherits from the ISchemaParticle interface.
Versioning
Implemented in: MSXML 6.0
See Also
anyAttribute Property (ISchemaComplexType)
anyAttribute Element
any Element
SOM Reference