* doc/grampsxml.dtd: Fix order, add missing contents.

svn: r5290
This commit is contained in:
Alex Roitman 2005-10-07 16:28:10 +00:00
parent d44d8c8277
commit 8fa8bb103b
2 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,6 @@
2005-10-07 Alex Roitman <shura@gramps-project.org>
* doc/grampsxml.dtd: Fix order, add missing contents.
2005-10-07 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/plugins/TestcaseGenerator.py: Feed in more data

View File

@ -92,8 +92,8 @@ PEOPLE
>
<!ELEMENT person (gender, name*, nick?, event*, lds_ord*,
objref*, url*, childof*, address*, parentin*,
sourceref?, attribute*, note?)>
objref*, address*, attribute*, url*,
childof*, parentin*, note?, sourceref*)>
<!ATTLIST person
id CDATA #REQUIRED
handle ID #REQUIRED
@ -158,7 +158,7 @@ FAMILY
<!ELEMENT families (family)*>
<!ELEMENT family (father?,mother?,event*,lds_ord*,
objref*,child*,attribute*,note?)>
objref*,child*,attribute*,note?,sourceref*)>
<!ATTLIST family
id CDATA #REQUIRED
handle ID #REQUIRED
@ -323,5 +323,14 @@ EVENT
description CDATA #IMPLIED
>
<!ELEMENT objref (attribute)*>
<!ATTLIST objref hlink IDREF #REQUIRED>
<!ELEMENT objref (attribute*,sourceref*,note?)>
<!ATTLIST objref
hlink IDREF #REQUIRED
priv (0|1) #IMPLIED
>
<!ELEMENT data_item EMPTY>
<!ATTLIST data_item
key CDATA #REQUIRED
value CDATA #REQUIRED
>