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:
Alex Roitman 2007-06-01 05:58:50 +00:00
parent ce8b5eb286
commit 82937b22e8
3 changed files with 14 additions and 2 deletions

View File

@ -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> 2007-05-31 Don Allingham <don@gramps-project.org>
* configure.in: update to 2.2.9 * configure.in: update to 2.2.9
* src/plugins/WriteFtree.py (get_name): fix typo * src/plugins/WriteFtree.py (get_name): fix typo

View File

@ -4,7 +4,7 @@
# Gramps - a GTK+/GNOME based genealogy program # Gramps - a GTK+/GNOME based genealogy program
# #
# Copyright (C) 2001 Graham J. Williams # 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 # 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 # 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)?)> <!ELEMENT sourceref (spage?,scomments?,stext?,(daterange|dateval|datestr)?)>
<!ATTLIST sourceref <!ATTLIST sourceref
hlink IDREF #REQUIRED hlink IDREF #REQUIRED
priv (0|1) #IMPLIED
conf CDATA #IMPLIED conf CDATA #IMPLIED
> >
@ -420,6 +421,7 @@ SHARED ELEMENTS
<!ELEMENT lds_ord ((daterange|dateval|datestr)?,temple?,place?,status?, <!ELEMENT lds_ord ((daterange|dateval|datestr)?,temple?,place?,status?,
sealed_to?,note?,sourceref*)> sealed_to?,note?,sourceref*)>
<!ATTLIST lds_ord <!ATTLIST lds_ord
priv (0|1) #IMPLIED
type CDATA #REQUIRED type CDATA #REQUIRED
> >

View File

@ -3,7 +3,7 @@
<!-- <!--
# Gramps - a GTK+/GNOME based genealogy program # 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 # 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 # it under the terms of the GNU General Public License as published by
@ -461,6 +461,9 @@
<define name="sourceref-content"> <define name="sourceref-content">
<attribute name="hlink"><data type="IDREF"/></attribute> <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><attribute name="conf"><text/></attribute></optional>
<optional><element name="spage"><text/></element></optional> <optional><element name="spage"><text/></element></optional>
<optional><element name="scomments"><text/></element></optional> <optional><element name="scomments"><text/></element></optional>
@ -538,6 +541,9 @@
</define> </define>
<define name="lds-content"> <define name="lds-content">
<optional><attribute name="priv">
<ref name="priv-content"/>
</attribute></optional>
<attribute name="type"><text/></attribute> <attribute name="type"><text/></attribute>
<optional><ref name="date-content"/></optional> <optional><ref name="date-content"/></optional>
<optional><element name="temple"> <optional><element name="temple">