Note (XML)

A note about a genealogical resource (e.g. conclusion or source).

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

Properties

Name Type Description
lang string The language of the note. See http://www.w3.org/International/articles/language-tags/ FTU
subject string The subject of the note. This is a short title describing the contents of the note text.
text string The text of the note.
attribution Attribution Attribution metadata for a note.
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

<note id="..." xml:lang="..." xmlns="http://gedcomx.org/v1/">
  <subject>...</subject>
  <text>...</text>
  <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>
</note>

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.