Update
svn: r5308
This commit is contained in:
parent
8c069a57ca
commit
c81b8ca0b3
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
<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>
|
||||
<element name="database">
|
||||
@ -40,15 +40,21 @@
|
||||
<attribute name="date"><data type="date"/></attribute>
|
||||
<attribute name="version"><text/></attribute>
|
||||
</element>
|
||||
<optional><element name="researcher">
|
||||
<optional>
|
||||
<element name="researcher">
|
||||
<ref name="researcher-content"/>
|
||||
</element></optional>
|
||||
</element>
|
||||
</optional>
|
||||
</element>
|
||||
|
||||
<optional>
|
||||
<element name="people">
|
||||
<optional><attribute name="default"><text/></attribute></optional>
|
||||
<optional><attribute name="home"><data type="ID"/></attribute></optional>
|
||||
<optional>
|
||||
<attribute name="default"><text/></attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="home"><data type="ID"/></attribute>
|
||||
</optional>
|
||||
<zeroOrMore>
|
||||
<element name="person">
|
||||
<ref name="person-content"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user