Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/datatypes/quantities/money/Currency"

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | sandbox‎ | business‎ | datatypes‎ | quantities‎ | money
Jump to navigationJump to search
(Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...")
 
Line 22: Line 22:
   + org/xmodel/XMPresentation
   + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Number",de="Nummer"}
     - Name=LiteralVariantsMarkedUp={en="Number",de="Nummer"}
** DecimalPlaces Number org/oomodels/primitives/Decimal
** DecimalPlaces org/oomodels/primitives/Decimal
   ISO 4217 E
   ISO 4217 E
   + org/xmodel/XMPresentation
   + org/xmodel/XMPresentation
Line 31: Line 31:
** Sign org/oomodels/primitives/String
** Sign org/oomodels/primitives/String
   + org/xmodel/XMPresentation
   + org/xmodel/XMPresentation
     - Name=LiteralVariantsMarkedUp={en="Sign",de="Zeichen"}
     - Name=LiteralVariantsMarkedUp={en="Sign",de="Symbol"}
</wiml>
</wiml>

Revision as of 15:12, 23 November 2012

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
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

Description[edit]

According to ISO 4217 and Currency Sign

Code[edit]

Currency
«CoreClass, PreSet»
CodeString«»
ISO 4217 Code
NumberDecimal«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Number",
    de = "Nummer"
}
ISO 4217 Num
DecimalPlacesDecimal«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Decimal Places",
    de = "Nachkommastellen"
}
ISO 4217 E
NameString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Name",
    de = "Bezeichnung"
}
SignString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Sign",
    de = "Symbol"
}