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

From OOModels
Jump to navigationJump to search
 
(8 intermediate revisions by 2 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
}}
}}


Line 12: Line 13:
* EntityName
* EntityName
** Name Type String
** Name Type String
</wiml>
<wiml>
* PersonName
** Vorname String
** MI String
** Nachname String
</wiml>
</wiml>


<wiml>
<wiml>
* Person
* Person
  > Artefact:Model/de/ext/contactmanager/testmodel
** Name PersonName
** Vorname EntityName
** Nachname EntityName
</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«»