Delete(Boolean):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).

Return type: System.Void

Parameter

recurse

Type: System.Boolean

This parameter deletes schemas recursively if true is indicated as the value.