You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Describes the spaces model. Currently only one space per add-on is supported.
Example
The following example shows the definition of the main space. It defines the name, the description and the about message (used in the wizard dialog).
<?xml version='1.0'?>
<space
xmlns="http://smartics.de/xsd/projectdoc/space/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
id="main">
<resource-bundle>
<l7n>
<name>Threat Model</name>
<description>
Threat analysis for a service.
</description>
<about>
Document security issues of a service in form of a threat model.
</about>
</l7n>
<l7n locale="de">
<name>Bedrohungsmodell</name>
<description>
Bedrohungsanalyse für einen Service.
</description>
<about>
Dokumentieren Sie Sicherheitsbelange eines Services in Form eines
Bedrohungsmodells.
</about>
</l7n>
</resource-bundle>
</space>