|
|
|
# Header and Application definition
|
|
|
|
|
|
|
|
```xml
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml-stylesheet type="text/xsl" href="xenesis.xsl"?>
|
|
|
|
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="template_app" xsi:schemaLocation="xenesis.xsd">
|
|
|
|
|
|
|
|
</application>
|
|
|
|
```
|
|
|
|
|
|
|
|
# Module
|
|
|
|
|
|
|
|
```xml
|
|
|
|
<module name="rafi" label="emulate some rafi permissions" description="rafi">
|
|
|
|
</module>
|
|
|
|
```
|
|
|
|
|
|
|
|
# Entity
|
|
|
|
|
|
|
|
```xml
|
|
|
|
<entity name="unit" label="unit" description="unit" delete="true" translatable="false">
|
|
|
|
</entity>
|
|
|
|
```
|
|
|
|
|
|
|
|
## delete
|
|
|
|
|
|
|
|
`true` -> delete without successor allowed |
|
|
\ No newline at end of file |