а:Component
Contains the address of a toponym divided into components.
Components are represented by a pair of values a:Kind and a:Name and are arranged in descending order, from the largest to the smallest (for example, from country to house).
Contains:
Contained by:
Attributes:
This tag contains no attributes.
Example
<Component>
<kind>country</kind>
<name>Turkey</name>
</Component>
<Component>
<kind>province</kind>
<name>İstanbul</name>
</Component>