Language Reference Guide : 4. System Classes : XMLSchemaCache Class : RemoveSchema Method
 
Share this page                  
RemoveSchema Method
The RemoveSchema method removes the schema with the specified namespace Uniform Resource Identifier (URI) from the XML schema cache.
This method has the following syntax:
integer = XMLSchemaCache.RemoveSchema(
          namespaceuri = varchar(2000) not null)
This method has the following parameters:
namespaceuri
(Required) Specifies the namespace URI for the specified schema to be removed from the schema cache
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in Error Codes.