Difference between revisions of "Artefact:Aggregate/org/oomodels/sandbox/business/datatypes/quantities/money/CurrencyValues"
From OOModels
< Artefact:Aggregate | org | oomodels | sandbox | business | datatypes | quantities | money
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 11: | Line 11: | ||
<OOMCode type="org/xocp/OCP/xml/2.0"> | <OOMCode type="org/xocp/OCP/xml/2.0"> | ||
<Currencies CLASS="Currency[]"> | <Currencies CLASS="org.oomodels.sandbox.business.datatypes.quantities.money.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="$"/> | ||
<C Code="EUR" Number="978" DecimalPlaces="2" Name="Euro" Sign="€"/> | <C Code="EUR" Number="978" DecimalPlaces="2" Name="Euro" Sign="€"/> | ||
</Currencies> | </Currencies> | ||
</OOMCode> | </OOMCode> |
Latest revision as of 00:11, 22 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="org.oomodels.sandbox.business.datatypes.quantities.money.Currency[]"> <C Code="USD" Number="840" DecimalPlaces="2" Name="United States dollar" Sign="$"/> <C Code="EUR" Number="978" DecimalPlaces="2" Name="Euro" Sign="€"/> </Currencies>