File tree Expand file tree Collapse file tree 4 files changed +57
-8
lines changed Expand file tree Collapse file tree 4 files changed +57
-8
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ include "db52itsxi.rnc"
319319 db.guisubmenu = notAllowed
320320 db.hardware = notAllowed
321321 # db.holder = notAllowed
322- db.honorific = notAllowed
322+ # db.honorific = notAllowed
323323 # db.imagedata = notAllowed
324324 # db.imageobject = notAllowed
325325 db.imageobjectco = notAllowed
@@ -349,7 +349,7 @@ include "db52itsxi.rnc"
349349 db.label = notAllowed
350350 # db.legalnotice = notAllowed
351351 db.lhs = notAllowed
352- db.lineage = notAllowed
352+ # db.lineage = notAllowed
353353 db.lineannotation = notAllowed
354354 # db.link = notAllowed
355355 # db.listitem = notAllowed
@@ -1448,11 +1448,17 @@ include "db52itsxi.rnc"
14481448 ## The personal name of an individual
14491449 element personname {
14501450 db.personname.attlist,
1451- (db.honorific
1452- | db.firstname
1453- | db.surname
1454- | db.lineage
1455- | db.othername)+
1451+ ( (db.honorific
1452+ | db.firstname
1453+ | db.surname
1454+ | db.lineage
1455+ | db.othername)+
1456+ | (db.honorific
1457+ | db.givenname
1458+ | db.surname
1459+ | db.lineage
1460+ | db.othername)+
1461+ )
14561462 }
14571463 db.person.author.contentmodel =
14581464 db.personname,
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <?xml-model href =" geekodoc-v2-flat.rnc" type =" application/relax-ng-compact-syntax" ?>
3+ <article xmlns =" http://docbook.org/ns/docbook" version =" 5.2" >
4+ <title >Good names</title >
5+ <info >
6+ <author >
7+ <personname >
8+ <firstname >Tux</firstname >
9+ <givenname >Tix</givenname >
10+ <surname >Penguin</surname >
11+ </personname >
12+ </author >
13+ <author >
14+ <personname >
15+ <givenname >Geeko</givenname >
16+ <givenname >Gecko</givenname >
17+ <surname >Chamaeleon</surname >
18+ </personname >
19+ </author >
20+ </info >
21+ <para />
22+ </article >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <?xml-model href =" geekodoc-v2-flat.rnc" type =" application/relax-ng-compact-syntax" ?>
3+ <article xmlns =" http://docbook.org/ns/docbook" version =" 5.2" >
4+ <title >Good names</title >
5+ <info >
6+ <author >
7+ <personname >
8+ <firstname >Tux</firstname >
9+ <surname >Penguin</surname >
10+ </personname >
11+ </author >
12+ <author >
13+ <personname >
14+ <givenname >Geeko</givenname >
15+ <givenname >Gecko</givenname >
16+ <surname >Chamaeleon</surname >
17+ <lineage >Jr.</lineage >
18+ </personname >
19+ </author >
20+ </info >
21+ <para />
22+ </article >
You can’t perform that action at this time.
0 commit comments