Address (XML)
An address.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/Address |
Extends: | ExtensibleData |
Properties
Name |
Type |
Description |
|
city |
string
|
The city. |
|
country |
string
|
The country. |
|
postalCode |
string
|
The postal code. |
|
stateOrProvince |
string
|
The state or province. |
|
street |
string
|
The street. |
|
street2 |
string
|
Additional street information. |
|
street3 |
string
|
Additional street information. |
|
street4 |
string
|
Additional street information. |
|
street5 |
string
|
Additional street information. |
|
street6 |
string
|
Additional street information. |
|
value |
string
|
The value of the property, if it can be expressed as a string. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<a----- id="..." xmlns="http://gedcomx.org/v1/">
<city>...</city>
<country>...</country>
<postalCode>...</postalCode>
<stateOrProvince>...</stateOrProvince>
<street>...</street>
<street2>...</street2>
<street3>...</street3>
<street4>...</street4>
<street5>...</street5>
<street6>...</street6>
<value>...</value>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</a----->