Adds all the schemas from another collection into this collection, replacing any schemas that collide on the same namespace URI.
objXMLDOMSchemaCol.addCollection(objXMLDOMSchemaCollection)
HRESULT addCollection(IXMLDOMSchemaCollection* pCollection);
There is no guarantee that the two collections will return exactly the same schema objects—the collection is free to clone them if necessary.
Adding a collection to itself has no effect; S_OK is returned.
IXMLDOMSchemaCollection Interface