8683: fix duplicate <name> element on pre-1.7.0 XML version

XML: use <pname> tag into place hierarchy instead of duplicate <name>
This commit is contained in:
Jérôme Rapinat
2015-07-05 11:09:19 +02:00
parent 223d41a99d
commit 444c8f95e1
6 changed files with 1347 additions and 1347 deletions

View File

@@ -248,7 +248,7 @@ PLACES
<!ELEMENT places (placeobj)*>
<!ELEMENT placeobj (ptitle?, name+, code?, coord?, placeref*, location*,
<!ELEMENT placeobj (ptitle?, pname+, code?, coord?, placeref*, location*,
objref*, url*, noteref*, citationref*, tagref*)>
<!ATTLIST placeobj
id CDATA #IMPLIED
@@ -258,10 +258,9 @@ PLACES
type CDATA #REQUIRED
>
<!ELEMENT pname (daterange|datespan|dateval|datestr)?>
<!ELEMENT name (daterange|datespan|dateval|datestr)?>
<!ATTLIST name
<!ATTLIST pname
lang CDATA #IMPLIED
value CDATA #REQUIRED
>