DiscussionReference (XML)
A data type that supports hypermedia controls (i.e. links).
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/DiscussionReference |
Extends: | HypermediaEnabledData |
Properties
Name |
Type |
Description |
|
resource |
anyURI
|
The URI to the resource. For more information, see Architecture of the World
Wide Web, Volume One, Section 2 |
|
resourceId |
string
|
The id of the discussion being referenced. |
FTR
|
attribution |
Attribution
|
The attribution metadata for this discussion 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
<discussion-reference id="..." resource="..." resourceId="..." xmlns="http://familysearch.org/v1/">
<attribution id="...">
<contributor resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/"/>
<modified xmlns="http://gedcomx.org/v1/">...</modified>
<changeMessage xmlns="http://gedcomx.org/v1/">...</changeMessage>
<changeMessageResource xmlns="http://gedcomx.org/v1/">...</changeMessageResource>
<creator resource="..." resourceId="..." xmlns="http://gedcomx.org/v1/"/>
<created xmlns="http://gedcomx.org/v1/">...</created>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</attribution>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..." xmlns="http://gedcomx.org/v1/"/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</discussion-reference>