Content (XML)
Namespace: | http://www.w3.org/2005/Atom |
URI: | http://www.w3.org/2005/AtomContent |
Properties
Name |
Type |
Description |
|
type |
string
|
The type of the content. |
|
gedcomx |
Gedcomx
|
The genealogical data associated with this entry. |
|
Example
<c----- type="..." xmlns="http://www.w3.org/2005/Atom">
<gedcomx xml:lang="..." xmlns="http://gedcomx.org/v1/">
<attribution>
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<person private="...">
<living>...</living>
<gender/>
<name/>
<fact/>
<display/>
</person>
<relationship type="...">
<person1/>
<person2/>
<fact/>
</relationship>
<sourceDescription about="..." xml:lang="..." mediaType="..." resourceType="..." version="...">
<citation/>
<mediator/>
<publisher/>
<authors>...</authors>
<source/>
<analysis/>
<componentOf/>
<title/>
<note/>
<attribution/>
<identifier/>
<rights>...</rights>
<replacedBy>...</replacedBy>
<replaces>...</replaces>
<status>...</status>
</sourceDescription>
<agent>
<account/>
<address/>
<email/>
<homepage/>
<identifier/>
<name/>
<openid/>
<person/>
<phone/>
</agent>
<event type="...">
<date/>
<place/>
<role/>
</event>
<place type="...">
<name/>
<temporalDescription/>
<latitude>...</latitude>
<longitude>...</longitude>
<spatialDescription/>
<place/>
<jurisdiction/>
<display/>
</place>
<document extracted="..." textType="..." type="...">
<text>...</text>
</document>
<link/>
</gedcomx>
</c----->