UMLet
UMLet renders UML elements from a UXF XML document.
Use this type
Use UMLet when UMLet is the source editor for the diagram.
Source format
The source format is UMLet UXF XML. Enter the source in the diagram.zip editor.
Syntax essentials
- Use a
diagramroot element. - Put each diagram item in a
elementblock. - Use
coordinatesto set position and size. - Use
panel_attributesfor labels and element settings.
Source structure
This source shows the document structure. It is not a complete document.
<diagram program="umlet">
<element>
<id>UMLClass</id>
<coordinates><x>20</x><y>20</y><w>160</w><h>80</h></coordinates>
<panel_attributes>User</panel_attributes>
</element>
</diagram>
The rendered view uses a complete project example for this diagram type.
Rendered exampleDrag to pan. Use the wheel or controls to zoom.