XMLRésuméLibrary:

Google

User Guide

Name

country — A country name

Synopsis

Content Model

(#PCDATA)

Attributes

NameTypeDefault
idIDNone
targetsCDATANone

Description

The country element marks the name of a country.

Parents

country may be contained in these elements: address, location

Attributes

id

A string used to uniquely identify a country. The country may then be referred to by this identifier.

Examples

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