|
Genealogy data repository.
  Home | Search | Lists | Stats | Help |
|
GEDXchange This document outlines the table data structure [GEDXchange DB ver 1.4] of the genealogy database of this site and the XML [GEDXchange XML ver 1.1 and 1.2] structure used for data exchange. GEDXchange XML The purpose of GEDXchange XML is to create a simple straight forward way of sharing information of genealogy data. GEDXchange XML is an open and free format with no royalties needed for those that produce or read data through this format. The format standard is maintained and owned by Gibson Digital Enterprises. There are two formats featuring the same elements/tags: 'Individual Report' and 'Tree Report' Example of the current XML structure with XML Individual Report tags format:
<xml>
<GEDXCHANGE>
<VERSION>1.1</VERSION>
<TYPE>Individual Report</TYPE>
</GEDXCHANGE>
<PERSON>
<NAME>James P. Gibson</NAME>
<SEX>M</SEX>
<BIRTH>
<DATE>30 Aug 1915</DATE>
<STATE>KY</STATE>
<CITY>Marion</CITY>
</BIRTH>
<FATHER>Michael J. Gibson</FATHER>
<MOTHER>Sarah Louella [Gibson] Belt</MOTHER>
<DEATH>
<DATE>31 May 1989</DATE>
<STATE>KY</STATE>
<CITY>Lola</CITY>
</DEATH>
<CEMETERY>
<NAME>Lola Cemetery</NAME>
<CITY>Lola</CITY>
<STATE>KY</STATE>
<PLOT>5B</PLOT>
</CEMETERY>
<NOTE>Died in Lola. Buried in Lola KY.</NOTE>
</PERSON>
</xml>
Elements for 1.1
* required Elements
Element xml contains elements:
GEDXCHANGE *
PERSON *
EVENT
Element GEDEXCHANGE contains elements:
VERSION *
TYPE *
NOTE
Element PERSON contains elements:
NAME *
ALIAS
TITLE
SEX
BIRTH
DEATH
FATHER
MOTHER
HUSBAND
PARTNER
WIFE
CHILD
SIBLING
RELIGON
CEMETERY
NOTE
EVENT [and sub elements added 1.0]
MILITARY [added 1.1] [expanded 1.2]
BAPTISM [added 1.1] [expanded 1.2]
Element BIRTH contains elements:
DATE
STATE
COUNTY
CITY
PLACE
Element DEATH contains elements:
DATE
STATE
COUNTY
CITY
PLACE
Element CEMETERY contains elements:
NAME
CITY
STATE
PLOT
Element EVENT contains elements:
BAPTISM
DEGREE
DIVORCE
MARRIAGE
MILITARY
Element MILITARY contains elements:
BRANCH
ENLISTDATE
|