Name (XML)
A name conclusion.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/Name |
Extends: | Conclusion |
Properties
Name |
Type |
Description |
|
type |
string
|
The type of the name. |
|
preferred |
boolean
|
Whether the conclusion is preferred above other conclusions of the same type. Useful, for example, for display purposes. |
|
date |
Date
|
The date the name was first applied or adopted. |
FTU
|
nameForm |
list of
NameForm
|
Alternate forms of the name, such as the romanized form of a non-latin name. |
|
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
<name confidence="..." xml:lang="..." sortKey="..." type="..." xmlns="http://gedcomx.org/v1/">
<preferred>...</preferred>
<date confidence="..." id="...">
<original>...</original>
<formal>...</formal>
<normalized xml:lang="...">...</normalized>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</date>
<nameForm id="..." xml:lang="...">
<fullText>...</fullText>
<part type="..." value="...">
<qualifier/>
</part>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</nameForm>
<attribution>
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<source description="..." descriptionId="...">
<attribution/>
<qualifier/>
</source>
<analysis resource="..." resourceId="..."/>
<note xml:lang="...">
<subject>...</subject>
<text>...</text>
<attribution/>
</note>
<link/>
</name>