* data/grampsxml.rng: Add callname.

* data/grampsxml.dtd: Add callname.


svn: r8526
This commit is contained in:
Alex Roitman
2007-06-01 08:53:50 +00:00
parent c82ddb3315
commit a3704f789a
3 changed files with 5 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ GENDER has values of M, F, or U.
-->
<!ELEMENT gender (#PCDATA)>
<!ELEMENT name (first?,last?,suffix?,patronymic?,title?,
<!ELEMENT name (first?,call?,last?,suffix?,patronymic?,title?,
(daterange|dateval|datestr)?,note?,sourceref*)>
<!ATTLIST name
alt (0|1) #IMPLIED
@@ -119,6 +119,7 @@ GENDER has values of M, F, or U.
>
<!ELEMENT first (#PCDATA)>
<!ELEMENT call (#PCDATA)>
<!ELEMENT last (#PCDATA)>
<!ATTLIST last
prefix CDATA #IMPLIED