| Schema or Table | Usage |
| registrationprocess Schema | This applications sends out a registeration request if the remote system its going to activate.This schema is used to define the message format. |
| remoteAccount activationProcess Schema | As a result of succesful registration and thus acquiring the remote ends public key, it sends out the activation request message which is defined by this schema. |
| remoteAccount reply Schema | This application at the remote end send out a reply defined in this schema.The reply contains all remote privileges the system got by activating its account. |
| RegisterInfo table | This tables uses comes in to play when the application checks to see if the system at the remote end is registered or not. |
| remoteAccount table | A row in this table is created on the succesful send of activation request message. |