<country>

Country: in an Address

Country name used within an address.

Attributes

content-type Type of Content
country Country
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Related Elements

The elements used in an address may include the address class elements: <addr-line>, <country>, <fax>, <institution>, <institution-wrap>, and <phone> and the address linking class elements: <email>, <ext-link>, and <uri>.

Content Model

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

Expanded Content Model

(#PCDATA | x)*

Description

Any combination of:

This element may be contained in:

<address>, <addr-line>, <aff>, <collab>, <corresp>, <publisher-loc>

Example

    
...
<contrib contrib-type="author" id="a4762">
<name><surname>Knutson</surname>
<given-names>Doug</given-names></name>
<degrees>MD</degrees>
<aff rid="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>
...