Use the createSchema method to create new entity and property types.
Purpose
The createSchema method creates the schema
of new entity types and property types at runtime.
Parameters
- root
- Specifies the input root data object that contains the information of
the new entity and property types.
Returns
The output root data object that contains the
new types created and the repositories that support the new types.
Exceptions
- WIMException:
- RemoteException:
Signature
Public DataObject createSchema(DataObject
root) throws WIMException, RemoteException