EvidenceReference (XML)
A reference to a resource that is being used as evidence.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/EvidenceReference |
Extends: | HypermediaEnabledData |
Properties
Name |
Type |
Description |
|
resource |
anyURI
|
The URI to the resource being referenced as evidence. |
|
resourceId |
string
|
The resource id of the resource being referenced. Used as an extension attribute when resolving the resource is inconvenient. |
|
attribution |
Attribution
|
Attribution metadata for this evidence reference. |
|
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
<evidenceReference id="..." resource="..." resourceId="..." 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>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</evidenceReference>