DemoList your siteSupportBugs reportContact

Variable structures

These structures are lists of variables. Each structure is used as a part of different kinds of arrays. A person structure for example can contain the data of a main person, but also the data of a husband, wife, father, mother or child which is linked to this main person in a subarray.

Association structure

aid – associated person id (string)
atid – associated person tree id (integer)
begi – birth date (string)
begi_year – birth year (integer)
chan – change date (string)
end – death date (string)
end_year – death year (integer)
givn – given names (string)
living – living or not (binary)
rela – kind of association (string)
spfx – surname prefix (string)
surn – surname (string)
url – url of the person’s page (string)

Citatation structure

abbr – abbreviation of the source title (string)
cid – citation id (string)
cit – citation text (string)
ctid – citation tree id (integer)
lid – linked record id (string)
ltid – linked record tree id (integer)
page – citation page number (string)
quay – citation quality (integer)
sid – source id (string)
stid – source tree id (integer)
url – url of the source’s page (string)

Comment structure

cmid – comment id (integer)
date – comment date (string)
edit – can this comment be edited by the current user? (binary)
lid – linked record id (string)
ltid – linked record tree id (integer)
name – author’s name (string)
text – comment text (string)
uid – author’s user id (integer)

Event structure

date – event date (string)
datec – event date in yyyy-mm-dd format (string)
eid – event id (string)
etid – event tree id (integer)
living – living or not (binary)
plac – event place (string)
type – event type (string)
url – url of the event’s page (string)
value – event value

Family structure

begi – marriage date (string)
begi_plac – marriage place (string)
begi_year – marriage year (integer)
fid – family id (string)
ftid – family tree id (integer)

Linked structure

lid – linked record id (string)
ltid – linked record tree id (integer)
living – living or not (binary)
record – linked record type: ‘event’, ‘fam’, ‘note’, ‘media’, ‘person’, ‘repository’ or ‘source’ (string)
[event structure]
[family structure]
husb.[person.structure]
wife.[person structure]
[note structure]
[object structure]
[person structure]
[repository structure]
[source structure]

Note structure

chan – change date
living – living or not (binary)
nid – note id (string)
ntid – note tree id (integer)
text – note text (string)
titl – abbreviation of the note text (string)
url – url of the note’s page (string)

Object structure

chan – change date (string)
file – path of intern file or url of extern file (string)
living – living or not (binary)
oid – object id (string)
otid – object tree id (integer)
src – url of intern file (string)
th – url of thumbnail (string)
titl – title of object (string)
type – type of file (string)
url – url of the object’s page (string)

Person structure

ancestors – url of this person’s ancestors overview (string)
begi – birth date (string)
begi_plac – birth place (string)
begi_year – birth year (integer)
chan – change date (string)
descendants – url of this person’s descendants overview (string)
end – death date (string)
end_plac – death place (string)
end_year – death year (integer)
famc – is this person a child in a family? (binary)
fams – is this person a spouse in a family? (binary)
genealogy – url of this person’s male or female lines only descendants overview (string)
givn – given names (string)
iid – person id (string)
itid – person tree id (integer)
living – living or not (binary)
nick – nickname (string)
npfx – name prefix (string)
nsfx – name suffix (string)
pedigree – url of this person’s pedigree (string)
sex – gender as ‘M’, ‘F’ or ‘N’ (string)
spfx – surname prefix (string)
surn – surname (string)
url – url of the person’s page (string)

Repository structure

addr – repository’s address (string)
chan – change date (string)
name – repository’s name(string)
rid – repository id (string)
rtid – repository tree id (string)
url – url of the repository’s page (string)

Source structure

abbr – abbreviation of the source title (string)
caln – call number (string)
chan – change date (string)
medi – medium type (string)
sid – source id (string)
stid – source tree id (string)
url – url of the source’s page (string)

Comments are closed.

© 2009