2007-05-31 Alex Roitman <shura@gramps-project.org>
* data/grampsxml.rng: Add privacy for sourceref and lds_ord. * data/grampsxml.dtd: Add privacy for sourceref and lds_ord. svn: r8523
This commit is contained in:
parent
ce8b5eb286
commit
82937b22e8
@ -1,3 +1,7 @@
|
||||
2007-05-31 Alex Roitman <shura@gramps-project.org>
|
||||
* data/grampsxml.rng: Add privacy for sourceref and lds_ord.
|
||||
* data/grampsxml.dtd: Add privacy for sourceref and lds_ord.
|
||||
|
||||
2007-05-31 Don Allingham <don@gramps-project.org>
|
||||
* configure.in: update to 2.2.9
|
||||
* src/plugins/WriteFtree.py (get_name): fix typo
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2001 Graham J. Williams
|
||||
# Copyright (C) 2000-2006 Donald N. Allingham
|
||||
# Copyright (C) 2000-2007 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -355,6 +355,7 @@ SHARED ELEMENTS
|
||||
<!ELEMENT sourceref (spage?,scomments?,stext?,(daterange|dateval|datestr)?)>
|
||||
<!ATTLIST sourceref
|
||||
hlink IDREF #REQUIRED
|
||||
priv (0|1) #IMPLIED
|
||||
conf CDATA #IMPLIED
|
||||
>
|
||||
|
||||
@ -420,6 +421,7 @@ SHARED ELEMENTS
|
||||
<!ELEMENT lds_ord ((daterange|dateval|datestr)?,temple?,place?,status?,
|
||||
sealed_to?,note?,sourceref*)>
|
||||
<!ATTLIST lds_ord
|
||||
priv (0|1) #IMPLIED
|
||||
type CDATA #REQUIRED
|
||||
>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!--
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2005-2006 Donald N. Allingham
|
||||
# Copyright (C) 2005-2007 Donald N. Allingham
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -461,6 +461,9 @@
|
||||
|
||||
<define name="sourceref-content">
|
||||
<attribute name="hlink"><data type="IDREF"/></attribute>
|
||||
<optional><attribute name="priv">
|
||||
<ref name="priv-content"/>
|
||||
</attribute></optional>
|
||||
<optional><attribute name="conf"><text/></attribute></optional>
|
||||
<optional><element name="spage"><text/></element></optional>
|
||||
<optional><element name="scomments"><text/></element></optional>
|
||||
@ -538,6 +541,9 @@
|
||||
</define>
|
||||
|
||||
<define name="lds-content">
|
||||
<optional><attribute name="priv">
|
||||
<ref name="priv-content"/>
|
||||
</attribute></optional>
|
||||
<attribute name="type"><text/></attribute>
|
||||
<optional><ref name="date-content"/></optional>
|
||||
<optional><element name="temple">
|
||||
|
Loading…
Reference in New Issue
Block a user