Difference between revisions of "Artefact:Model/de/ext/contactmanager/Testmodel"
From OOModels
< Artefact:Model | de | ext | contactmanager
Jump to navigationJump to search
(→Code) |
(→Code) |
||
Line 12: | Line 12: | ||
* EntityName | * EntityName | ||
** Name Type String | ** Name Type String | ||
</wiml> | |||
<wiml> | |||
* PersonName | |||
** Vorname String | |||
** MI String | |||
** Nachname String | |||
</wiml> | </wiml> | ||
<wiml> | <wiml> | ||
* Person | * Person | ||
** | ** Name PersonName | ||
</wiml> | </wiml> |
Revision as of 11:49, 10 September 2009
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
create new pages |
Code[edit]
EntityName | |||
---|---|---|---|
Name | Type | «String» |
PersonName | |||
---|---|---|---|
Vorname | String | «» | |
MI | String | «» | |
Nachname | String | «» |
Person | |||
---|---|---|---|
Name | PersonName | «» |