Delete():Void

Deletes a schema from the schema management.

If a schema is deleted, then it can no longer be restored.

In order to be able to delete a schema it must stop being used. This means neither data objects of this schema may exist in the data repository, nor may the schema be used in other schemas (xsd:redefine, xsd:include, xsd:import or xlink:objectReference).

If the schema to be deleted has subordinate schemas, then this schema is not deleted. In this case the method Delete must be used.

Return type: System.Void