anyAttribute Property
[This feature was only implemented for MSXML 6.0.]
Returns an ISchemaAny
object. This object provides information about the <anyAttribute>
element in the <attributeGroup>
declaration.
JScript Syntax
var oAnyAttribute = oISchemaAttributeGroup.anyAttribute;
Parameters
None.
Return Values
oAnyAttribute
An object. The anyAttribute
object, if one is declared.
Visual Basic Syntax
Set oAnyAttribute = oISchemaAttributeGroup.anyAttribute
Parameters
None.
Return Values
oAnyAttribute
An object. The anyAttribute
object, if one is declared.
C/C++ Syntax
HRESULT get_anyAttribute(ISchemaAny* anyAttribute);
Parameters
anyAttribute[out,retval]
An object. Pointer to the anyAttribute
object.
Return Values
S_OK
The value returned if successful.
E_POINTER
The value returned if the anyAttribute
object is NULL
E_FAIL
The value returned if something else is wrong.
Versioning
Implemented in: MSXML 6.0
Applies to
ISchemaAttributeGroup Interface