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

From OOModels
Jump to navigationJump to search
(Created page with "{{Metabox | Meta_Type = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Aggregate |...")
 
Line 13: Line 13:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Currencies CLASS="Currency[]">
<Currencies CLASS="Currency[]">
   <C />
   <C Code="USD" Number="840" DecimalPlaces="2" Name="United States dollar" Sign="$"/>
  <C Code="EUR" Number="978" DecimalPlaces="2" Name="Euro" Sign="€"/>
</Currencies>
</Currencies>
</OOMCode>
</OOMCode>

Revision as of 15:47, 23 November 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]


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>