Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model01/Model01"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model01
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...)
 
 
(31 intermediate revisions by 3 users not shown)
Line 11: Line 11:


<wiml>
<wiml>
* Model01
* Model01 CoreClass
** Attribute1 String
  Meine schöne Klasse
** Attribute2 String
+ org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={de="«Modell» - 01",en="«Model» - 01"}
** Name String
** Vorname String
** PLZ String
+ XMPresentation
    - Name=LiteralVariants={de="PLZ",en="ZIP"}
** Stadt String
+ XMPresentation
    - Name=LiteralVariants={de="Stadt",en="City"}
    - ShortDescription=LiteralVariants={de="Eine Stadt",en="A City"}
** Strasse String
+ XMPresentation
    - Name=LiteralVariants={de="Strasse",en="Street"}
    - HelpURL=LiteralVariants={de="https://de.wikipedia.org/wiki/Stra%C3%9Fe",en="https://en.wikipedia.org/wiki/Street"}
** Land String
+ XMPresentation
    - Name=LiteralVariants={de="Strasse",en="Street"}
    - ShortDescription=LiteralVariants={de="Ein Land",en="A Country"}
    - HelpURL=LiteralVariants={de="https://de.wikipedia.org/wiki/Land",en="https://en.wikipedia.org/wiki/Country"}
</wiml>
</wiml>
== Description ==
Das ist eine ''Testklasse''.
Sie ist
* toll
* super
* schön

Latest revision as of 16:35, 17 July 2024

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]

Model01
«CoreClass»
Meine schöne Klasse
...
XMPresentation NameLiteralVariantsMarkedUp = {
    de = "«Modell» - 01",
    en = "«Model» - 01"
}
NameString«»
VornameString«»
PLZString«»
...
XMPresentation NameLiteralVariants = {
    de = "PLZ",
    en = "ZIP"
}
StadtString«»
...
XMPresentation NameLiteralVariants = {
    de = "Stadt",
    en = "City"
}
ShortDescriptionLiteralVariants = {
    de = "Eine Stadt",
    en = "A City"
}
StrasseString«»
...
XMPresentation NameLiteralVariants = {
    de = "Strasse",
    en = "Street"
}
HelpURLLiteralVariants = {
    de = "https://de.wikipedia.org/wiki/Stra%C3%9Fe",
    en = "https://en.wikipedia.org/wiki/Street"
}
LandString«»
...
XMPresentation NameLiteralVariants = {
    de = "Strasse",
    en = "Street"
}
ShortDescriptionLiteralVariants = {
    de = "Ein Land",
    en = "A Country"
}
HelpURLLiteralVariants = {
    de = "https://de.wikipedia.org/wiki/Land",
    en = "https://en.wikipedia.org/wiki/Country"
}


Description[edit]

Das ist eine Testklasse. Sie ist

  • toll
  • super
  • schön