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
Line 15: Line 15:


<wiml>
<wiml>
* Currency CoreClass,PreSet
* Currency org/ooem/stereotypes/classes/CoreClass,org/ooem/stereotypes/classes/PreSet
** Code org/oomodels/primitives/String
** Code org/oomodels/primitives/String
   ISO 4217 Code
   ISO 4217 Code

Revision as of 15:29, 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"
}