Difference between revisions of "Artefact:Model/de/ext/contactmanager/Testmodel"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...)
 
 
(17 intermediate revisions by 3 users not shown)
Line 6: Line 6:
| Meta_AddTypeToCategory    = true
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
| Meta_Diagram = Artefact:Diagram/de/ext/contactmanager/testmodel
}}
}}


== Code ==
== Code ==
<wiml>
* EntityName
** Name Type String
</wiml>
<wiml>
* PersonName
** Vorname String
** MI String
** Nachname String
</wiml>


<wiml>
<wiml>
* ClassName Stereotype
* Person
  > BaseClass
** Name PersonName
  Single line class description
** Attribute1Name Type Stereotype
  Single line attribute description
  + Extension11Name
    - Property111Name = Property111Value
** Association4Name Type(*) Stereotype
  Single line association description
** Association4Name Type(+) Stereotype
  Single line association description
** Association4Name Type(1) Stereotype
  Single line association description
</wiml>
</wiml>

Latest revision as of 14:26, 10 September 2009

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Diagram
Namespace (more)
create new pages

Code[edit]

EntityName
NameType«String»


PersonName
VornameString«»
MIString«»
NachnameString«»


Person
NamePersonName«»