webroot/doc/webroot-db.uml.uxf

124 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="15.1">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>20</x>
<y>20</y>
<w>410</w>
<h>130</h>
</coordinates>
<panel_attributes>_object: WebrootFile_
--
id: Integer
url: string
abspath: string
is_dir: boolean
owner: WebrootUser
permissions: Collection(WebrootFilePermission)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>600</x>
<y>10</y>
<w>230</w>
<h>100</h>
</coordinates>
<panel_attributes>_object: WebrootUser_
--
id: Integer
username: string[255]
email: string[255]
roles: string (json-list)
password: string
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>620</x>
<y>120</y>
<w>280</w>
<h>80</h>
</coordinates>
<panel_attributes>_object: WebrootFilePermission_
--
id: Integer
role: WebrootRole
webrootFile: WebrootFile
is_readable: boolean
is_writeable: boolean
is_dir: boolean
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>100</x>
<y>200</y>
<w>210</w>
<h>80</h>
</coordinates>
<panel_attributes>_object: WebrootRole_
--
id: Integer
role: string[255]
name: string[255]
description: string
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>420</x>
<y>10</y>
<w>200</w>
<h>110</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;-</panel_attributes>
<additional_attributes>10.0;90.0;180.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>420</x>
<y>110</y>
<w>220</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;-</panel_attributes>
<additional_attributes>10.0;10.0;200.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>300</x>
<y>150</y>
<w>340</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;-</panel_attributes>
<additional_attributes>320.0;10.0;10.0;60.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>410</x>
<y>20</y>
<w>230</w>
<h>180</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;-</panel_attributes>
<additional_attributes>210.0;160.0;10.0;10.0</additional_attributes>
</element>
</diagram>