]> granicus.if.org Git - docbook-dsssl/commitdiff
Added documentation for attributes and attribute values
authorNorman Walsh <ndw@nwalsh.com>
Thu, 2 Mar 2006 13:30:58 +0000 (13:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 2 Mar 2006 13:30:58 +0000 (13:30 +0000)
docbook/relaxng/docbook/src/hier.rnc

index ef30e6b84895243f100528004dc815f6ba2e8f85..73b6f14d81c52ac99159fb2c1bd380231938178c 100644 (file)
@@ -39,43 +39,9 @@ db.status.attribute =
          "Identifies the editorial or publication status of the element " ~
          "on which it occurs"
       ]
-      dbx:description [
-         db:para [
-            "Publication status might be used to control formatting " ~
-            "(for example, printing a “draft” watermark on drafts) " ~
-            "or processing (perhaps a document with a status of " ~
-               "“final” should not include any components that are not " ~
-               "final)."
-         ]
-      ]
    ]
    attribute status { text }
 
-db.label.attribute =
-   [
-      db:refpurpose [
-         "Specifies an identifying string for presentation purposes"
-      ]
-      dbx:description [
-         db:para [
-            "Generally, an explicit Label attribute is used only if the " ~
-            "processing system is incapable of generating the label " ~
-            "automatically. Under such circumstances, the third "
-            db:tag [ "book" ]
-            " in a "
-            db:tag [ "set" ]
-            " might be labeled “Volume III”, for example."
-         ]
-         db:para [
-            "If present, the "
-            db:tag [ class = "attribute" "label" ]
-            " is normative; it will used even if the " ~
-            "processing system is capable of automatic labelling."
-         ]
-      ]
-   ]
-   attribute label { text }
-
 # ======================================================================
 
 db.toplevel.sections = (db.section+, db.simplesect*) | db.simplesect+
@@ -492,9 +458,7 @@ div {
 
    db.article.class.attribute =
       [
-         db:refpurpose [
-            "Class identifies the type of article."
-         ]
+         db:refpurpose [ "Identifies the nature of the article" ]
       ]
       attribute class { db.article.class.enumeration }