Person (XML)
A person.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/Person |
Extends: | Subject |
Properties
Name |
Type |
Description |
|
private |
boolean
|
Whether this person has been designated for limited distribution or display. |
|
living |
boolean
|
Living status of the person as treated by the system. The value of this property is intended
to be based on a system-specific calculation and therefore has limited portability. Conclusions
about the living status of a person can be modeled with a fact. |
FTR
|
gender |
Gender
|
The gender conclusion for the person. |
|
name |
list of
Name
|
The name conclusions for the person. |
|
fact |
list of
Fact
|
The fact conclusions for the person. |
|
display |
DisplayProperties
|
Display properties for the person. Display properties are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
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
<person confidence="..." extracted="..." xml:lang="..." private="..." sortKey="..." xmlns="http://gedcomx.org/v1/">
<living>...</living>
<gender confidence="..." xml:lang="..." sortKey="..." type="...">
<attribution/>
<source/>
<analysis/>
<note/>
</gender>
<name confidence="..." xml:lang="..." sortKey="..." type="...">
<preferred>...</preferred>
<date confidence="...">
<original>...</original>
<formal>...</formal>
<normalized/>
</date>
<nameForm xml:lang="...">
<fullText>...</fullText>
<part/>
</nameForm>
<attribution/>
<source/>
<analysis/>
<note/>
</name>
<fact confidence="..." xml:lang="..." sortKey="..." type="...">
<date confidence="...">
<original>...</original>
<formal>...</formal>
<normalized/>
</date>
<place confidence="..." description="...">
<original>...</original>
<normalized/>
</place>
<value>...</value>
<qualifier name="...">...</qualifier>
<attribution/>
<source/>
<analysis/>
<note/>
</fact>
<display id="...">
<ascendancyNumber>...</ascendancyNumber>
<birthDate>...</birthDate>
<birthPlace>...</birthPlace>
<deathDate>...</deathDate>
<deathPlace>...</deathPlace>
<descendancyNumber>...</descendancyNumber>
<familyAsChild>
<parent1/>
<parent2/>
<child/>
</familyAsChild>
<familyAsParent>
<parent1/>
<parent2/>
<child/>
</familyAsParent>
<gender>...</gender>
<lifespan>...</lifespan>
<marriageDate>...</marriageDate>
<marriagePlace>...</marriagePlace>
<name>...</name>
<relationshipDescription>...</relationshipDescription>
<role>...</role>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</display>
<evidence resource="..." resourceId="...">
<attribution/>
</evidence>
<media description="..." descriptionId="...">
<attribution/>
<qualifier/>
</media>
<identifier type="...">...</identifier>
<attribution/>
<source/>
<analysis/>
<note/>
</person>