Documentation
NAMESPACE
usage
<NAMESPACE ID="number">
<INFO>
<ID>number</ID>
<CREATORID>contactID</CREATORID>
<OWNERID>contactID</OWNERID>
<GROUPID>groupID</GROUPID>
<MODIFIERID>contactID</MODIFIERID>
<CREATIONDATE>YYYY-MM-DD hh:mm:ss</CREATIONDATE><!-- automatically filled by Sushee -->
<MODIFICATIONDATE>YYYY-MM-DD hh:mm:ss</MODIFICATIONDATE><!-- automatically filled by Sushee -->
<NAMESPACE>text</NAMESPACE>
<URL>url</URL>
<ICON>url</ICON>
<REGISTERED>boolean</REGISTERED>
<EDITOR>text</EDITOR>
</INFO>
</NAMESPACE>
paramètres
NAMESPACE: denomination of the namespace. It should be kept short, because it will be used for new objects inside the namespace (see MODULE). e.g. NEC , BTA , XS
URL: an url identifying the namespace. It should be unique and used only for one namespace. It does't need to be a real website.
REGISTERED: whether the namespace was registered on http://sushee.eu
EDITOR: the company using this namespace
A namespace distinguish your objects from sushee native objects or from other editors objects.
exemples
<CREATE>
<NAMESPACE>
<NAMESPACE>bma</NAMESPACE>
<URL>http://bma.com</URL>
</INFO>
</CREATE>