Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference
namespaces Property
Returns a string collection of namespaces. The namespaces are used by the <anyAttribute> declaration to validate the well-formed XML.
[Script]
Implementation Syntax
var oNamespaces = oISchemaAny.namespaces;
Parameters
None.
Return Values
oNamespaces
An object. The collection of namespaces for the any particle. The namespaces returned can be: ((##any|##other)|List of (anyURI|(##targetNamespace|##local))).
[Visual Basic]
Implementation Syntax
Set oNamespaces = oISchemaAny.namespaces
Parameters
None.
Return Values
oNamespaces
An object. The collection of namespaces for the any particle. The namespaces returned can be: ((##any|##other)|List of (anyURI|(##targetNamespace|##local))).