<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>
  <DescendantList>
    <DescendantId> I1                    </DescendantId>
    <AncestorId>   Peter Wallard Wilson  </AncestorId>  
  </DescendantList>
  
  <DescendantList>
    <DescendantId> Henry Cooper          </DescendantId>
    <AncestorId>   I100                  </AncestorId>  
  </DescendantList>  
</DescendantLists>

Options

<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