TreePersonReference (XML)
A reference to another person in a different FamilySearch tree that may be a representation of the same individual.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/TreePersonReference |
Extends: | HypermediaEnabledData |
Properties
Name |
Type |
Description |
|
attribution |
Attribution
|
Gets the attribution metadata for this tree person reference. |
|
tree |
ResourceReference
|
Gets the reference to the tree containing the person. |
|
treePerson |
ResourceReference
|
Gets the reference to the person in the tree. |
|
Properties inherited from HypermediaEnabledData |
link |
list of
Link
|
The list of hypermedia links. Links 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
<tree-person-reference id="..." xmlns="http://familysearch.org/v1/">
<attribution id="...">
<contributor resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/"/>
<modified xmlns="http://gedcomx.org/v1/">...</modified>
<changeMessage xmlns="http://gedcomx.org/v1/">...</changeMessage>
<changeMessageResource xmlns="http://gedcomx.org/v1/">...</changeMessageResource>
<creator resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/"/>
<created xmlns="http://gedcomx.org/v1/">...</created>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</attribution>
<tree resource="..." resourceId="..."/>
<treePerson resource="..." resourceId="..."/>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..." xmlns="http://gedcomx.org/v1/"/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</tree-person-reference>