country Data Type

This class represents a country on earth.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code string attribute 1/1 The country's ISO code. E.g. "ie" for Ireland
name string attribute 1/1 The country's name. Can be a localized name - e.g. "Austria" or "Österreich" for Austria if the German name was requested.

Example

<country code="US" name="United States"/>