Add "note" to acceptable target types in schemafiles

svn: r18030
This commit is contained in:
Michiel Nauta 2011-08-11 20:11:03 +00:00
parent be5cd168a7
commit 606a712cbf
2 changed files with 3 additions and 1 deletions

View File

@ -365,7 +365,8 @@ BOOKMARKS
<!ELEMENT bookmarks (bookmark)*>
<!ELEMENT bookmark EMPTY>
<!ATTLIST bookmark
target (person|family|event|source|place|media|repository) #REQUIRED
target (person|family|event|source|place|media|repository|
note) #REQUIRED
hlink IDREF #REQUIRED
>

View File

@ -520,6 +520,7 @@
<value>place</value>
<value>media</value>
<value>repository</value>
<value>note</value>
</choice></attribute>
<attribute name="hlink"><data type="IDREF"/></attribute>
</define>