5264: DTD syntax and RNG validation, again remove xml and make coords strings

svn: r18231
This commit is contained in:
Michiel Nauta 2011-10-01 19:57:33 +00:00
parent 0a3bda7c82
commit 306f153a2c
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
# Gramps - a GTK+/GNOME based genealogy program # Gramps - a GTK+/GNOME based genealogy program
# #

View File

@ -449,8 +449,8 @@
<ref name="primary-object"/> <ref name="primary-object"/>
<optional><element name="ptitle"><text/></element></optional> <optional><element name="ptitle"><text/></element></optional>
<optional><element name="coord"> <optional><element name="coord">
<attribute name="long"><data type="float"/></attribute> <attribute name="long"><text/></attribute>
<attribute name="lat"><data type="float"/></attribute> <attribute name="lat"><text/></attribute>
</element></optional> </element></optional>
<zeroOrMore><element name="location"> <zeroOrMore><element name="location">
<optional><attribute name="street"><text/></attribute></optional> <optional><attribute name="street"><text/></attribute></optional>