◇◆
<country> Country (in an address)
Country name used within an address.
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT country (#PCDATA %country-elements;)* >
Expanded Content Model
(#PCDATA)*
Tagged Samples
<country> as part of standards organization location <std-org-loc>
...
<std-org std-org-level="2" std-org-role="co-producer" std-org-type="sdo">
<std-org-name>CSA Group</std-org-name>
<std-org-abbrev>CSA</std-org-abbrev>
<std-org-loc
><addr-line>5060 Spectrum Way, Suite 100</addr-line>
<city>Mississauga</city>
<state>Ontario</state>
<country>Canada</country>
<postal-code>L4W 5N6</postal-code>
<uri>http://www.csagroup.org/</uri></std-org-loc>
</std-org>
...
<country> used in address
...
<p>Comments on standards should be submitted to the following address:
<address>
<addr-line>Secretary, IEEE-SA Standards Board</addr-line>
<addr-line>445 Hoes Lane</addr-line>
<addr-line><city>Piscataway</city>, <state>NJ</state>
<postal-code>08854</postal-code></addr-line>
<addr-line><country>USA</country></addr-line>
</address>
</p>
...