Description
The Country class holds the base data for each country.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
id |
int |
1..1 |
The numeric ID of the currency |
code |
string |
0..1 |
The currency code |
description |
string |
0..1 |
The currency description |
symbol |
string |
0..1 |
The currency symbol |
decimalPlace |
int |
1..1 |
The number of decimal places used by the currency |