living_nationality
class living_nationality {
string nationality;
string region;
mixed data;
}
This is the class used for nationality data.
- Members:
nationality - the path to the nationality object
region - the region specialisation for the nationality
data - any extra data associated with the nationality