SourceReference (XML)

An attributable reference to a description of a source.

Namespace:http://gedcomx.org/v1/
URI:http://gedcomx.org/v1/SourceReference
Extends:HypermediaEnabledData

Properties

Name Type Description
description string A reference to a description of the source being referenced.
descriptionId string Id of the source being referenced.
attribution Attribution The attribution metadata for this source reference.
qualifier list of Qualifier The qualifiers associated with this source 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

<sourceReference description="..." descriptionId="..." id="..." 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>
  <qualifier name="...">...</qualifier>
  <link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
  <extension1 xmlns="">...</extension1>
  <extension2 xmlns="">...</extension2>
</sourceReference>

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.