The root element of GenXML |
<xs:element name="genxml"> <xs:annotation> <xs:documentation>The root element of GenXML</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="file"> <xs:complexType> <xs:sequence> <xs:element fixed="200" name="version" type="xs:int"/> <xs:element name="level" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="header"> <xs:complexType> <xs:sequence> <xs:element name="exportingsystem" type="xs:normalizedString"/> <xs:element name="version" type="xs:normalizedString"/> <xs:element name="exported" type="xs:dateTime"/> <xs:element minOccurs="0" name="language" type="xs:language"/> <xs:element minOccurs="0" name="owner"> <xs:complexType> <xs:sequence> <xs:element name="name" type="xs:normalizedString"/> <xs:element minOccurs="0" name="address" type="addressType"/> <xs:element minOccurs="0" name="phone" type="xs:normalizedString"/> <xs:element minOccurs="0" name="email" type="xs:normalizedString"/> <xs:element minOccurs="0" name="uri" type="xs:normalizedString"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element minOccurs="0" name="copyright" type="xs:normalizedString"/> <xs:element minOccurs="0" name="note" type="xs:string"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="repository"> <xs:complexType> <xs:sequence> <xs:element name="name" type="xs:normalizedString"/> <xs:element minOccurs="0" name="address" type="addressType"/> <xs:element minOccurs="0" name="email" type="xs:normalizedString"/> <xs:element minOccurs="0" name="uri" type="xs:anyURI"/> <xs:element minOccurs="0" name="note" type="stringlang"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="repositoryID" use="required"/> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="source"> <xs:complexType> <xs:sequence> <xs:element name="author" type="xs:normalizedString"/> <xs:element name="title" type="xs:normalizedString"/> <xs:element name="shorttitle" type="xs:normalizedString"/> <xs:element minOccurs="0" name="published" type="xs:normalizedString"/> <xs:choice minOccurs="0"> <xs:element name="isbn" type="xs:normalizedString"/> <xs:element name="issn" type="xs:normalizedString"/> </xs:choice> <xs:choice minOccurs="0"> <xs:element maxOccurs="unbounded" name="repositoryref"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="callnumber" type="xs:normalizedString"/> <xs:element minOccurs="0" name="note" type="stringlang"/> </xs:sequence> <xs:attribute name="ref" type="repositoryID" use="required"/> </xs:complexType> </xs:element> <xs:element name="sourceref" type="sourceID"/> </xs:choice> <xs:element minOccurs="0" name="text" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="unbounded" name="object" type="objectType"/> <xs:element minOccurs="0" name="note" type="stringlang"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="sourceID" use="required"/> <xs:attribute default="book" name="class" use="optional"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="series"/> <xs:enumeration value="book"/> <xs:enumeration value="issue"/> <xs:enumeration value="article"/> <xs:enumeration value="part"/> <xs:enumeration value="chapter"/> <xs:enumeration value="document"/> <xs:enumeration value="section"/> <xs:enumeration value="excerpt"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="kind" use="optional"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="original"/> <xs:enumeration value="reprint"/> <xs:enumeration value="copy"/> <xs:enumeration value="unknown"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute default="unknown" name="media" use="optional"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="audio"/> <xs:enumeration value="digital"/> <xs:enumeration value="fiche"/> <xs:enumeration value="handwritten"/> <xs:enumeration value="inscription"/> <xs:enumeration value="microfilm"/> <xs:enumeration value="photo"/> <xs:enumeration value="printed"/> <xs:enumeration value="video"/> <xs:enumeration value="other"/> <xs:enumeration value="unknown"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="excerpt"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="text" type="xs:string"/> <xs:element minOccurs="0" name="quality"> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="page" type="xs:normalizedString"/> <xs:element name="sourceref" type="sourceID"/> <xs:element minOccurs="0" name="note" type="stringlang"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="excerptID" use="required"/> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="eventtype"> <xs:complexType> <xs:sequence> <xs:element name="description" type="normstringlang"/> <xs:element minOccurs="0" default="EVEN" name="gedcomtag" type="xs:token"/> <xs:element minOccurs="0" name="roles" type="xs:unsignedInt"/> <xs:element minOccurs="0" name="note" type="stringlang"/> </xs:sequence> <xs:attribute name="id" type="eventtypeID" use="required"/> <xs:attribute name="class" use="required"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="annulment"/> <xs:enumeration value="baptism"/> <xs:enumeration value="birth"/> <xs:enumeration value="blessing"/> <xs:enumeration value="burial"/> <xs:enumeration value="census"/> <xs:enumeration value="confirmation"/> <xs:enumeration value="coronation"/> <xs:enumeration value="cremation"/> <xs:enumeration value="death"/> <xs:enumeration value="discharge"/> <xs:enumeration value="divorce"/> <xs:enumeration value="election"/> <xs:enumeration value="emigration"/> <xs:enumeration value="enlistment"/> <xs:enumeration value="graduation"/> <xs:enumeration value="health"/> <xs:enumeration value="immigration"/> <xs:enumeration value="internment"/> <xs:enumeration value="marriage"/> <xs:enumeration value="naturalization"/> <xs:enumeration value="ordination"/> <xs:enumeration value="residence"/> <xs:enumeration value="retirement"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="person"> <xs:complexType> <xs:sequence> <xs:element name="personalname" type="nameType"/> <xs:choice> <xs:element name="subpersons"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="2" name="personref" type="personID"/> <xs:element minOccurs="0" name="note" type="stringlang"/> </xs:sequence> <xs:attribute name="probability" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="excerptref" type="excerptID"/> <xs:element minOccurs="0" maxOccurs="unbounded" name="object" type="objectType"/> </xs:sequence> </xs:choice> <xs:element minOccurs="0" name="note" type="stringlang"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="personID" use="required"/> <xs:attribute name="sex" use="required"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="male"/> <xs:enumeration value="female"/> <xs:enumeration value="unknown"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="assertion"> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="alias"> <xs:complexType> <xs:sequence> <xs:element name="personalname" type="nameType"/> <xs:element name="personref" type="personrefType"/> <xs:element minOccurs="0" name="date" type="dateType"/> </xs:sequence> <xs:attribute name="negative" type="xs:boolean" use="optional"/> </xs:complexType> </xs:element> <xs:element name="relationship"> <xs:complexType> <xs:sequence> <xs:element name="relation"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="biological"/> <xs:enumeration value="adoptive"/> <xs:enumeration value="foster"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice> <xs:sequence> <xs:element name="father" type="personrefType"/> <xs:element minOccurs="0" maxOccurs="1" name="mother" type="personrefType"/> </xs:sequence> <xs:element name="mother" type="personrefType"/> <xs:element name="parent" type="personrefType"/> </xs:choice> <xs:element name="child" type="personrefType"/> </xs:sequence> <xs:attribute name="negative" type="xs:boolean" use="optional"/> </xs:complexType> </xs:element> <xs:element name="attribute"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="description" type="normstringlang"/> <xs:choice> <xs:sequence> <xs:element name="textclass"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="caste"/> <xs:enumeration value="education"/> <xs:enumeration value="email"/> <xs:enumeration value="idnumber"/> <xs:enumeration value="language"/> <xs:enumeration value="nationality"/> <xs:enumeration value="physical"/> <xs:enumeration value="property"/> <xs:enumeration value="religion"/> <xs:enumeration value="title"/> <xs:enumeration value="work"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="text" type="normstringlang"/> </xs:sequence> <xs:sequence> <xs:element name="numberclass"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="age"/> <xs:enumeration value="children"/> <xs:enumeration value="marriages"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="number" type="xs:int"/> <xs:element minOccurs="0" name="modifier"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="exact"/> <xs:enumeration value="greater"/> <xs:enumeration value="less"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> <xs:element name="flagclass"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ancestor"/> <xs:enumeration value="descendant"/> <xs:enumeration value="living"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:choice> <xs:element name="personref" type="personrefType"/> <xs:element minOccurs="0" name="date" type="dateType"/> <xs:element minOccurs="0" name="place" type="placeType"/> <xs:element minOccurs="0" name="address" type="addressType"/> </xs:sequence> <xs:attribute name="negative" type="xs:boolean" use="optional"/> </xs:complexType> </xs:element> <xs:element name="event"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="principal" type="personrefType"/> <xs:element minOccurs="0" maxOccurs="unbounded" name="subordinate" type="personrefroleType"/> <xs:element minOccurs="0" name="date" type="dateType"/> <xs:element minOccurs="0" name="place" type="placeType"/> <xs:element minOccurs="0" name="address" type="addressType"/> </xs:sequence> <xs:attribute name="type" type="eventtypeID" use="required"/> <xs:attribute name="negative" type="xs:boolean" use="optional"/> </xs:complexType> </xs:element> <xs:element name="info"> <xs:complexType> <xs:sequence> <xs:element name="text" type="stringlang"/> <xs:element maxOccurs="unbounded" name="personref" type="personrefType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:choice> <xs:element minOccurs="0" maxOccurs="unbounded" name="excerptref" type="excerptID"/> <xs:element minOccurs="2" maxOccurs="2" name="assertionref" type="assertionID"/> </xs:choice> <xs:element minOccurs="0" maxOccurs="unbounded" name="object"/> <xs:element minOccurs="0" name="note" type="stringlang"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="assertionID" use="required"/> <xs:attribute name="datatype" use="optional"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="public"/> <xs:enumeration value="family"/> <xs:enumeration value="immfamily"/> <xs:enumeration value="private"/> <xs:enumeration value="info"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="objective"> <xs:complexType> <xs:sequence> <xs:element name="title" type="xs:string"/> <xs:element name="problem" type="xs:string"/> <xs:element name="solution" type="xs:string"/> <xs:element minOccurs="0" name="priority"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="low"/> <xs:enumeration value="medium"/> <xs:enumeration value="high"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="created" type="xs:dateTime"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="objectiveID" use="required"/> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element minOccurs="0" maxOccurs="unbounded" name="task"> <xs:complexType> <xs:sequence> <xs:element name="title" type="xs:string"/> <xs:element name="problem" type="xs:string"/> <xs:element minOccurs="0" name="solution" type="xs:string"/> <xs:element minOccurs="0" name="objectiveref" type="objectiveID"/> <xs:element minOccurs="0" name="personref" type="personID"/> <xs:element minOccurs="0" name="sourceref" type="sourceID"/> <xs:element name="status"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="new"/> <xs:enumeration value="analysis"/> <xs:enumeration value="finished"/> <xs:enumeration value="updated"/> <xs:enumeration value="rejected"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="statusdate" type="xs:dateTime"/> <xs:element minOccurs="0" name="change" type="xs:dateTime"/> </xs:sequence> <xs:attribute name="id" type="taskID" use="required"/> <xs:attribute name="lang" type="xs:language" use="optional"/> </xs:complexType> </xs:element> <xs:element name="total"> <xs:complexType> <xs:sequence> <xs:element name="repositories" type="xs:int"/> <xs:element name="sources" type="xs:int"/> <xs:element name="excerpts" type="xs:int"/> <xs:element name="eventtypes" type="xs:int"/> <xs:element name="persons" type="xs:int"/> <xs:element name="assertions" type="xs:int"/> <xs:element name="objectives" type="xs:int"/> <xs:element name="tasks" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
|
200 |
|
2 |
|
ROOTSIII |
|
Unknown |
|
1991-03-06T00:00:00 |
|
born |
|
BIRT |
|
1 |
|
died |
|
DEAT |
|
1 |
|
baptised |
|
CHR |
|
1 |
|
buried |
|
BURI |
|
1 |
|
< description/> |
|
RESI |
|
1 |
|
married |
|
MARR |
|
2 |
|
John Quincy |
|
Adams |
|
1989-09-21T00:00:00 |
|
Louisa Catherine |
|
Johnson |
|
1980-01-00T00:00:00 |
|
John |
|
Adams |
|
1989-09-21T00:00:00 |
|
Abigail |
|
Smith |
|
1980-01-00T00:00:00 |
|
John |
|
Adams |
|
1980-01-00T00:00:00 |
|
Susanna |
|
Boylston |
|
1980-01-00T00:00:00 |
|
William |
|
Smith |
|
1980-01-00T00:00:00 |
|
Elizabeth |
|
Quincy |
|
1980-01-00T00:00:00 |
|
Joseph |
|
Adams |
|
1980-01-00T00:00:00 |
|
Hannah |
|
Bass |
|
1980-01-00T00:00:00 |
|
Peter |
|
Boylston |
|
1980-01-00T00:00:00 |
|
Ann |
|
White |
|
1980-01-00T00:00:00 |
|
William |
|
Smith |
|
1980-01-00T00:00:00 |
|
Abigail |
|
Fowle |
|
1980-01-00T00:00:00 |
|
John |
|
Quincy |
|
1980-01-00T00:00:00 |
|
Elizabeth |
|
Norton |
|
1980-01-00T00:00:00 |
|
Joseph |
|
Adams |
|
1980-01-00T00:00:00 |
|
Abigail |
|
Baxter |
|
1980-01-00T00:00:00 |
|
John |
|
Bass |
|
1980-01-00T00:00:00 |
|
Ruth |
|
Alden |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Boylston |
|
1980-01-00T00:00:00 |
|
Mary |
|
Gardner |
|
1980-01-00T00:00:00 |
|
Benjamin |
|
White |
|
1980-01-00T00:00:00 |
|
Susanna |
|
Cogswell |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Smith |
|
1980-01-00T00:00:00 |
|
Sarah |
|
Boylston |
|
1980-01-00T00:00:00 |
|
Isaac |
|
Fowle |
|
1980-01-00T00:00:00 |
|
Beriah |
|
Bright |
|
1980-01-00T00:00:00 |
|
Daniel |
|
Quincy |
|
1980-01-00T00:00:00 |
|
Anna |
|
Shepard |
|
1980-01-00T00:00:00 |
|
Moses |
|
Fiske |
|
1980-01-00T00:00:00 |
|
John |
|
Norton |
|
1980-01-00T00:00:00 |
|
Mary |
|
Mason |
|
1980-01-00T00:00:00 |
|
Henry |
|
Adams |
|
1980-01-00T00:00:00 |
|
Edith |
|
Squire |
|
1980-01-00T00:00:00 |
|
John |
|
Fussell |
|
1980-01-00T00:00:00 |
|
Gregory |
|
Baxter |
|
1980-01-00T00:00:00 |
|
Margaret |
|
Paddy |
|
1980-01-00T00:00:00 |
|
Samuel |
|
Bass |
|
1980-01-00T00:00:00 |
|
Ann |
|
Savell |
|
1980-01-00T00:00:00 |
|
John |
|
Alden |
|
1980-01-00T00:00:00 |
|
Priscilla |
|
Mullins |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Boylston |
|
1980-01-00T00:00:00 |
|
Sarah |
|
1980-01-00T00:00:00 |
|
John |
|
Chinery |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Gardner |
|
1980-01-00T00:00:00 |
|
Lucy |
|
Smith |
|
1980-01-00T00:00:00 |
|
John |
|
White |
|
1980-01-00T00:00:00 |
|
Frances |
|
Jackson |
|
1980-01-00T00:00:00 |
|
William |
|
Cogswell |
|
1980-01-00T00:00:00 |
|
Susanna |
|
Hawkes |
|
1980-01-00T00:00:00 |
|
George |
|
Fowle |
|
1980-01-00T00:00:00 |
|
Mary |
|
1980-01-00T00:00:00 |
|
Henry |
|
Bright |
|
1980-01-00T00:00:00 |
|
Anna |
|
Goldstone |
|
1980-01-00T00:00:00 |
|
Edmund |
|
Quincy |
|
1980-01-00T00:00:00 |
|
Joanna |
|
Hoar |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Shepard |
|
1980-01-00T00:00:00 |
|
Anna |
|
Tyng |
|
1980-01-00T00:00:00 |
|
William |
|
Norton |
|
1980-01-00T00:00:00 |
|
Lucy |
|
Downing |
|
1980-01-00T00:00:00 |
|
Arthur |
|
Mason |
|
1980-01-00T00:00:00 |
|
Joanna |
|
Parker |
|
1980-01-00T00:00:00 |
|
John |
|
Adams |
|
1980-01-00T00:00:00 |
|
Agnes |
|
Stone |
|
1980-01-00T00:00:00 |
|
Henry |
|
Squire |
|
1980-01-00T00:00:00 |
|
William |
|
Savil |
|
1980-01-00T00:00:00 |
|
William |
|
Mullins |
|
1980-01-00T00:00:00 |
|
Alice |
|
1980-01-00T00:00:00 |
|
Edward |
|
Boylston |
|
1980-01-00T00:00:00 |
|
Anne |
|
Bastain |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Gardner |
|
1980-01-00T00:00:00 |
|
John |
|
Cogswell |
|
1980-01-00T00:00:00 |
|
Elizabeth |
|
Thompson |
|
1980-01-00T00:00:00 |
|
Adam |
|
Hawkes |
|
1980-01-00T00:00:00 |
|
Ann |
|
1980-01-00T00:00:00 |
|
Henry |
|
Bright |
|
1980-01-00T00:00:00 |
|
Mary |
|
1980-01-00T00:00:00 |
|
Henry |
|
Goldstone |
|
1980-01-00T00:00:00 |
|
Anne |
|
1980-01-00T00:00:00 |
|
John |
|
George |
|
1980-01-00T00:00:00 |
|
Edmund |
|
Quincy |
|
1980-01-00T00:00:00 |
|
Judith |
|
Pares |
|
1980-01-00T00:00:00 |
|
Moses |
|
Paine |
|
1980-01-00T00:00:00 |
|
Robert |
|
Hull |
|
1980-01-00T00:00:00 |
|
Charles |
|
Hoar |
|
1980-01-00T00:00:00 |
|
Joanna |
|
Hincksman |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Shepard |
|
1980-01-00T00:00:00 |
|
Margaret |
|
Touteville |
|
1980-01-00T00:00:00 |
|
William |
|
Tyng |
|
1980-01-00T00:00:00 |
|
Elizabeth |
|
Coytmore |
|
1980-01-00T00:00:00 |
|
William |
|
Norton |
|
1980-01-00T00:00:00 |
|
Alice |
|
Bownest |
|
1980-01-00T00:00:00 |
|
Emanuel |
|
Downing |
|
1980-01-00T00:00:00 |
|
Lucy |
|
Winthrop |
|
1980-01-00T00:00:00 |
|
Nicholas |
|
Parker |
|
1980-01-00T00:00:00 |
|
Ann |
|
1980-01-00T00:00:00 |
|
Henry |
|
Adams |
|
1980-01-00T00:00:00 |
|
Rose |
|
1980-01-00T00:00:00 |
|
Henry |
|
Boylson |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Bastian |
|
1980-01-00T00:00:00 |
|
Sarah |
|
Wright |
|
1980-01-00T00:00:00 |
|
Edward |
|
Cogswell |
|
1980-01-00T00:00:00 |
|
Alice |
|
1980-01-00T00:00:00 |
|
William |
|
Thompson |
|
1980-01-00T00:00:00 |
|
Phyllis |
|
1980-01-00T00:00:00 |
|
John |
|
Hawke |
|
1980-01-00T00:00:00 |
|
John |
|
Adams |
|
1980-01-00T00:00:00 |
|
Robert |
|
Adams |
|
1980-01-00T00:00:00 |
|
Peter Boylston |
|
Adams |
|
1980-01-00T00:00:00 |
|
Elihu |
|
Adams |
|
1980-01-00T00:00:00 |
|
Mary |
|
Crosby |
|
1980-01-00T00:00:00 |
|
Thankful |
|
White |
|
1980-01-00T00:00:00 |
|
Abigail |
|
Adams |
|
1980-01-00T00:00:00 |
|
Susanna |
|
Adams |
|
1980-01-00T00:00:00 |
|
Charles |
|
Adams |
|
1980-01-00T00:00:00 |
|
Thomas Boylston |
|
Adams |
|
1980-01-00T00:00:00 |
|
Sarah |
|
Smith |
|
1980-01-00T00:00:00 |
|
Ann |
|
Harrod |
|
1980-01-00T00:00:00 |
|
William Stephens |
|
Smith |
|
1980-01-00T00:00:00 |
|
George Washington |
|
Adams |
|
1980-01-00T00:00:00 |
|
John |
|
Adams |
|
1980-01-00T00:00:00 |
|
Charles Francis |
|
Adams |
|
1980-01-00T00:00:00 |
|
Louise Catherine |
|
Adams |
|
1980-01-00T00:00:00 |
|
Mary Catherine |
|
Hellen |
|
1980-01-00T00:00:00 |
|
Abigail Brown |
|
Brooks |
|
1980-01-00T00:00:00 |
|
Rowland |
|
Coytmore |
|
1980-01-00T00:00:00 |
|
Katherine |
|
1980-01-00T00:00:00 |
|
William |
|
Coytmore |
|
1980-01-00T00:00:00 |
|
Jane |
|
Williams |
|
1980-01-00T00:00:00 |
|
William |
|
Williams |
|
1980-01-00T00:00:00 |
|
Dorothy |
|
Griffith |
|
1980-01-00T00:00:00 |
|
Sir William |
|
Griffith |
|
1989-09-21T00:00:00 |
|
Jane |
|
Stradling |
|
1980-01-00T00:00:00 |
|
Thomas |
|
Stradling |
|
1980-01-00T00:00:00 |
|
Janet |
|
Mathew |
|
1980-01-00T00:00:00 |
|
Sir Henry |
|
Stradling |
|
1989-09-21T00:00:00 |
|
Elizabeth |
|
Herbert |
|
1980-01-00T00:00:00 |
|
Dick |
|
Eastman |
|
1989-09-21T00:00:00 |
|
Sir Edward |
|
Stradling |
|
1989-09-21T00:00:00 |
|
Jane |
|
Beaufort |
|
1989-09-21T00:00:00 |
|
Henry |
|
Beaufort |
|
1980-01-00T00:00:00 |
|
Alice |
|
FitzAlan |
|
1980-01-00T00:00:00 |
|
John of_Gaunt Duke |
|
1980-01-00T00:00:00 |
|
Catherine |
|
de_Roet |
|
1980-01-00T00:00:00 |
|
King |
|
Edward III |
|
1989-09-21T00:00:00 |
|
Philippa of_Hainault |
|
1980-01-00T00:00:00 |
|
occupation |
|
work |
|
President |
|
P1 |
|
P1 |
|
1767-07-11 |
|
Braintree |
|
Mass |
|
P1 |
|
1848-02-23 |
|
Washington |
|
D.C. |
|
6th President of the United States Graduated Harvard 1787 |
|
P1 |
|
P2 |
|
1775-02-12 |
|
London |
|
England |
|
P2 |
|
1852-05-15 |
|
Washington |
|
D.C. |
|
occupation |
|
work |
|
President |
|
P3 |
|
P3 |
|
1735-10-19 |
|
Quincy |
|
Mass |
|
P3 |
|
1826-07-04 |
|
Weymouth |
|
Mass |
|
2nd President of the United States Graduated Harvard 1755 |
|
P3 |
|
P4 |
|
1744-11-23 |
|
Weymouth |
|
Mass |
|
P4 |
|
1818-10-28 |
|
Quincy |
|
Mass |
|
P5 |
|
1690/91-02-08 |
|
Braintree |
|
Mass |
|
P5 |
|
1761-05-25 |
|
Braintree |
|
Mass |
|
P6 |
|
1708/09-03-05 |
|
Brookline |
|
Mass |
|
P6 |
|
1797-04-17 |
|
Quincy |
|
Mass |
|
P7 |
|
1706/07-01-29 |
|
Charlestown |
|
Mass |
|
P7 |
|
1783-09-17 |
|
Weymouth |
|
Mass |
|
Graduated Harvard 1725 |
|
P7 |
|
P8 |
|
1721-12-17 |
|
Braintree |
|
Mass |
|
P8 |
|
1775-10-01 |
|
Weymouth |
|
Mass |
|
P9 |
|
1654-12-24 |
|
Braintree |
|
Mass |
|
P9 |
|
1736/37-02-12 |
|
Braintree |
|
Mass |
|
P10 |
|
1667-06-22 |
|
Braintree |
|
Mass |
|
P10 |
|
1705-10-24 |
|
Braintree |
|
Mass |
|
P11 |
|
1673-00-00 |
|
P11 |
|
1743-09-10 |
|
Brookline |
|
Mass |
|
P12 |
|
1685-07-04 |
|
Brookline |
|
Mass |
|
P12 |
|
1772-03-00 |
|
P13 |
|
1666/67-03-24 |
|
Charlestown |
|
Mass |
|
P13 |
|
1730-06-03 |
|
Charlestown |
|
Mass |
|
P14 |
|
1679-08-07 |
|
Charlestown |
|
Mass |
|
P14 |
|
1731-00-00 |
|
P15 |
|
1689-07-21 |
|
Boston |
|
Mass |
|
P15 |
|
1767-07-13 |
|
Braintree |
|
Mass |
|
Graduated Harvard 1708 |
|
P15 |
|
P16 |
|
1695/96-03-15 |
|
Hingham |
|
Mass |
|
P17 |
|
1625/26-02-09 |
|
Kingweston |
|
Somerset |
|
England |
|
P17 |
|
1694-12-06 |
|
Braintree |
|
Mass |
|
P18 |
|
1634-09-00 |
|
Roxbury |
|
Mass |
|
P18 |
|
1692-08-27 |
|
Braintree |
|
Mass |
|
P19 |
|
1630-09-18 |
|
Saffron Walden |
|
Essex |
|
England |
|
P19 |
|
1716-09-12 |
|
Braintree |
|
Mass |
|
P20 |
|
1640-00-00 |
|
P20 |
|
1674-10-12 |
|
Braintree |
|
Mass |
|
P21 |
|
1644/45-01-26 |
|
Watertown |
|
Mass |
|
P21 |
|
1695-00-00 |
|
P22 |
|
1648-04-09 |
|
Roxbury |
|
Mass |
|
P22 |
|
1722-07-08 |
|
Brookline |
|
Mass |
|
P23 |
|
1626-00-00 |
|
P23 |
|
1722/23-01-09 |
|
Brookline |
|
Mass |
|
P24 |
|
1657/58-01-05 |
|
Ipswich |
|
Mass |
|
P24 |
|
1701-00-00 |
|
P25 |
|
1689/90-02-14 |
|
Charlestown |
|
Mass |
|
P26 |
|
1642-09-30 |
|
Watertown |
|
Mass |
|
P26 |
|
1711-08-08 |
|
Charlestown |
|
Mass |
|
P27 |
|
1648-00-00 |
|
P27 |
|
1718-10-15 |
|
Charlestown |
|
Mass |
|
P28 |
|
1649-09-22 |
|
Watertown |
|
Mass |
|
P28 |
|
1734-10-07 |
|
Charlestown |
|
Mass |
|
P29 |
|
1650/51-02-07 |
|
Braintree |
|
Mass |
|
P29 |
|
1690-08-10 |
|
Boston |
|
Mass |
|
P30 |
|
1663-09-08 |
|
Charlestown |
|
Mass |
|
P30 |
|
1708-07-24 |
|
Braintree |
|
Mass |
|
P32 |
|
1651-00-00 |
|
P32 |
|
1716-10-03 |
|
Hingham |
|
Mass |
|
Graduated Harvard 1671 |
|
P32 |
|
P33 |
|
1740-06-00 |
|
Braintree |
|
Mass |
|
P34 |
|
1582/83-01-21 |
|
Barton St. David |
|
Somerset |
|
England |
|
P34 |
|
1646-10-06 |
|
Braintree |
|
Mass |
|
P35 |
|
1587-05-29 |
|
Charlton Mackrel |
|
Somerset |
|
England |
|
P35 |
|
1672/73-01-21 |
|
Medfield |
|
Mass |
|
P37 |
|
1659-06-21 |
|
Braintree |
|
Mass |
|
P38 |
|
1661/62-02-13 |
|
Braintree |
|
Mass |
|
P39 |
|
1694-12-30 |
|
Braintree |
|
Mass |
|
P40 |
|
1601-04-26 |
|
Saffron Walden |
|
Essex |
|
England |
|
P40 |
|
1693-09-05 |
|
Braintree |
|
Mass |
|
Name spelled Savell or Savil |
|
P40 |
|
P41 |
|
1687-09-12 |
|
Roxbury |
|
Mass |
|
Of Mayflower fame. Possibly baptised New Windsor, Berkshire, England 6 June1602 |
|
P41 |
|
P42 |
|
1680-00-00 |
|
Of Mayflower fame. |
|
P42 |
|
P43 |
|
1614/15-02-12 |
|
St. Dionis Backc |
|
London |
|
England |
|
P43 |
|
1652/53-00-00 |
|
Watertown |
|
Mass |
|
P44 |
|
1704-09-14 |
|
Watertown |
|
Mass |
|
P46 |
|
1689-07-15 |
|
Roxbury |
|
Mass |
|
P47 |
|
1687-11-04 |
|
Roxbury |
|
P48 |
|
1691-04-15 |
|
Brookline |
|
Mass |
|
P49 |
|
1695/96-02-26 |
|
Brookline |
|
Mass |
|
P50 |
|
1618/19-03-00 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
P50 |
|
1700-12-15 |
|
Ipswich |
|
Mass |
|
P51 |
|
1633-08-13 |
|
Charlestown |
|
Mass |
|
P51 |
|
1696-00-00 |
|
P52 |
|
1609/10-01-27 |
|
Wittersham |
|
Kent |
|
England |
|
P52 |
|
1682-09-19 |
|
Charlestown |
|
Mass |
|
P53 |
|
1613-00-00 |
|
P53 |
|
1676/77-02-15 |
|
Charlestown |
|
Mass |
|
P54 |
|
1602-12-29 |
|
St James |
|
Bury S |
|
Suffolk |
|
England |
|
P54 |
|
1686-10-09 |
|
Watertown |
|
Mass |
|
P55 |
|
1615-05-16 |
|
Wickham Skeith |
|
Suffolk |
|
England |
|
P56 |
|
1627/28-03-15 |
|
Achurch |
|
Northamptonshire |
|
England |
|
P56 |
|
1697/98-01-07 |
|
Braintree |
|
Mass |
|
P57 |
|
1624-06-00 |
|
St Michael's |
|
Gloucester |
|
England |
|
P57 |
|
1680-05-16 |
|
Braintree |
|
Mass |
|
P58 |
|
1635-04-05 |
|
London |
|
England |
|
P58 |
|
1677-12-22 |
|
Charlestown |
|
Mass |
|
Graduated Harvard 1653 |
|
P58 |
|
P59 |
|
1639/40-01-06 |
|
Boston |
|
Mass |
|
P59 |
|
1709-08-05 |
|
Milton |
|
Mass |
|
P60 |
|
1694-04-30 |
|
Ipswich |
|
Mass |
|
P61 |
|
1697/98-02-05 |
|
Ipswich |
|
Mass |
|
P62 |
|
1630-00-00 |
|
P62 |
|
1707/08-03-04 |
|
Boston |
|
Mass |
|
P63 |
|
1635-06-01 |
|
Boston |
|
Mass |
|
P63 |
|
1704/05-01-02 |
|
Boston |
|
Mass |
|
P64 |
|
1555-00-00 |
|
Barton St. David |
|
Somerset |
|
England |
|
P64 |
|
1604-00-00 |
|
Barton St. David |
|
Somerset |
|
England |
|
P65 |
|
1615/16-01-15 |
|
Barton St. David |
|
Somerset |
|
England |
|
P66 |
|
1563-00-00 |
|
Charlton Mackrel |
|
Somerset |
|
England |
|
of Saffron Walden |
|
P67 |
|
P68 |
|
1620-00-00 |
|
Plymouth |
|
Mass |
|
Mayflower passenger |
|
P68 |
|
P69 |
|
1620/21-00-00 |
|
Plymouth |
|
Mass |
|
Mayflower passenger Died in the first winter |
|
P69 |
|
P70 |
|
1625-08-22 |
|
St Dionis Backch |
|
London |
|
England |
|
Pewterer |
|
P70 |
|
P71 |
|
1595-00-00 |
|
P71 |
|
1621-05-11 |
|
St Dionis Backch |
|
London |
|
England |
|
P72 |
|
1638-11-00 |
|
Roxbury |
|
Mass |
|
P73 |
|
1592-00-00 |
|
P73 |
|
1669-11-29 |
|
Ipswich |
|
Mass |
|
P74 |
|
1676-06-02 |
|
Ipswich |
|
Mass |
|
P75 |
|
1604/05-01-26 |
|
Hingham |
|
Norfolk |
|
England |
|
P75 |
|
1671/72-03-13 |
|
Lynn |
|
Mass |
|
P76 |
|
1595-00-00 |
|
P76 |
|
1669-12-04 |
|
Lynn |
|
Mass |
|
Was the Widow Hutchinson at time of marriage to Adam Hawkes |
|
P76 |
|
P77 |
|
1560-09-20 |
|
St James |
|
Bury St. Edmunds |
|
Suffolk |
|
England |
|
P77 |
|
1608/09-00-00 |
|
P78 |
|
1618-00-00 |
|
P79 |
|
1591-07-17 |
|
Wickham Skeith |
|
Suffolk |
|
England |
|
P79 |
|
1638-07-25 |
|
Watertown |
|
Mass |
|
P80 |
|
1591-00-00 |
|
P80 |
|
1670-04-26 |
|
Watertown |
|
Mass |
|
P82 |
|
1602-05-30 |
|
Lilford |
|
Northamptonshire |
|
England |
|
P82 |
|
1637-00-00 |
|
P83 |
|
Bythorne |
|
Huntingdonshire |
|
England |
|
P83 |
|
1654-03-29 |
|
Boston |
|
Mass |
|
P86 |
|
1637/38-00-00 |
|
P87 |
|
1661-12-21 |
|
Braintree |
|
Mass |
|
P88 |
|
1605-11-05 |
|
Towcester |
|
Northamptonshire |
|
England |
|
P88 |
|
1649-08-25 |
|
Cambridge |
|
Mass |
|
P89 |
|
1606-08-03 |
|
Humanby |
|
Yorkshire |
|
England |
|
P89 |
|
1635/36-02-00 |
|
Cambridge |
|
Mass |
|
Name spelled Touteville, Stouteville, Estouteville |
|
P89 |
|
P90 |
|
1605-00-00 |
|
P90 |
|
1652/53-01-18 |
|
Braintree |
|
Mass |
|
P91 |
|
1617-00-00 |
|
Died between Jan 1642/3 and Jan 1648/9 |
|
P91 |
|
P92 |
|
1575-00-00 |
|
P93 |
|
Buckland |
|
hertfordshire |
|
England |
|
name spelled Bownest or Bonus |
|
P93 |
|
P94 |
|
1585-08-12 |
|
St. Lawrence |
|
Ipswich |
|
Suffolk |
|
England |
|
P94 |
|
1660-00-00 |
|
Mass |
|
P95 |
|
1600/01-01-09 |
|
Groton |
|
Suffolk |
|
England |
|
P95 |
|
1679-04-19 |
|
London |
|
England |
|
Sister of Gov. John Winthrop of Massachusetts Bay Colony. |
|
P95 |
|
P96 |
|
1655-00-00 |
|
Lived in Roxbury and Boston |
|
P96 |
|
P98 |
|
1531-00-00 |
|
Barton St. David |
|
Somerset |
|
England |
|
P98 |
|
1596-00-00 |
|
Barton St. David |
|
Somerset |
|
England |
|
P99 |
|
1598-09-20 |
|
Barton St. David |
|
Somerset |
|
England |
|
P100 |
|
1592-00-00 |
|
Newton Solney |
|
Derbyshire |
|
England |
|
Name spelled Boylson or Boylston |
|
P100 |
|
P101 |
|
1597-00-00 |
|
Citizen of London, England |
|
P101 |
|
P102 |
|
1560-02-14 |
|
St Andrew Unders |
|
London |
|
England |
|
P102 |
|
1607-11-03 |
|
P103 |
|
1614/15-00-00 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
P104 |
|
1615-00-00 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
P105 |
|
1622/23-00-00 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
Rector of Wilstbury Leigh, Wiltshire after 1603 |
|
P105 |
|
P106 |
|
1608-07-19 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
Lived in Hingham, Norfolk, England |
|
P107 |
|
Mentioned in Muster Roll of 1539 |
|
P108 |
|
P109 |
|
1557-00-00 |
|
Somerset |
|
England |
|
P110 |
|
1737/38-00-00 |
|
P110 |
|
1823-00-00 |
|
of Braintree |
|
P110 |
|
P111 |
|
1740/41-00-00 |
|
P111 |
|
1776-00-00 |
|
of Randolph, Mass. |
|
P111 |
|
P114 |
|
1765-00-00 |
|
P114 |
|
1813-00-00 |
|
P115 |
|
1768-00-00 |
|
P115 |
|
1770-00-00 |
|
P116 |
|
1770-00-00 |
|
P116 |
|
1800-00-00 |
|
P117 |
|
1772-00-00 |
|
P117 |
|
1832-00-00 |
|
Chief Justice of Massachusetts |
|
P117 |
|
P118 |
|
1769-00-00 |
|
P118 |
|
1828-00-00 |
|
P119 |
|
1774-00-00 |
|
P119 |
|
1846-00-00 |
|
P120 |
|
1755-00-00 |
|
P120 |
|
1816-00-00 |
|
P121 |
|
1801-00-00 |
|
P121 |
|
1829-00-00 |
|
P122 |
|
1803-00-00 |
|
P122 |
|
1834-00-00 |
|
P123 |
|
1807-00-00 |
|
P123 |
|
1886-00-00 |
|
P124 |
|
1811-00-00 |
|
P124 |
|
1812-00-00 |
|
P125 |
|
1806-00-00 |
|
P125 |
|
1870-00-00 |
|
P126 |
|
1808-00-00 |
|
P126 |
|
1889-00-00 |
|
Widow of a Mr. Gray, lived in Mass. |
|
P128 |
|
occupation |
|
work |
|
Forum Manager |
|
P139 |
|
P139 |
|
CompuServe |
|
Genealogy Forum |
|
Illegitimate daughter of Henry Beaufort and Alice FitzAlan |
|
P141 |
|
Duke of Lancaster |
|
P144 |
|
occupation |
|
work |
|
King of England |
|
P146 |
|
P146 |
|
1377-00-00 |
|
King of England |
|
P146 |
|
biological |
|
P1 |
|
P2 |
|
P121 |
|
biological |
|
P1 |
|
P2 |
|
P122 |
|
biological |
|
P1 |
|
P2 |
|
P123 |
|
biological |
|
P1 |
|
P2 |
|
P124 |
|
P1 |
|
P2 |
|
1797-07-26 |
|
London |
|
England |
|
biological |
|
P3 |
|
P4 |
|
P1 |
|
biological |
|
P3 |
|
P4 |
|
P114 |
|
biological |
|
P3 |
|
P4 |
|
P115 |
|
biological |
|
P3 |
|
P4 |
|
P116 |
|
biological |
|
P3 |
|
P4 |
|
P117 |
|
P3 |
|
P4 |
|
1764-10-25 |
|
biological |
|
P5 |
|
P6 |
|
P3 |
|
biological |
|
P5 |
|
P6 |
|
P110 |
|
biological |
|
P5 |
|
P6 |
|
P111 |
|
P5 |
|
P6 |
|
1734-11-23 |
|
Brookline |
|
Mass |
|
biological |
|
P7 |
|
P8 |
|
P4 |
|
P7 |
|
P8 |
|
1740-10-16 |
|
Braintree |
|
Mass |
|
biological |
|
P9 |
|
P10 |
|
P5 |
|
P9 |
|
P10 |
|
1688-00-00 |
|
Mass |
|
biological |
|
P11 |
|
P12 |
|
P6 |
|
P11 |
|
P12 |
|
1704-00-00 |
|
biological |
|
P13 |
|
P14 |
|
P7 |
|
P13 |
|
P14 |
|
biological |
|
P15 |
|
P16 |
|
P8 |
|
P15 |
|
P16 |
|
1715-10-06 |
|
Hingham |
|
Mass |
|
biological |
|
P17 |
|
P18 |
|
P9 |
|
P17 |
|
P18 |
|
1650-11-02 |
|
Braintree |
|
Mass |
|
biological |
|
P19 |
|
P20 |
|
P10 |
|
P19 |
|
P20 |
|
1657/58-02-03 |
|
Braintree |
|
Mass |
|
biological |
|
P21 |
|
P22 |
|
P11 |
|
P21 |
|
P22 |
|
1665-12-13 |
|
Charlestown |
|
Mass |
|
biological |
|
P23 |
|
P24 |
|
P12 |
|
P23 |
|
P24 |
|
1680/81-01-21 |
|
Ipswich |
|
Mass |
|
biological |
|
P25 |
|
P26 |
|
P13 |
|
P25 |
|
P26 |
|
1663-00-00 |
|
biological |
|
P27 |
|
P28 |
|
P14 |
|
P27 |
|
P28 |
|
1671-11-30 |
|
Charlestown |
|
Mass |
|
biological |
|
P29 |
|
P30 |
|
P15 |
|
P29 |
|
P30 |
|
1682-11-09 |
|
Boston |
|
Mass |
|
P31 |
|
P30 |
|
biological |
|
P32 |
|
P33 |
|
P16 |
|
P32 |
|
P33 |
|
1678-11-29 |
|
Boston |
|
Mass |
|
biological |
|
P34 |
|
P35 |
|
P17 |
|
P34 |
|
P35 |
|
1609-10-19 |
|
Charlton Mackrel |
|
Somerset |
|
England |
|
biological |
|
P37 |
|
P38 |
|
P18 |
|
P37 |
|
P38 |
|
1632-00-00 |
|
biological |
|
P39 |
|
P40 |
|
P19 |
|
P39 |
|
P40 |
|
1625-04-25 |
|
Saffron Walden |
|
Essex |
|
England |
|
biological |
|
P41 |
|
P42 |
|
P20 |
|
P41 |
|
P42 |
|
1624-00-00 |
|
Plymouth |
|
Mass |
|
biological |
|
P43 |
|
P44 |
|
P21 |
|
biological |
|
P43 |
|
P44 |
|
P26 |
|
P43 |
|
P44 |
|
1639-00-00 |
|
biological |
|
P46 |
|
P47 |
|
P22 |
|
P46 |
|
P47 |
|
1641-07-04 |
|
Charlestown |
|
Mass |
|
biological |
|
P48 |
|
P49 |
|
P23 |
|
P48 |
|
P49 |
|
1640-04-10 |
|
Brookline |
|
Mass |
|
biological |
|
P50 |
|
P51 |
|
P24 |
|
P50 |
|
P51 |
|
1649-00-00 |
|
biological |
|
P52 |
|
P53 |
|
P27 |
|
P52 |
|
P53 |
|
1634-00-00 |
|
biological |
|
P54 |
|
P55 |
|
P28 |
|
P54 |
|
P55 |
|
1634-00-00 |
|
biological |
|
P56 |
|
P57 |
|
P29 |
|
P56 |
|
P57 |
|
1648-07-26 |
|
Braintree |
|
Mass |
|
biological |
|
P58 |
|
P59 |
|
P30 |
|
P58 |
|
P59 |
|
1656-11-03 |
|
Charlestown |
|
Mass |
|
biological |
|
P60 |
|
P61 |
|
P32 |
|
P60 |
|
P61 |
|
1649-00-00 |
|
biological |
|
P62 |
|
P63 |
|
P33 |
|
P62 |
|
P63 |
|
1655-07-05 |
|
Boston |
|
Mass |
|
biological |
|
P64 |
|
P65 |
|
P34 |
|
P64 |
|
P65 |
|
1576-00-00 |
|
biological |
|
P66 |
|
P35 |
|
P66 |
|
1586-00-00 |
|
biological |
|
P70 |
|
P71 |
|
P43 |
|
P70 |
|
P71 |
|
1613-00-00 |
|
biological |
|
P73 |
|
P74 |
|
P50 |
|
P73 |
|
P74 |
|
1615-09-10 |
|
Westbury Leigh |
|
Wiltshire |
|
England |
|
biological |
|
P82 |
|
P83 |
|
P56 |
|
P82 |
|
P83 |
|
1623-07-14 |
|
Lilford |
|
Northamptonshire |
|
England |
|
biological |
|
P88 |
|
P89 |
|
P58 |
|
P88 |
|
P89 |
|
1632-00-00 |
|
biological |
|
P90 |
|
P91 |
|
P59 |
|
P90 |
|
P91 |
|
1636-00-00 |
|
biological |
|
P92 |
|
P93 |
|
P60 |
|
P92 |
|
P93 |
|
1575-00-00 |
|
biological |
|
P94 |
|
P95 |
|
P61 |
|
P94 |
|
P95 |
|
1622-04-10 |
|
Groton |
|
Suffolk |
|
England |
|
biological |
|
P96 |
|
P97 |
|
P63 |
|
P96 |
|
P97 |
|
1629-00-00 |
|
biological |
|
P101 |
|
P102 |
|
P71 |
|
P101 |
|
P102 |
|
1588-11-30 |
|
St Andrew Unders |
|
London |
|
England |
|
biological |
|
P67 |
|
P40 |
|
biological |
|
P68 |
|
P69 |
|
P42 |
|
biological |
|
P72 |
|
P46 |
|
biological |
|
P75 |
|
P76 |
|
P51 |
|
biological |
|
P77 |
|
P78 |
|
P54 |
|
biological |
|
P79 |
|
P80 |
|
P55 |
|
biological |
|
P86 |
|
P87 |
|
P57 |
|
biological |
|
P98 |
|
P99 |
|
P64 |
|
biological |
|
P100 |
|
P70 |
|
biological |
|
P103 |
|
P104 |
|
P73 |
|
biological |
|
P105 |
|
P106 |
|
P74 |
|
biological |
|
P107 |
|
P75 |
|
biological |
|
P127 |
|
P128 |
|
P91 |
|
biological |
|
P108 |
|
P98 |
|
biological |
|
P109 |
|
P108 |
|
biological |
|
P129 |
|
P130 |
|
P127 |
|
biological |
|
P131 |
|
P132 |
|
P130 |
|
biological |
|
P133 |
|
P134 |
|
P132 |
|
biological |
|
P135 |
|
P136 |
|
P134 |
|
biological |
|
P137 |
|
P138 |
|
P135 |
|
biological |
|
P140 |
|
P141 |
|
P137 |
|
biological |
|
P142 |
|
P143 |
|
P141 |
|
biological |
|
P144 |
|
P145 |
|
P142 |
|
biological |
|
P146 |
|
P147 |
|
P144 |
|
0 |
|
0 |
|
0 |
|
6 |
|
147 |
|
344 |
|
0 |
|
0 |