Attribution (XML)
Attribution for genealogical information. Attribution is used to model who is contributing/modifying
information, when they contributed it, and why they are making the
contribution/modification.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/Attribution |
Extends: | ExtensibleData |
Properties
Name |
Type |
Description |
|
contributor |
ResourceReference
|
Reference to the contributor of the attributed data. |
FTR
|
modified |
dateTime
|
The modified timestamp for the attributed data. |
FTR
|
changeMessage |
string
|
The "change message" for the attributed data provided by the contributor. |
|
changeMessageResource |
string
|
A reference to the change message for the attributed data provided by the contributor. |
|
creator |
ResourceReference
|
Reference to the creator of the attributed data. The creator might be different from the contributor
if the attributed data has been modified since it was created. |
FTR
|
created |
dateTime
|
The created timestamp for the attributed data. |
FTR
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<attribution id="..." xmlns="http://gedcomx.org/v1/">
<contributor resource="..." resourceId="..."/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator resource="..." resourceId="..."/>
<created>...</created>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</attribution>