DisplayProperties (XML)
A set of display properties for the convenience of quick display, such as for
a Web-based application. All display properties are provided in the default locale for the current
application context and are NOT considered canonical for the purposes of data exchange.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/DisplayProperties |
Extends: | ExtensibleData |
Properties
Name |
Type |
Description |
|
ascendancyNumber |
string
|
The context-specific ascendancy number for the person in relation to the other persons in the request. The ancestry number is defined using the Ahnentafel numbering system. |
|
birthDate |
string
|
The displayable label for the birth date of the person. |
|
birthPlace |
string
|
The displayable label for the birth place of the person. |
|
deathDate |
string
|
The displayable label for the death date of the person. |
|
deathPlace |
string
|
The displayable label for the death place of the person. |
|
descendancyNumber |
string
|
The context-specific descendancy number for the person in relation to the other persons in the request. The descendancy number is defined using the d'Aboville numbering system. |
|
familyAsChild |
list of
FamilyView
|
The family views where this person is a child |
|
familyAsParent |
list of
FamilyView
|
The family views where this person is a parent |
|
gender |
string
|
The displayable label for the gender of the person. |
|
lifespan |
string
|
The displayable label for the lifespan of the person. |
|
marriageDate |
string
|
The displayable label for the marriage date of the person. |
|
marriagePlace |
string
|
The displayable label for the marriage place of the person. |
|
name |
string
|
The displayable name of the person. |
|
relationshipDescription |
string
|
The context-specific relationship description for the person in relation to the root person in the request. |
|
role |
string
|
The role of this person in the current display context. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<d----- id="..." xmlns="http://gedcomx.org/v1/">
<ascendancyNumber>...</ascendancyNumber>
<birthDate>...</birthDate>
<birthPlace>...</birthPlace>
<deathDate>...</deathDate>
<deathPlace>...</deathPlace>
<descendancyNumber>...</descendancyNumber>
<familyAsChild>
<parent1 resource="..." resourceId="..."/>
<parent2 resource="..." resourceId="..."/>
<child resource="..." resourceId="..."/>
<link/>
</familyAsChild>
<familyAsParent>
<parent1 resource="..." resourceId="..."/>
<parent2 resource="..." resourceId="..."/>
<child resource="..." resourceId="..."/>
<link/>
</familyAsParent>
<gender>...</gender>
<lifespan>...</lifespan>
<marriageDate>...</marriageDate>
<marriagePlace>...</marriagePlace>
<name>...</name>
<relationshipDescription>...</relationshipDescription>
<role>...</role>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</d----->