* example/gramps/data.gramps: Update example data to conform with

the format changes and the DTD.
* doc/grampsxml.dtd, doc/grampsxml.rng: Update.


svn: r5313
This commit is contained in:
Alex Roitman
2005-10-13 20:02:48 +00:00
parent e9b39cf952
commit 9307f2221a
4 changed files with 942 additions and 710 deletions

View File

@@ -285,7 +285,7 @@ SHARED ELEMENTS
<!ELEMENT attribute (sourceref*,note?)>
<!ATTLIST attribute
priv CDATA #IMPLIED
priv (0|1) #IMPLIED
type CDATA #REQUIRED
value CDATA #REQUIRED
>
@@ -334,3 +334,22 @@ EVENT
key CDATA #REQUIRED
value CDATA #REQUIRED
>
<!ELEMENT lds_ord (temple?,place?,status?,sealed_to?,note?,sourceref*)>
<!ATTLIST lds_ord
type CDATA #REQUIRED
>
<!ELEMENt temple #EMPTY>
<!ATTLIST temple
val CDATA #REQUIRED
>
<!ELEMENt status #EMPTY>
<!ATTLIST status
val CDATA #REQUIRED
>
<!ELEMENt sealed_to #EMPTY>
<!ATTLIST sealed_to
hlink IDREF #REQUIRED
>