<DescendantLists>

The <DescendantLists> option is used to select individuals for whom descendants lists will be generated. They are constructed similar to <AncestorLists>.

Descendant List
Descendant List

Example

In this example, two descendant lists are setup. The first uses a record id for the descendant and a unique name for the second. The second descendant list does the opposite.

<DescendantLists>
  <ShowSources>         true       </ShowSources>  
  <LimitSources>        true       </LimitSources>  
  
  <DescendantList>
    <DescendantId> I1                    </DescendantId>
    <AncestorId>   Peter Wallard Wilson  </AncestorId>  
  </DescendantList>
  
  <DescendantList>
    <DescendantId> Henry Cooper          </DescendantId>
    <AncestorId>   I100                  </AncestorId>  
  </DescendantList>  
</DescendantLists>

Options

<ShowSources>
[ true ]
By default, descendant lists show the sources for all parental claims.
<LimitSources>
[ true ]
Also by default, only the most relevant parental claim sources (based on source category, type and quality) are displayed. This reduces page clutter while retaining pertinance. Disabling this option will display all parental claims.
<DescendantList>
[ ]
This element is a wrapper element to indicate the beginning of a new descendant list.
<DescendantId>
[ ]
This is the individual name or record id of the descendant. The individual name should be unique in your database. All individual name fields will be searched.
<AncestorId>
[ ]
This is the individual name or record id of the ancestor. The individual name should be unique in your database. All individual name fields will be searched.
Comments