0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<xmi:XMI xmi:version="2.1" xmlns:uml="http://schema.omg.org/spec/UML/2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1">
|
|
3 |
<xmi:Documentation exporter="Bouml" exporterVersion="1.7.2"/>
|
|
4 |
<uml:Model xmi:type="uml:Model" xmi:id="themodel" name="demo">
|
|
5 |
<packagedElement xmi:type="uml:Package" xmi:id="BOUML_0x81_22" name="Demo">
|
|
6 |
<packagedElement xmi:type="uml:Class" name="Customer" xmi:id="BOUML_0x1f417_4" visibility="package" isAbstract="false" >
|
|
7 |
<ownedAttribute xmi:type="uml:Property" name="id" xmi:id="BOUML_0x1f417_1" visibility="public">
|
|
8 |
<type xmi:type="uml:PrimitiveType" href="http://schema.omg.org/spec/UML/2.1/uml.xml#String"/>
|
|
9 |
</ownedAttribute>
|
|
10 |
<ownedAttribute xmi:type="uml:Property" name="name" xmi:id="BOUML_0x1f497_1" visibility="private">
|
|
11 |
<type xmi:type="uml:PrimitiveType" href="http://schema.omg.org/spec/UML/2.1/uml.xml#String"/>
|
|
12 |
</ownedAttribute>
|
|
13 |
</packagedElement>
|
|
14 |
</packagedElement>
|
|
15 |
</uml:Model>
|
|
16 |
</xmi:XMI>
|