country — A country name
(#PCDATA)
Name | Type | Default |
---|---|---|
id | ID | None |
targets | CDATA | None |
The country element marks the name of a country.
A string used to uniquely identify a country. The country may then be referred to by this identifier.
<address> <city>Portland</city> <state>Oregon</state> <country>USA</country> </address>
<address> <street>2621 Green Loop</street> <street>Southam</street> <city>Wiggleworm</city> <postalCode>S521 2GR</postalCode> <country>UK</country> </address>