MatchInfo (XML)
Information about a match.
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/MatchInfo |
Properties
| Name |
Type |
Description |
|
| addsDateOrPlace |
boolean
|
tells if the match would add a date or place to an existing vital fact |
|
| addsFact |
boolean
|
tells if the match would add a vital fact to the target system |
|
| addsPerson |
boolean
|
tells if the match would add a person to the target system |
|
| addsPerson110YearRule |
boolean
|
tells if the match would add a person to the target system who passes the 110-year rule |
|
| collection |
string
|
The collection in which this match was found. |
|
| hasFourOrMorePeople |
boolean
|
tells if the destination has four or more people in the immediate family |
|
| status |
string
|
The way this match has been resolved. |
|
| addsBirth |
boolean
|
tells if the match would add a birth fact to the target system |
|
| addsBurial |
boolean
|
tells if the match would add a burial fact to the target system |
|
| addsChildUnknownGender110YearRule |
boolean
|
tells if the match would add a child of unknown gender to the target system who passes the 110-year rule |
|
| addsChristening |
boolean
|
tells if the match would add a christening fact to the target system |
|
| addsDate |
boolean
|
tells if the match would add a date to an existing vital fact |
|
| addsDaughter110YearRule |
boolean
|
tells if the match would add a daughter to the target system who passes the 110-year rule |
|
| addsDeath |
boolean
|
tells if the match would add a death fact to the target system |
|
| addsFather110YearRule |
boolean
|
tells if the match would add a father to the target system who passes the 110-year rule |
|
| addsMarriage |
boolean
|
tells if the match would add a marriage fact to the target system |
|
| addsMother110YearRule |
boolean
|
tells if the match would add a mother to the target system who passes the 110-year rule |
|
| addsOtherFact |
boolean
|
tells if the match would add a non-vital fact to the target system |
|
| addsParentUnknownGender110YearRule |
boolean
|
tells if the match would add a parent of unknown gender to the target system who passes the 110-year rule |
|
| addsPlace |
boolean
|
tells if the match would add a place to an existing vital fact |
|
| addsSon110YearRule |
boolean
|
tells if the match would add a son to the target system who passes the 110-year rule |
|
| addsSpouse110YearRule |
boolean
|
tells if the match would add a spouse to the target system who passes the 110-year rule |
|
| improvesDate |
boolean
|
tells if the match would improve a date an existing vital fact |
|
| improvesPlace |
boolean
|
tells if the match would improve a place an existing vital fact |
|
Example
<matchInfo addsDateOrPlace="..." addsFact="..." addsPerson="..." addsPerson110YearRule="..." collection="..." hasFourOrMorePeople="..." status="..." xmlns="http://familysearch.org/v1/">
<addsBirth>...</addsBirth>
<addsBurial>...</addsBurial>
<addsChildUnknownGender110YearRule>...</addsChildUnknownGender110YearRule>
<addsChristening>...</addsChristening>
<addsDate>...</addsDate>
<addsDaughter110YearRule>...</addsDaughter110YearRule>
<addsDeath>...</addsDeath>
<addsFather110YearRule>...</addsFather110YearRule>
<addsMarriage>...</addsMarriage>
<addsMother110YearRule>...</addsMother110YearRule>
<addsOtherFact>...</addsOtherFact>
<addsParentUnknownGender110YearRule>...</addsParentUnknownGender110YearRule>
<addsPlace>...</addsPlace>
<addsSon110YearRule>...</addsSon110YearRule>
<addsSpouse110YearRule>...</addsSpouse110YearRule>
<improvesDate>...</improvesDate>
<improvesPlace>...</improvesPlace>
</matchInfo>