Ordinance (XML)
A genealogical conclusion.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/Ordinance |
Extends: | Conclusion |
Properties
Name |
Type |
Description |
|
sexType |
string
|
Gets the sex type for this principal person in the ordinance |
|
type |
string
|
Gets the type of ordinance |
|
status |
string
|
Get the status of this ordinance |
|
statusReason |
list of
string
|
Additional information regarding the ordinance status. |
|
actions |
OrdinanceActions
|
User specific actions for this ordinance |
|
person |
ResourceReference
|
Get the principal person associated with the ordinance |
|
participant |
list of
OrdinanceParticipant
|
The participants for this ordinance. |
|
reservation |
OrdinanceReservation
|
Reservation for this ordinance |
|
secondaryReservation |
OrdinanceReservation
|
Secondary reservation for this ordinance |
|
callerReservation |
OrdinanceReservation
|
Caller reservation for this ordinance |
|
templeCode |
string
|
The code for the temple at which the ordinance was performed. |
|
completeDate |
Date
|
The complete date of this ordinance. |
|
fullName |
string
|
The full name of the person, generally in the native name form. |
|
completionDate |
dateTime
|
Deprecated: The completion date 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
<ordinance confidence="..." xml:lang="..." sexType="..." sortKey="..." status="..." type="..." xmlns="http://familysearch.org/v1/">
<statusReason>...</statusReason>
<actions printable="..." reservable="..." shareable="..." unReservable="..." unShareable="..."/>
<person resource="..." resourceId="..."/>
<participant roleType="..." sexType="...">
<fullName>...</fullName>
<participant resource="..." resourceId="..."/>
</participant>
<reservation assigneeType="..." claimType="...">
<expirationDate>...</expirationDate>
<owner resource="..." resourceId="..."/>
<reserveDate>...</reserveDate>
<updateDate>...</updateDate>
</reservation>
<secondaryReservation assigneeType="..." claimType="...">
<expirationDate>...</expirationDate>
<owner resource="..." resourceId="..."/>
<reserveDate>...</reserveDate>
<updateDate>...</updateDate>
</secondaryReservation>
<callerReservation assigneeType="..." claimType="...">
<expirationDate>...</expirationDate>
<owner resource="..." resourceId="..."/>
<reserveDate>...</reserveDate>
<updateDate>...</updateDate>
</callerReservation>
<templeCode>...</templeCode>
<completeDate confidence="..." id="...">
<original xmlns="http://gedcomx.org/v1/">...</original>
<formal xmlns="http://gedcomx.org/v1/">...</formal>
<normalized xml:lang="..." xmlns="http://gedcomx.org/v1/">...</normalized>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</completeDate>
<fullName>...</fullName>
<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/"/>
</ordinance>