Difference between revisions of "Artefact:Model/de/gtools/gaertner/sandbox/mon/SalesKontakt"

From OOModels
< Artefact:Model‎ | de‎ | gtools‎ | gaertner‎ | sandbox‎ | mon
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
* KontaktAdresse CoreClass
* SalesKontakt CoreClass
   Kontaktadressliste
   FirmenKontaktliste Sales Mitarbeiter
** Strasse String
** Name String
** PLZ String
** Vornahme String
** Ort String
** Abteilung String
** Bundesland KontaktBundesland
** Firma de/gtools/gaertner/sandbox/mon/KontaktFirma(*)
+ XMPresentation
- Name=LiteralVariants={de="Firma",en="company"}
</wiml>
</wiml>

Latest revision as of 15:13, 23 June 2010

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

private name space of Manfred

create new pages

Code[edit]

SalesKontakt
«CoreClass»
FirmenKontaktliste Sales Mitarbeiter
NameString«»
VornahmeString«»
AbteilungString«»
Firma──*──► KontaktFirma«»
...
XMPresentation NameLiteralVariants = {
    de = "Firma",
    en = "company"
}