Returns the namespace at the specified index.
strNameSpaceURI = objXMLDOMSchemaCache.namespaceURI(index)
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)
Applies To: XMLSchemaCache