]> granicus.if.org Git - docbook-dsssl/commitdiff
Documentation fixes for class attribute on othercredit
authorNorman Walsh <ndw@nwalsh.com>
Sun, 12 Jul 2009 19:20:51 +0000 (19:20 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 12 Jul 2009 19:20:51 +0000 (19:20 +0000)
docbook/relaxng/docbook/src/pool.rnc

index dbd8d75e88d3942686fc60e6d8fa3e19ba47c4f1..80c2d624e2a1fbeda8fae4bf56d3c9bd8485a261 100644 (file)
@@ -251,7 +251,7 @@ db.xlink.title.attribute =
    [
       db:refpurpose [ "Identifies the XLink title of the link" ]
    ]
-   attribute xlink:title { text }?
+   attribute xlink:title { text }
 
 db.xlink.show.enumeration =
    ## An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context.
@@ -3787,21 +3787,21 @@ div {
       "technicaleditor"
     | ## A translator
       "translator"
-    | # An indexer
+    | ## An indexer
       "indexer"
-    | # A proof-reader
+    | ## A proof-reader
       "proofreader"
-    | # A cover designer
+    | ## A cover designer
       "coverdesigner"
-    | # An interior designer
+    | ## An interior designer
       "interiordesigner"
-    | # An illustrator
+    | ## An illustrator
       "illustrator"
-    | # A reviewer
+    | ## A reviewer
       "reviewer"
-    | # A typesetter
+    | ## A typesetter
       "typesetter"
-    | # A converter (a persons responsible for conversion, not an application)
+    | ## A converter (a persons responsible for conversion, not an application)
       "conversion"
 
    db.othercredit.class-enum.attribute =