<country> Country: in an Address

Country name used within an address.
Related Elements
The elements used in an address may include the address class elements: <addr-line>, <city>, <country>, <fax>, <institution>, <institution-wrap>, <state>, <phone>, and <postal-code> and the address linking class elements: <email>, <ext-link>, and <uri>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  country      (#PCDATA %country-elements;)*                >
Expanded Content Model

(#PCDATA | x)*

Tagged Sample

With ISO 3166-1 Alpha-2 country code

...
<contrib contrib-type="author">
 <name>
  <surname>Knutson</surname>
  <given-names>Doug</given-names>
 </name>
 <degrees>MD</degrees>
 <aff id="a4762">
  <institution>The Ohio State University</institution>
  <addr-line>Columbus, Ohio</addr-line>
 </aff>
 <address>
  <institution>The Ohio State University, Department
   of Family Medicine</institution>
  <addr-line>2231 N. High St.</addr-line>
  <addr-line>Columbus, OH 43201</addr-line>
  <country country="US">United States</country>
  <email>doug.knutson@osumc.edu</email>
 </address>
 ...
</contrib>
...