Difference between revisions of "Artefact:Model/de/gtools/gaertner/sandbox/spiel1/Altersklasse"

From OOModels
< Artefact:Model‎ | de‎ | gtools‎ | gaertner‎ | sandbox‎ | spiel1
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...)
 
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
* ClassName Stereotype
* Altersklasse CoreClass
   > BaseClass
   Altersklasse Liste Sportverein Version 2
  Single line class description
+ XMPresentation
** Attribute1Name Type Stereotype
- Name=LiteralVariants={de="Altersklasse",en="section"}
  Single line attribute description
** Identifier Integer
  + Extension11Name
+ XMPresentation
    - Property111Name = Property111Value
- Name=LiteralVariants={de="Identifier",en="identifier"}
** Association4Name Type(*) Stereotype
+ org/xmodel/XMSecurity
  Single line association description
- Class = Literal="TestClassified"
** Association4Name Type(+) Stereotype
** Stufe String
  Single line association description
+ XMPresentation
** Association4Name Type(1) Stereotype
- Name=LiteralVariants={de="Stufe",en="level"}
  Single line association description
** Geschlecht String
+ XMPresentation
- Name=LiteralVariants={de="Geschlecht",en="sex"}
</wiml>
</wiml>

Latest revision as of 12:53, 15 January 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]

Altersklasse
«CoreClass»
Altersklasse Liste Sportverein Version 2
...
XMPresentation NameLiteralVariants = {
    de = "Altersklasse",
    en = "section"
}
IdentifierInteger«»
...
XMPresentation NameLiteralVariants = {
    de = "Identifier",
    en = "identifier"
}
XMSecurity ClassLiteral = "TestClassified"
StufeString«»
...
XMPresentation NameLiteralVariants = {
    de = "Stufe",
    en = "level"
}
GeschlechtString«»
...
XMPresentation NameLiteralVariants = {
    de = "Geschlecht",
    en = "sex"
}