Update
svn: r5308
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
|
<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
|
||||||
ns="http://gramps-project.org/" xmlns="http://relaxng.org/ns/structure/1.0">
|
ns="http://gramps-project.org/" xmlns="http://relaxng.org/ns/structure/1.0">
|
||||||
|
|
||||||
<start>
|
<start>
|
||||||
<element name="database">
|
<element name="database">
|
||||||
@@ -40,15 +40,21 @@
|
|||||||
<attribute name="date"><data type="date"/></attribute>
|
<attribute name="date"><data type="date"/></attribute>
|
||||||
<attribute name="version"><text/></attribute>
|
<attribute name="version"><text/></attribute>
|
||||||
</element>
|
</element>
|
||||||
<optional><element name="researcher">
|
<optional>
|
||||||
|
<element name="researcher">
|
||||||
<ref name="researcher-content"/>
|
<ref name="researcher-content"/>
|
||||||
</element></optional>
|
</element>
|
||||||
|
</optional>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<optional>
|
<optional>
|
||||||
<element name="people">
|
<element name="people">
|
||||||
<optional><attribute name="default"><text/></attribute></optional>
|
<optional>
|
||||||
<optional><attribute name="home"><data type="ID"/></attribute></optional>
|
<attribute name="default"><text/></attribute>
|
||||||
|
</optional>
|
||||||
|
<optional>
|
||||||
|
<attribute name="home"><data type="ID"/></attribute>
|
||||||
|
</optional>
|
||||||
<zeroOrMore>
|
<zeroOrMore>
|
||||||
<element name="person">
|
<element name="person">
|
||||||
<ref name="person-content"/>
|
<ref name="person-content"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user