ChildAndParentsRelationship (XML)

The FamilySearch-proprietary model for a relationship between a child and a pair of parents.

Namespace:http://familysearch.org/v1/
URI:http://familysearch.org/v1/ChildAndParentsRelationship
Extends:Subject

Properties

Name Type Description
parent1 ResourceReference The parent1 of the child.
parent2 ResourceReference The parent2 of the child.
child ResourceReference The child in the relationship.
parent1Fact list of Fact The fact conclusions for the parent1.
parent2Fact list of Fact The fact conclusions for the parent2.
Properties inherited from Subject
extracted boolean Whether this subject has been identified as "extracted", meaning it captures information extracted from a single source. FTU
evidence list of EvidenceReference References to the evidence being referenced for this subject.
media list of SourceReference References to multimedia resources associated with this subject.
identifier list of Identifier The list of identifiers for the subject.
Properties inherited from Conclusion
sortKey string A sort key in relation to other facts for display purposes.
confidence string The level of confidence the contributor has about the data.
lang string The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ FTR
attribution Attribution Attribution metadata for a conclusion.
source list of SourceReference The source references for a conclusion.
analysis ResourceReference A reference to the analysis document explaining the analysis that went into this conclusion. FTU
note list of Note Notes about a person.
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

<childAndParentsRelationship confidence="..." extracted="..." xml:lang="..." sortKey="..." xmlns="http://familysearch.org/v1/">
  <parent1 resource="..." resourceId="..."/>
  <parent2 resource="..." resourceId="..."/>
  <child resource="..." resourceId="..."/>
  <parent1Fact confidence="..." xml:lang="..." sortKey="..." type="...">
    <date confidence="..." xmlns="http://gedcomx.org/v1/">
      <original>...</original>
      <formal>...</formal>
      <normalized/>
    </date>
    <place confidence="..." description="..." xmlns="http://gedcomx.org/v1/">
      <original>...</original>
      <normalized/>
    </place>
    <value xmlns="http://gedcomx.org/v1/">...</value>
    <qualifier name="..." xmlns="http://gedcomx.org/v1/">...</qualifier>
    <attribution xmlns="http://gedcomx.org/v1/"/>
    <source xmlns="http://gedcomx.org/v1/"/>
    <analysis xmlns="http://gedcomx.org/v1/"/>
    <note xmlns="http://gedcomx.org/v1/"/>
  </parent1Fact>
  <parent2Fact confidence="..." xml:lang="..." sortKey="..." type="...">
    <date confidence="..." xmlns="http://gedcomx.org/v1/">
      <original>...</original>
      <formal>...</formal>
      <normalized/>
    </date>
    <place confidence="..." description="..." xmlns="http://gedcomx.org/v1/">
      <original>...</original>
      <normalized/>
    </place>
    <value xmlns="http://gedcomx.org/v1/">...</value>
    <qualifier name="..." xmlns="http://gedcomx.org/v1/">...</qualifier>
    <attribution xmlns="http://gedcomx.org/v1/"/>
    <source xmlns="http://gedcomx.org/v1/"/>
    <analysis xmlns="http://gedcomx.org/v1/"/>
    <note xmlns="http://gedcomx.org/v1/"/>
  </parent2Fact>
  <evidence resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/">
    <attribution/>
  </evidence>
  <media description="..." descriptionId="..." xmlns="http://gedcomx.org/v1/">
    <attribution/>
    <qualifier/>
  </media>
  <identifier type="..." xmlns="http://gedcomx.org/v1/">...</identifier>
  <attribution xmlns="http://gedcomx.org/v1/"/>
  <source xmlns="http://gedcomx.org/v1/"/>
  <analysis xmlns="http://gedcomx.org/v1/"/>
  <note xmlns="http://gedcomx.org/v1/"/>
</childAndParentsRelationship>

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.