]> granicus.if.org Git - docbook-dsssl/commitdiff
Added rowheader attribute to table/informaltable
authorNorman Walsh <ndw@nwalsh.com>
Wed, 5 Jan 2005 12:23:00 +0000 (12:23 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 5 Jan 2005 12:23:00 +0000 (12:23 +0000)
docbook/relaxng/src/calstbl.rnc

index 4a91a65eb612127ea4c422f9091dcc53de8b815c..94c3bbba421ef29b2311d1a483182969efec3e4c 100644 (file)
@@ -379,6 +379,7 @@ div {
     & db.rowsep.attribute?
     & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }?
     & attribute pgwide { "0" | "1" }?
+    & attribute rowheader { "firstcol" | "norowheader" }?
 
    db.cals.table.info = db._info.title.onlyreq
 
@@ -411,6 +412,7 @@ div {
     & db.rowsep.attribute?
     & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }?
     & attribute pgwide { "0" | "1" }?
+    & attribute rowheader { "firstcol" | "norowheader" }?
 
    db.cals.informaltable.info = db._info.title.forbidden