Skip to content
Snippets Groups Projects
Commit f7723370 authored by ankraft's avatar ankraft
Browse files

Added support for defining domain specific data types and the posibility to reference them.

parent dfa909c2
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2"> <diagram program="umlet" version="14.3.0">
<help_text/> <help_text/>
<zoom_level>8</zoom_level> <zoom_level>8</zoom_level>
<element> <element>
<id>UMLNote</id> <id>UMLNote</id>
<coordinates> <coordinates>
<x>1016</x> <x>976</x>
<y>520</y> <y>504</y>
<w>248</w> <w>248</w>
<h>208</h> <h>208</h>
</coordinates> </coordinates>
...@@ -35,8 +35,8 @@ Cardinalities: ...@@ -35,8 +35,8 @@ Cardinalities:
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1120</x> <x>1080</x>
<y>600</y> <y>584</y>
<w>88</w> <w>88</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -49,8 +49,8 @@ m1=0..* ...@@ -49,8 +49,8 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1120</x> <x>1080</x>
<y>632</y> <y>616</y>
<w>88</w> <w>88</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
...@@ -61,8 +61,8 @@ fontsize=10</panel_attributes> ...@@ -61,8 +61,8 @@ fontsize=10</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1200</x> <x>1160</x>
<y>888</y> <y>872</y>
<w>120</w> <w>120</w>
<h>176</h> <h>176</h>
</coordinates> </coordinates>
...@@ -85,8 +85,8 @@ uri</panel_attributes> ...@@ -85,8 +85,8 @@ uri</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>824</x>
<y>960</y> <y>944</y>
<w>112</w> <w>112</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -98,8 +98,8 @@ m1= 0,1 ...@@ -98,8 +98,8 @@ m1= 0,1
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>824</x>
<y>896</y> <y>880</y>
<w>112</w> <w>112</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -111,10 +111,10 @@ m1= 0,1 ...@@ -111,10 +111,10 @@ m1= 0,1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>440</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>96</h> <h>128</h>
</coordinates> </coordinates>
<panel_attributes>DataType <panel_attributes>DataType
-- --
...@@ -122,6 +122,9 @@ m1= 0,1 ...@@ -122,6 +122,9 @@ m1= 0,1
/@ unitOfMeasure : text/ /@ unitOfMeasure : text/
/- Doc : Doc/ /- Doc : Doc/
- TypeChoice - TypeChoice
/- Extends/
/ @domain : IDRF/
/ @class : id /
/* Constraints : Constraint/ /* Constraints : Constraint/
fg=blue</panel_attributes> fg=blue</panel_attributes>
<additional_attributes/> <additional_attributes/>
...@@ -129,8 +132,8 @@ fg=blue</panel_attributes> ...@@ -129,8 +132,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>600</x> <x>560</x>
<y>848</y> <y>832</y>
<w>560</w> <w>560</w>
<h>104</h> <h>104</h>
</coordinates> </coordinates>
...@@ -142,8 +145,8 @@ m2=1..* ...@@ -142,8 +145,8 @@ m2=1..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>600</x> <x>560</x>
<y>848</y> <y>832</y>
<w>560</w> <w>560</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
...@@ -155,8 +158,8 @@ m2=1 ...@@ -155,8 +158,8 @@ m2=1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>920</x>
<y>992</y> <y>976</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -169,8 +172,8 @@ fg=blue</panel_attributes> ...@@ -169,8 +172,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1104</x> <x>1064</x>
<y>1008</y> <y>992</y>
<w>112</w> <w>112</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -182,8 +185,8 @@ m1= 1 ...@@ -182,8 +185,8 @@ m1= 1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>920</x>
<y>1056</y> <y>1040</y>
<w>152</w> <w>152</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -199,8 +202,8 @@ fg=blue</panel_attributes> ...@@ -199,8 +202,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>624</x> <x>584</x>
<y>976</y> <y>960</y>
<w>352</w> <w>352</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>
...@@ -212,9 +215,9 @@ m1=0..* ...@@ -212,9 +215,9 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1104</x> <x>1064</x>
<y>1056</y> <y>1040</y>
<w>168</w> <w>176</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;&lt;- <panel_attributes>lt=&lt;&lt;-
...@@ -225,8 +228,8 @@ m1=1 ...@@ -225,8 +228,8 @@ m1=1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>920</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -239,8 +242,8 @@ fg=blue</panel_attributes> ...@@ -239,8 +242,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>920</x>
<y>944</y> <y>928</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -253,8 +256,8 @@ fg=blue</panel_attributes> ...@@ -253,8 +256,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>824</x>
<y>936</y> <y>920</y>
<w>112</w> <w>112</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -267,8 +270,8 @@ m1= 0,1 ...@@ -267,8 +270,8 @@ m1= 0,1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>440</x>
<y>776</y> <y>760</y>
<w>840</w> <w>840</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -282,9 +285,9 @@ lw=0.1</panel_attributes> ...@@ -282,9 +285,9 @@ lw=0.1</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>144</x>
<y>16</y> <y>0</y>
<w>960</w> <w>1256</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
<panel_attributes>SDT 4.0 - Basic Elements <panel_attributes>SDT 4.0 - Basic Elements
...@@ -297,8 +300,8 @@ lw=0.1</panel_attributes> ...@@ -297,8 +300,8 @@ lw=0.1</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>752</x> <x>712</x>
<y>152</y> <y>128</y>
<w>176</w> <w>176</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
...@@ -321,8 +324,8 @@ fg=blue ...@@ -321,8 +324,8 @@ fg=blue
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>984</x>
<y>152</y> <y>128</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -339,8 +342,8 @@ fg=blue</panel_attributes> ...@@ -339,8 +342,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1304</x> <x>1264</x>
<y>224</y> <y>200</y>
<w>136</w> <w>136</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -355,8 +358,8 @@ fg=blue</panel_attributes> ...@@ -355,8 +358,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1192</x> <x>1152</x>
<y>224</y> <y>200</y>
<w>128</w> <w>128</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -367,16 +370,17 @@ m1= 0..*</panel_attributes> ...@@ -367,16 +370,17 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>440</x>
<y>152</y> <y>128</y>
<w>176</w> <w>176</w>
<h>88</h> <h>104</h>
</coordinates> </coordinates>
<panel_attributes>Domain <panel_attributes>Domain
-- --
*@ id : ID* *@ id : ID*
/- Doc : Doc/ /- Doc : Doc/
/* imports/ /* imports/
/* DataTypes : DataType/
/* ModuleClasses : ModuleClass/ /* ModuleClasses : ModuleClass/
/* Devices : Device/ /* Devices : Device/
fg=blue</panel_attributes> fg=blue</panel_attributes>
...@@ -385,20 +389,20 @@ fg=blue</panel_attributes> ...@@ -385,20 +389,20 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>152</y> <y>136</y>
<w>120</w> <w>120</w>
<h>72</h> <h>64</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1= 0..*</panel_attributes> m1= 0..*</panel_attributes>
<additional_attributes>130.0;10.0;50.0;10.0;50.0;70.0;10.0;70.0</additional_attributes> <additional_attributes>130.0;10.0;50.0;10.0;50.0;60.0;10.0;60.0</additional_attributes>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>440</x>
<y>360</y> <y>344</y>
<w>176</w> <w>176</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -414,21 +418,21 @@ fg=blue</panel_attributes> ...@@ -414,21 +418,21 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>216</y> <y>192</y>
<w>56</w> <w>56</w>
<h>72</h> <h>88</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1=0..* m1=0..*
</panel_attributes> </panel_attributes>
<additional_attributes>10.0;60.0;50.0;60.0;50.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>10.0;80.0;50.0;80.0;50.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>368</y> <y>352</y>
<w>120</w> <w>120</w>
<h>56</h> <h>56</h>
</coordinates> </coordinates>
...@@ -439,8 +443,8 @@ m1= 0..*</panel_attributes> ...@@ -439,8 +443,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1304</x> <x>1264</x>
<y>416</y> <y>400</y>
<w>136</w> <w>136</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -452,8 +456,8 @@ fg=blue</panel_attributes> ...@@ -452,8 +456,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>880</x>
<y>152</y> <y>128</y>
<w>120</w> <w>120</w>
<h>48</h> <h>48</h>
</coordinates> </coordinates>
...@@ -465,8 +469,8 @@ m1= 0..* ...@@ -465,8 +469,8 @@ m1= 0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1240</x> <x>1200</x>
<y>408</y> <y>392</y>
<w>80</w> <w>80</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -478,21 +482,21 @@ m1=0,1 ...@@ -478,21 +482,21 @@ m1=0,1
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>880</x>
<y>192</y> <y>168</y>
<w>120</w> <w>120</w>
<h>96</h> <h>104</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1= 0..* m1= 0..*
</panel_attributes> </panel_attributes>
<additional_attributes>130.0;90.0;50.0;90.0;50.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>130.0;100.0;50.0;100.0;50.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>984</x>
<y>256</y> <y>240</y>
<w>176</w> <w>176</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>
...@@ -513,8 +517,8 @@ fg=blue ...@@ -513,8 +517,8 @@ fg=blue
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>984</x>
<y>384</y> <y>368</y>
<w>176</w> <w>176</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -531,34 +535,34 @@ fg=blue</panel_attributes> ...@@ -531,34 +535,34 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>880</x>
<y>272</y> <y>256</y>
<w>120</w> <w>120</w>
<h>144</h> <h>144</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1= 0..* m1= 0..*
</panel_attributes> </panel_attributes>
<additional_attributes>130.0;150.0;80.0;150.0;80.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>130.0;150.0;60.0;150.0;60.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>272</y> <y>248</y>
<w>120</w> <w>120</w>
<h>168</h> <h>176</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
</panel_attributes> </panel_attributes>
<additional_attributes>130.0;10.0;80.0;10.0;80.0;190.0;10.0;190.0</additional_attributes> <additional_attributes>130.0;10.0;80.0;10.0;80.0;200.0;10.0;200.0</additional_attributes>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>440</x>
<y>256</y> <y>248</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -575,45 +579,45 @@ fg=blue</panel_attributes> ...@@ -575,45 +579,45 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>328</y> <y>320</y>
<w>48</w> <w>56</w>
<h>64</h> <h>56</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1=0..* m1=0..*
</panel_attributes> </panel_attributes>
<additional_attributes>10.0;50.0;40.0;50.0;40.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>10.0;40.0;40.0;40.0;40.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>272</y> <y>248</y>
<w>120</w> <w>120</w>
<h>48</h> <h>64</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1= 0..* m1= 0..*
</panel_attributes> </panel_attributes>
<additional_attributes>130.0;10.0;80.0;10.0;80.0;40.0;10.0;40.0</additional_attributes> <additional_attributes>130.0;10.0;80.0;10.0;80.0;60.0;10.0;60.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>608</x>
<y>312</y> <y>304</y>
<w>120</w> <w>120</w>
<h>80</h> <h>72</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;.</panel_attributes> <panel_attributes>lt=&lt;.</panel_attributes>
<additional_attributes>130.0;80.0;60.0;80.0;60.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>130.0;70.0;60.0;70.0;60.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>752</x> <x>712</x>
<y>368</y> <y>352</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -631,8 +635,8 @@ transparency=80</panel_attributes> ...@@ -631,8 +635,8 @@ transparency=80</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1192</x> <x>1152</x>
<y>256</y> <y>240</y>
<w>64</w> <w>64</w>
<h>168</h> <h>168</h>
</coordinates> </coordinates>
...@@ -644,20 +648,20 @@ m1=0..* ...@@ -644,20 +648,20 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>880</x>
<y>288</y> <y>264</y>
<w>56</w> <w>56</w>
<h>112</h> <h>120</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1=0..*</panel_attributes> m1=0..*</panel_attributes>
<additional_attributes>10.0;110.0;50.0;110.0;50.0;10.0;10.0;10.0</additional_attributes> <additional_attributes>10.0;120.0;50.0;120.0;50.0;10.0;10.0;10.0</additional_attributes>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>720</x> <x>680</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -674,8 +678,8 @@ Array : ArrayType ...@@ -674,8 +678,8 @@ Array : ArrayType
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>624</x> <x>584</x>
<y>904</y> <y>888</y>
<w>112</w> <w>112</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -687,8 +691,8 @@ m1= 1 ...@@ -687,8 +691,8 @@ m1= 1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>184</x> <x>144</x>
<y>256</y> <y>240</y>
<w>240</w> <w>240</w>
<h>200</h> <h>200</h>
</coordinates> </coordinates>
...@@ -713,33 +717,32 @@ fg=blue</panel_attributes> ...@@ -713,33 +717,32 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>416</x> <x>368</x>
<y>248</y> <y>240</y>
<w>80</w> <w>88</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
m1=0..1 m1=0..1
</panel_attributes> </panel_attributes>
<additional_attributes>80.0;20.0;10.0;20.0</additional_attributes> <additional_attributes>90.0;20.0;10.0;20.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>336</x> <x>296</x>
<y>120</y> <y>104</y>
<w>432</w> <w>432</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.</panel_attributes>
m1= 0..*</panel_attributes>
<additional_attributes>520.0;50.0;440.0;50.0;440.0;10.0;10.0;10.0;10.0;170.0</additional_attributes> <additional_attributes>520.0;50.0;440.0;50.0;440.0;10.0;10.0;10.0;10.0;170.0</additional_attributes>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>336</x> <x>296</x>
<y>432</y> <y>416</y>
<w>432</w> <w>432</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -750,8 +753,8 @@ m1= 0..*</panel_attributes> ...@@ -750,8 +753,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>416</x> <x>376</x>
<y>352</y> <y>336</y>
<w>80</w> <w>80</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
......
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png

73.1 KiB | W: | H:

SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png

371 KiB | W: | H:

SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
  • 2-up
  • Swipe
  • Onion skin
SDT/schema4.0/docs/images/SDT_UML_DataType.png

34.4 KiB | W: | H:

SDT/schema4.0/docs/images/SDT_UML_DataType.png

166 KiB | W: | H:

SDT/schema4.0/docs/images/SDT_UML_DataType.png
SDT/schema4.0/docs/images/SDT_UML_DataType.png
SDT/schema4.0/docs/images/SDT_UML_DataType.png
SDT/schema4.0/docs/images/SDT_UML_DataType.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment