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

Added "void" data type to BasicType.

parent dfa909c2
No related branches found
No related tags found
No related merge requests found
...@@ -556,6 +556,7 @@ If not stated otherwise datatypes should comply to the equivalent datatypes defi ...@@ -556,6 +556,7 @@ If not stated otherwise datatypes should comply to the equivalent datatypes defi
- **datetime** : A time value as defined in [http://www.w3.org/TR/xmlschema-2/#dateTime](http://www.w3.org/TR/xmlschema-2/#dateTime) . - **datetime** : A time value as defined in [http://www.w3.org/TR/xmlschema-2/#dateTime](http://www.w3.org/TR/xmlschema-2/#dateTime) .
- **blob** : A blob value represents a binary object. The internal encoding is transparent and not defined here. The binary object must be encoded conforming to [http://www.w3.org/TR/xmlschema-2/#base64Binary](http://www.w3.org/TR/xmlschema-2/#base64Binary) . - **blob** : A blob value represents a binary object. The internal encoding is transparent and not defined here. The binary object must be encoded conforming to [http://www.w3.org/TR/xmlschema-2/#base64Binary](http://www.w3.org/TR/xmlschema-2/#base64Binary) .
- **uri** : A URI that represents a Uniform Resource Identifier Reference (URI) as defined by as defined in [RFC 2396](http://www.ietf.org/rfc/rfc2396.txt) and amended in [RFC 2732](http://www.ietf.org/rfc/rfc2732.txt) . - **uri** : A URI that represents a Uniform Resource Identifier Reference (URI) as defined by as defined in [RFC 2396](http://www.ietf.org/rfc/rfc2396.txt) and amended in [RFC 2732](http://www.ietf.org/rfc/rfc2732.txt) .
- **void** : The data type *void* represents the absence of a value. This data type can be used for [Actions](#Action) that don't return any value.
--- ---
......
<?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>936</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>1040</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>1040</x>
<y>632</y> <y>616</y>
<w>88</w> <w>88</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
...@@ -61,10 +61,10 @@ fontsize=10</panel_attributes> ...@@ -61,10 +61,10 @@ fontsize=10</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1200</x> <x>1120</x>
<y>888</y> <y>856</y>
<w>120</w> <w>120</w>
<h>176</h> <h>192</h>
</coordinates> </coordinates>
<panel_attributes>&lt;&lt;enumeration&gt;&gt; <panel_attributes>&lt;&lt;enumeration&gt;&gt;
BasicType BasicType
...@@ -79,14 +79,15 @@ date ...@@ -79,14 +79,15 @@ date
time time
datetime datetime
blob blob
uri</panel_attributes> uri
void</panel_attributes>
<additional_attributes/> <additional_attributes/>
</element> </element>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>784</x>
<y>960</y> <y>944</y>
<w>112</w> <w>112</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -98,8 +99,8 @@ m1= 0,1 ...@@ -98,8 +99,8 @@ m1= 0,1
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>784</x>
<y>896</y> <y>880</y>
<w>112</w> <w>112</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -111,8 +112,8 @@ m1= 0,1 ...@@ -111,8 +112,8 @@ m1= 0,1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>96</h> <h>96</h>
</coordinates> </coordinates>
...@@ -129,8 +130,8 @@ fg=blue</panel_attributes> ...@@ -129,8 +130,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>600</x> <x>520</x>
<y>848</y> <y>832</y>
<w>560</w> <w>560</w>
<h>104</h> <h>104</h>
</coordinates> </coordinates>
...@@ -142,8 +143,8 @@ m2=1..* ...@@ -142,8 +143,8 @@ m2=1..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>600</x> <x>520</x>
<y>848</y> <y>832</y>
<w>560</w> <w>560</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
...@@ -155,8 +156,8 @@ m2=1 ...@@ -155,8 +156,8 @@ m2=1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>880</x>
<y>992</y> <y>976</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -169,8 +170,8 @@ fg=blue</panel_attributes> ...@@ -169,8 +170,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1104</x> <x>1024</x>
<y>1008</y> <y>992</y>
<w>112</w> <w>112</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -182,8 +183,8 @@ m1= 1 ...@@ -182,8 +183,8 @@ m1= 1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>880</x>
<y>1056</y> <y>1040</y>
<w>152</w> <w>152</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -199,8 +200,8 @@ fg=blue</panel_attributes> ...@@ -199,8 +200,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>624</x> <x>544</x>
<y>976</y> <y>960</y>
<w>352</w> <w>352</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>
...@@ -212,9 +213,9 @@ m1=0..* ...@@ -212,9 +213,9 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1104</x> <x>1024</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 +226,8 @@ m1=1 ...@@ -225,8 +226,8 @@ m1=1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>880</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -239,8 +240,8 @@ fg=blue</panel_attributes> ...@@ -239,8 +240,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>960</x> <x>880</x>
<y>944</y> <y>928</y>
<w>152</w> <w>152</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -253,8 +254,8 @@ fg=blue</panel_attributes> ...@@ -253,8 +254,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>864</x> <x>784</x>
<y>936</y> <y>920</y>
<w>112</w> <w>112</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -267,8 +268,8 @@ m1= 0,1 ...@@ -267,8 +268,8 @@ m1= 0,1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>776</y> <y>760</y>
<w>840</w> <w>840</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -282,8 +283,8 @@ lw=0.1</panel_attributes> ...@@ -282,8 +283,8 @@ lw=0.1</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>16</y> <y>0</y>
<w>960</w> <w>960</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -297,8 +298,8 @@ lw=0.1</panel_attributes> ...@@ -297,8 +298,8 @@ lw=0.1</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>752</x> <x>672</x>
<y>152</y> <y>136</y>
<w>176</w> <w>176</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
...@@ -321,8 +322,8 @@ fg=blue ...@@ -321,8 +322,8 @@ fg=blue
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>944</x>
<y>152</y> <y>136</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -339,8 +340,8 @@ fg=blue</panel_attributes> ...@@ -339,8 +340,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1304</x> <x>1224</x>
<y>224</y> <y>208</y>
<w>136</w> <w>136</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
...@@ -355,8 +356,8 @@ fg=blue</panel_attributes> ...@@ -355,8 +356,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1192</x> <x>1112</x>
<y>224</y> <y>208</y>
<w>128</w> <w>128</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
...@@ -367,8 +368,8 @@ m1= 0..*</panel_attributes> ...@@ -367,8 +368,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>152</y> <y>136</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -385,8 +386,8 @@ fg=blue</panel_attributes> ...@@ -385,8 +386,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>152</y> <y>136</y>
<w>120</w> <w>120</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -397,8 +398,8 @@ m1= 0..*</panel_attributes> ...@@ -397,8 +398,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>360</y> <y>344</y>
<w>176</w> <w>176</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -414,8 +415,8 @@ fg=blue</panel_attributes> ...@@ -414,8 +415,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>216</y> <y>200</y>
<w>56</w> <w>56</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -427,8 +428,8 @@ m1=0..* ...@@ -427,8 +428,8 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>368</y> <y>352</y>
<w>120</w> <w>120</w>
<h>56</h> <h>56</h>
</coordinates> </coordinates>
...@@ -439,8 +440,8 @@ m1= 0..*</panel_attributes> ...@@ -439,8 +440,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1304</x> <x>1224</x>
<y>416</y> <y>400</y>
<w>136</w> <w>136</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -452,8 +453,8 @@ fg=blue</panel_attributes> ...@@ -452,8 +453,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>840</x>
<y>152</y> <y>136</y>
<w>120</w> <w>120</w>
<h>48</h> <h>48</h>
</coordinates> </coordinates>
...@@ -465,8 +466,8 @@ m1= 0..* ...@@ -465,8 +466,8 @@ m1= 0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1240</x> <x>1160</x>
<y>408</y> <y>392</y>
<w>80</w> <w>80</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -478,8 +479,8 @@ m1=0,1 ...@@ -478,8 +479,8 @@ m1=0,1
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>840</x>
<y>192</y> <y>176</y>
<w>120</w> <w>120</w>
<h>96</h> <h>96</h>
</coordinates> </coordinates>
...@@ -491,8 +492,8 @@ m1= 0..* ...@@ -491,8 +492,8 @@ m1= 0..*
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>944</x>
<y>256</y> <y>240</y>
<w>176</w> <w>176</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>
...@@ -513,8 +514,8 @@ fg=blue ...@@ -513,8 +514,8 @@ fg=blue
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>1024</x> <x>944</x>
<y>384</y> <y>368</y>
<w>176</w> <w>176</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -531,8 +532,8 @@ fg=blue</panel_attributes> ...@@ -531,8 +532,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>840</x>
<y>272</y> <y>256</y>
<w>120</w> <w>120</w>
<h>144</h> <h>144</h>
</coordinates> </coordinates>
...@@ -544,8 +545,8 @@ m1= 0..* ...@@ -544,8 +545,8 @@ m1= 0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>272</y> <y>256</y>
<w>120</w> <w>120</w>
<h>168</h> <h>168</h>
</coordinates> </coordinates>
...@@ -557,8 +558,8 @@ m1= 0..* ...@@ -557,8 +558,8 @@ m1= 0..*
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>480</x> <x>400</x>
<y>256</y> <y>240</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -575,9 +576,9 @@ fg=blue</panel_attributes> ...@@ -575,9 +576,9 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>328</y> <y>312</y>
<w>48</w> <w>56</w>
<h>64</h> <h>64</h>
</coordinates> </coordinates>
<panel_attributes>lt=&lt;. <panel_attributes>lt=&lt;.
...@@ -588,8 +589,8 @@ m1=0..* ...@@ -588,8 +589,8 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>272</y> <y>256</y>
<w>120</w> <w>120</w>
<h>48</h> <h>48</h>
</coordinates> </coordinates>
...@@ -601,8 +602,8 @@ m1= 0..* ...@@ -601,8 +602,8 @@ m1= 0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>648</x> <x>568</x>
<y>312</y> <y>296</y>
<w>120</w> <w>120</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -612,8 +613,8 @@ m1= 0..* ...@@ -612,8 +613,8 @@ m1= 0..*
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>752</x> <x>672</x>
<y>368</y> <y>352</y>
<w>176</w> <w>176</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
...@@ -631,8 +632,8 @@ transparency=80</panel_attributes> ...@@ -631,8 +632,8 @@ transparency=80</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>1192</x> <x>1112</x>
<y>256</y> <y>240</y>
<w>64</w> <w>64</w>
<h>168</h> <h>168</h>
</coordinates> </coordinates>
...@@ -644,8 +645,8 @@ m1=0..* ...@@ -644,8 +645,8 @@ m1=0..*
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>920</x> <x>840</x>
<y>288</y> <y>272</y>
<w>56</w> <w>56</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>
...@@ -656,8 +657,8 @@ m1=0..*</panel_attributes> ...@@ -656,8 +657,8 @@ m1=0..*</panel_attributes>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>720</x> <x>640</x>
<y>896</y> <y>880</y>
<w>152</w> <w>152</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
...@@ -674,8 +675,8 @@ Array : ArrayType ...@@ -674,8 +675,8 @@ Array : ArrayType
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>624</x> <x>544</x>
<y>904</y> <y>888</y>
<w>112</w> <w>112</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -687,8 +688,8 @@ m1= 1 ...@@ -687,8 +688,8 @@ m1= 1
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>184</x> <x>104</x>
<y>256</y> <y>240</y>
<w>240</w> <w>240</w>
<h>200</h> <h>200</h>
</coordinates> </coordinates>
...@@ -713,8 +714,8 @@ fg=blue</panel_attributes> ...@@ -713,8 +714,8 @@ fg=blue</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>416</x> <x>336</x>
<y>248</y> <y>232</y>
<w>80</w> <w>80</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
...@@ -726,8 +727,8 @@ m1=0..1 ...@@ -726,8 +727,8 @@ m1=0..1
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>336</x> <x>256</x>
<y>120</y> <y>104</y>
<w>432</w> <w>432</w>
<h>152</h> <h>152</h>
</coordinates> </coordinates>
...@@ -738,8 +739,8 @@ m1= 0..*</panel_attributes> ...@@ -738,8 +739,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>336</x> <x>256</x>
<y>432</y> <y>416</y>
<w>432</w> <w>432</w>
<h>72</h> <h>72</h>
</coordinates> </coordinates>
...@@ -750,8 +751,8 @@ m1= 0..*</panel_attributes> ...@@ -750,8 +751,8 @@ m1= 0..*</panel_attributes>
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>416</x> <x>336</x>
<y>352</y> <y>336</y>
<w>80</w> <w>80</w>
<h>40</h> <h>40</h>
</coordinates> </coordinates>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment