2007-11-30 Alex Roitman <shura@gramps-project.org>

* data/grampsxml.dtd: Add region to objref.
	* data/grampsxml.rng: Add region to objref.



svn: r9436
This commit is contained in:
Alex Roitman
2007-12-01 05:06:07 +00:00
parent d1b65054a9
commit f92211cd7b
3 changed files with 24 additions and 1 deletions

View File

@@ -555,6 +555,9 @@
<optional><attribute name="priv">
<ref name="priv-content"/>
</attribute></optional>
<optional><element name="region">
<ref name="region-content"/>
</element></optional>
<zeroOrMore><element name="attribute">
<ref name="attribute-content"/>
</element></zeroOrMore>
@@ -593,4 +596,12 @@
</element></zeroOrMore>
</define>
<define name="region-content">
<attribute name="corner1_x"><data type="integer"/></attribute>
<attribute name="corner1_y"><data type="integer"/></attribute>
<attribute name="corner2_x"><data type="integer"/></attribute>
<attribute name="corner2_y"><data type="integer"/></attribute>
<text/>
</define>
</grammar>