Add "note" to acceptable target types in schemafiles
svn: r18030
This commit is contained in:
parent
be5cd168a7
commit
606a712cbf
@ -365,7 +365,8 @@ BOOKMARKS
|
|||||||
<!ELEMENT bookmarks (bookmark)*>
|
<!ELEMENT bookmarks (bookmark)*>
|
||||||
<!ELEMENT bookmark EMPTY>
|
<!ELEMENT bookmark EMPTY>
|
||||||
<!ATTLIST bookmark
|
<!ATTLIST bookmark
|
||||||
target (person|family|event|source|place|media|repository) #REQUIRED
|
target (person|family|event|source|place|media|repository|
|
||||||
|
note) #REQUIRED
|
||||||
hlink IDREF #REQUIRED
|
hlink IDREF #REQUIRED
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -520,6 +520,7 @@
|
|||||||
<value>place</value>
|
<value>place</value>
|
||||||
<value>media</value>
|
<value>media</value>
|
||||||
<value>repository</value>
|
<value>repository</value>
|
||||||
|
<value>note</value>
|
||||||
</choice></attribute>
|
</choice></attribute>
|
||||||
<attribute name="hlink"><data type="IDREF"/></attribute>
|
<attribute name="hlink"><data type="IDREF"/></attribute>
|
||||||
</define>
|
</define>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user