Conclusion (XML)
A genealogical conclusion.
Properties
Name |
Type |
Description |
|
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
<c----- confidence="..." id="..." xml:lang="..." sortKey="..." xmlns="http://gedcomx.org/v1/">
<attribution id="...">
<contributor resource="..." resourceId="..."/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator resource="..." resourceId="..."/>
<created>...</created>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</attribution>
<source description="..." descriptionId="...">
<attribution>
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<qualifier name="...">...</qualifier>
<link/>
</source>
<analysis resource="..." resourceId="..."/>
<note xml:lang="...">
<subject>...</subject>
<text>...</text>
<attribution>
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<link/>
</note>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</c----->