Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/accounting/Account"

From OOModels
Jump to navigationJump to search
Line 15: Line 15:
     - Name=LiteralVariantsMarkedUp={en="Account",de="Konto"}
     - Name=LiteralVariantsMarkedUp={en="Account",de="Konto"}
  ^ org/oomodels/sandbox/business/datatypes/text/Text
  ^ org/oomodels/sandbox/business/datatypes/text/Text
  ^ ...Amount
  ^ org/oomodels/sandbox/business/datatypes/quantities/money/Amount
** Id String
** Id String
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Identifier",de="Kennung"}
     - Name=LiteralVariantsMarkedUp={en="Identifier",de="Kennung"}
** Name Text
** Name org/oomodels/sandbox/business/datatypes/text/Text
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Name",de="Bezeichnung"}
     - Name=LiteralVariantsMarkedUp={en="Name",de="Bezeichnung"}
** Description Text
** Description org/oomodels/sandbox/business/datatypes/text/Text
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Description",de="Beschreibung"}
     - Name=LiteralVariantsMarkedUp={en="Description",de="Beschreibung"}
** Balance Amount
** Balance org/oomodels/sandbox/business/datatypes/text/Amount
  + org/xmodel/XMPresentation
  + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Balance",de="Saldo"}
     - Name=LiteralVariantsMarkedUp={en="Balance",de="Saldo"}
</wiml>
</wiml>

Revision as of 15:54, 23 November 2012

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/accounting
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Code[edit]

Account
«CoreClass»
...
org/oomodels/sandbox/business/datatypes/text/Text
org/oomodels/sandbox/business/datatypes/quantities/money/Amount
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Account",
    de = "Konto"
}
IdString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Identifier",
    de = "Kennung"
}
NameText«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Name",
    de = "Bezeichnung"
}
DescriptionText«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Description",
    de = "Beschreibung"
}
BalanceAmount«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Balance",
    de = "Saldo"
}