<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

Content Model

<!ELEMENT  country      (#PCDATA %country-elements;)*                >

Expanded Content Model

(#PCDATA | x)*

Description

Any combination of:

This element may be contained in:

Example

    ...
<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>
...