Difference between revisions of "Artefact:Aggregate/org/oomodels/sandbox/business/datatypes/quantities/money/CurrencyValues"

From OOModels
Jump to navigationJump to search
Line 11: Line 11:


<OOMCode type="org/xocp/OCP/xml/2.0">
<OOMCode type="org/xocp/OCP/xml/2.0">
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Currencies CLASS="Currency[]">
<Currencies CLASS="Currency[]">
   <C Code="USD" Number="840" DecimalPlaces="2" Name="United States dollar" Sign="$"/>
   <C Code="USD" Number="840" DecimalPlaces="2" Name="United States dollar" Sign="$"/>

Revision as of 14:17, 14 December 2012

Classification
Type Type:org/xocp/OCP/xml/2.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Aggregate
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]


<Currencies CLASS="Currency[]">
  <C Code="USD" Number="840" DecimalPlaces="2" Name="United States dollar" Sign="$"/>
  <C Code="EUR" Number="978" DecimalPlaces="2" Name="Euro" Sign="€"/>
</Currencies>