SourceCitation (XML)
Represents a source citation.
Properties
Name |
Type |
Description |
|
lang |
string
|
The language of the citation. See http://www.w3.org/International/articles/language-tags/ |
|
citationTemplate |
ResourceReference
|
A reference to the citation template for this citation. |
FTU
|
field |
list of
CitationField
|
The list of citation fields. |
FTU
|
value |
string
|
A rendering (as a string) of a source citation. This rendering should be the most complete rendering available. |
|
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
<s----- id="..." xml:lang="..." xmlns="http://gedcomx.org/v1/">
<citationTemplate resource="..." resourceId="..."/>
<field name="...">...</field>
<value>...</value>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</s----->