Atom (XML)
The Atom data formats provide a format for web content and metadata syndication. The XML media type is defined by RFC 4287. The JSON data format is specific to GEDCOM X and is a translation to JSON from the XML.
| Data Format: | application/atom+xml |
|---|---|
| Root Element: | Feed |
| Version: | 1.0 |
Data Types
Example
<feed base="..." xml:lang="..." xmlns="http://www.w3.org/2005/Atom">
<author>
<name>...</name>
<uri>...</uri>
<email>...</email>
<extension1>...</extension1>
<extension2>...</extension2>
</author>
<contributor>
<name>...</name>
<uri>...</uri>
<email>...</email>
<extension1>...</extension1>
<extension2>...</extension2>
</contributor>
<generator base="..." xml:lang="..." uri="..." version="...">...</generator>
<icon>...</icon>
<id>...</id>
<results xmlns="http://gedcomx.org/v1/">...</results>
<index xmlns="http://gedcomx.org/v1/">...</index>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
<logo>...</logo>
<rights>...</rights>
<subtitle>...</subtitle>
<title>...</title>
<updated>...</updated>
<entry>
<author>
<name>...</name>
<uri>...</uri>
<email>...</email>
</author>
<category label="..." scheme="..." term="..."/>
<confidence xmlns="http://gedcomx.org/v1/">4</confidence>
<content type="...">
<gedcomx xmlns="http://gedcomx.org/v1/"/>
</content>
<contributor>
<name>...</name>
<uri>...</uri>
<email>...</email>
</contributor>
<id>...</id>
<link accept="..." allow="..." count="..." href="..." hreflang="..." offset="..." rel="..." results="..." template="..." title="..." type="..."/>
<published>...</published>
<rights>...</rights>
<score xmlns="http://gedcomx.org/v1/">...</score>
<title>...</title>
<updated>...</updated>
<extension1>...</extension1>
<extension2>...</extension2>
</entry>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</feed>