OrdinanceRollup (XML)
A genealogical conclusion.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/OrdinanceRollup |
Extends: | Conclusion |
Properties
Name |
Type |
Description |
|
type |
string
|
Gets the type of ordinance |
|
rollupStatus |
string
|
Get the rollupStatus of this ordinance |
|
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
<ordinanceRollup confidence="..." xml:lang="..." rollupStatus="..." sortKey="..." type="..." xmlns="http://familysearch.org/v1/">
<attribution xmlns="http://gedcomx.org/v1/">
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<source description="..." descriptionId="..." xmlns="http://gedcomx.org/v1/">
<attribution/>
<qualifier/>
</source>
<analysis resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/"/>
<note xml:lang="..." xmlns="http://gedcomx.org/v1/">
<subject>...</subject>
<text>...</text>
<attribution/>
</note>
<link xmlns="http://gedcomx.org/v1/"/>
</ordinanceRollup>