Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model03/Person"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 19: | Line 19: | ||
- IconName= "person" | - IconName= "person" | ||
- ShortDescription = LiteralVariants={de="Beschreibung einer Person",en="Description of Person"} | - ShortDescription = LiteralVariants={de="Beschreibung einer Person",en="Description of Person"} | ||
+ XMLayout | |||
- ContainerLayoutHint = Tabbed | |||
** Vorname String | ** Vorname String | ||
** Nachname String | ** Nachname String |
Revision as of 22:13, 18 August 2023
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Private namespace of Andreas Leue. | |
create new pages |
Code[edit]
external imports not necessary, instead use type mapping on Artefact:Model/org/oomodels/primitives/String during download
Person «CoreClass» | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
...
...
|
|||||||||||||||
Vorname | String | «» | |||||||||||||
Nachname | String | «» | |||||||||||||
Alter | Integer | «» | |||||||||||||
Titel | String | «» | |||||||||||||
Adresse | ──*──► Adresse | «» | ...
|