alternatePlaceReference (XML)
An alternate place reference.
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/alternatePlaceReference |
| Extends: | PlaceReference |
Properties
| Name |
Type |
Description |
|
| Properties inherited from PlaceReference |
| confidence |
string
|
The level of confidence the contributor has about the data. |
|
| description |
string
|
A reference to a description of the place being referenced. |
|
| original |
string
|
The original value as supplied by the user. |
|
| normalized |
list of
TextValue
|
The list of normalized values for the place, provided for display purposes by the application. Normalized values are
not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
| Properties inherited from ExtensibleData |
| id |
string
|
A local, context-specific id for the data. |
|
Example
<alternatePlaceReference confidence="..." description="..." id="..." xmlns="http://familysearch.org/v1/">
<original xmlns="http://gedcomx.org/v1/">...</original>
<normalized xml:lang="..." xmlns="http://gedcomx.org/v1/">...</normalized>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</alternatePlaceReference>