Microsoft XML SDK 2.6 - XML Reference

namespaceURI Property (XMLSchemaCache)

Returns the namespace at the specified index.

strNameSpaceURI = objXMLDOMSchemaCache.namespaceURI(index)

Parameters

index
The index between 0 and (count-1).

Remarks

String. namespaceURI allows you to iterate through the collection to discover its contents. You can then use the get(namespace) method to see if there is an associated schema.

This is the default collection property, so you can do the following:

var uri = xmldoc.namespaces(1)

See Also

Applies To: XMLSchemaCache