From c053f411c12adebede731a602d37ce0c796dabdd Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Wed, 20 May 2026 15:59:20 +0200 Subject: [PATCH] Update docbook to 5.2.1 --- configure.php | 2 +- .../assembly.nvdl | 8 - docbook/docbook-5.2.1/catalog.xml | 226 + .../dbits.nvdl | 8 - .../docbook.nvdl | 8 - .../release-notes/css/docbook.css | 2267 ++ .../docbook-5.2.1/release-notes/index.html | 212 + .../release-notes/release-notes.xml | 516 + .../rng/assembly.rnc | 46 +- docbook/docbook-5.2.1/rng/assembly.rng | 18298 ++++++++++++++ .../rng/assemblyxi.rnc | 46 +- docbook/docbook-5.2.1/rng/assemblyxi.rng | 18392 ++++++++++++++ .../rng/dbits.rnc | 46 +- docbook/docbook-5.2.1/rng/dbits.rng | 20385 +++++++++++++++ .../rng/dbitsxi.rnc | 46 +- docbook/docbook-5.2.1/rng/dbitsxi.rng | 20610 ++++++++++++++++ .../rng/docbook.rnc | 46 +- docbook/docbook-5.2.1/rng/docbook.rng | 18489 ++++++++++++++ .../rng/docbookxi.rnc | 46 +- docbook/docbook-5.2.1/rng/docbookxi.rng | 18712 ++++++++++++++ .../sch/assembly.sch | 32 +- .../sch/assemblyxi.sch | 32 +- .../sch/dbits.sch | 32 +- .../sch/dbitsxi.sch | 32 +- .../sch/docbook.sch | 32 +- .../sch/docbookxi.sch | 32 +- docbook/docbook-v5.2-os/catalog.xml | 605 - docbook/docbook-v5.2-os/rng/assembly.rng | 18266 -------------- docbook/docbook-v5.2-os/rng/assemblyxi.rng | 18359 -------------- docbook/docbook-v5.2-os/rng/dbits.rng | 20352 --------------- docbook/docbook-v5.2-os/rng/dbitsxi.rng | 20575 --------------- docbook/docbook-v5.2-os/rng/docbook.rng | 18459 -------------- docbook/docbook-v5.2-os/rng/docbookxi.rng | 18681 -------------- 33 files changed, 118474 insertions(+), 115424 deletions(-) rename docbook/{docbook-v5.2-os => docbook-5.2.1}/assembly.nvdl (57%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/catalog.xml rename docbook/{docbook-v5.2-os => docbook-5.2.1}/dbits.nvdl (56%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/docbook.nvdl (57%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/release-notes/css/docbook.css create mode 100644 docbook/docbook-5.2.1/release-notes/index.html create mode 100644 docbook/docbook-5.2.1/release-notes/release-notes.xml rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/assembly.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/assembly.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/assemblyxi.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/assemblyxi.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/dbits.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/dbits.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/dbitsxi.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/dbitsxi.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/docbook.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/docbook.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/rng/docbookxi.rnc (99%) mode change 100755 => 100644 create mode 100644 docbook/docbook-5.2.1/rng/docbookxi.rng rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/assembly.sch (94%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/assemblyxi.sch (94%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/dbits.sch (97%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/dbitsxi.sch (97%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/docbook.sch (97%) mode change 100755 => 100644 rename docbook/{docbook-v5.2-os => docbook-5.2.1}/sch/docbookxi.sch (97%) mode change 100755 => 100644 delete mode 100755 docbook/docbook-v5.2-os/catalog.xml delete mode 100755 docbook/docbook-v5.2-os/rng/assembly.rng delete mode 100755 docbook/docbook-v5.2-os/rng/assemblyxi.rng delete mode 100755 docbook/docbook-v5.2-os/rng/dbits.rng delete mode 100755 docbook/docbook-v5.2-os/rng/dbitsxi.rng delete mode 100755 docbook/docbook-v5.2-os/rng/docbook.rng delete mode 100755 docbook/docbook-v5.2-os/rng/docbookxi.rng diff --git a/configure.php b/configure.php index 209d5aa631..ee3fabc275 100755 --- a/configure.php +++ b/configure.php @@ -48,7 +48,7 @@ // ugly: make_scripts_executable -const RNG_SCHEMA_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'docbook' . DIRECTORY_SEPARATOR . 'docbook-v5.2-os' . DIRECTORY_SEPARATOR . 'rng' . DIRECTORY_SEPARATOR; +const RNG_SCHEMA_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'docbook' . DIRECTORY_SEPARATOR . 'docbook-5.2.1' . DIRECTORY_SEPARATOR . 'rng' . DIRECTORY_SEPARATOR; const RNG_SCHEMA_FILE = RNG_SCHEMA_DIR . 'docbook.rng'; const RNG_SCHEMA_XINCLUDE_FILE = RNG_SCHEMA_DIR . 'docbookxi.rng'; diff --git a/docbook/docbook-v5.2-os/assembly.nvdl b/docbook/docbook-5.2.1/assembly.nvdl old mode 100755 new mode 100644 similarity index 57% rename from docbook/docbook-v5.2-os/assembly.nvdl rename to docbook/docbook-5.2.1/assembly.nvdl index e402a35c52..94fa1c7ea7 --- a/docbook/docbook-v5.2-os/assembly.nvdl +++ b/docbook/docbook-5.2.1/assembly.nvdl @@ -1,12 +1,4 @@ - diff --git a/docbook/docbook-5.2.1/catalog.xml b/docbook/docbook-5.2.1/catalog.xml new file mode 100644 index 0000000000..a7decc3b24 --- /dev/null +++ b/docbook/docbook-5.2.1/catalog.xml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docbook/docbook-v5.2-os/dbits.nvdl b/docbook/docbook-5.2.1/dbits.nvdl old mode 100755 new mode 100644 similarity index 56% rename from docbook/docbook-v5.2-os/dbits.nvdl rename to docbook/docbook-5.2.1/dbits.nvdl index b8edc0ee04..220bedcb41 --- a/docbook/docbook-v5.2-os/dbits.nvdl +++ b/docbook/docbook-5.2.1/dbits.nvdl @@ -1,12 +1,4 @@ - diff --git a/docbook/docbook-v5.2-os/docbook.nvdl b/docbook/docbook-5.2.1/docbook.nvdl old mode 100755 new mode 100644 similarity index 57% rename from docbook/docbook-v5.2-os/docbook.nvdl rename to docbook/docbook-5.2.1/docbook.nvdl index 910826d34e..a3d8730998 --- a/docbook/docbook-v5.2-os/docbook.nvdl +++ b/docbook/docbook-5.2.1/docbook.nvdl @@ -1,12 +1,4 @@ - diff --git a/docbook/docbook-5.2.1/release-notes/css/docbook.css b/docbook/docbook-5.2.1/release-notes/css/docbook.css new file mode 100644 index 0000000000..7426341fdd --- /dev/null +++ b/docbook/docbook-5.2.1/release-notes/css/docbook.css @@ -0,0 +1,2267 @@ +/* DocBook xslTNG version 2.7.6, https://xsltng.docbook.org */ +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@1,400;1,700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@1,400;1,700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,400;1,700&display=swap"); +:root { + --symbol-fonts: "Arial Unicode", "Apple Symbols", "Symbol", "Symbola_hint"; + --body-family: "Noto Serif", serif, var(--symbol-fonts); + --title-family: "Noto Sans", sans-serif, var(--symbol-fonts); + --mono-family: "JetBrains Mono", monospace, var(--symbol-fonts); +} + +:root { + /* The default theme. */ + --background-color: #fffff8; + --surface-color: #fffff8; + --primary-color: #7f7f7f; + --primary-variant-color: #5f5f5f; + --secondary-color: #ffbc42; + --error-color: #ffafaf; + --error-border-color: #b00020; + --on-background-color: #000000; + --on-surface-color: #000000; + --on-primary-color: #ffffff; + --on-primary-variant-color: #ffffff; + --on-secondary-color: #000000; + --on-error-color: #000000; + --enabled-color: rgb(240,240,240); + --hovered-color: rgb(235,235,235); + --focused-color: rgb(221,221,221); + --modal-overlay-color: rgba(255,255,255,0.85); + --panelset-color: #f7f7f0; + --border-color: var(--primary-color); + --header-color: var(--background-color); + --on-header-color: var(--on-background-color); + --sidebar-color: var(--primary-color); + --on-sidebar-color: var(--on-primary-color); + --table-border-style: 1px solid var(--primary-color); + --default-font-size: 13.5pt; + --default-line-height: 1.75rem; + --line-number-width: 4em; + --numbered-separator-style: 1px solid var(--primary-color); + --numbered-number-color: var(--on-surface-color); + --numbered-background-color: var(--focused-color); + --verbatim-odd-background-color: var(--hovered-color); + --verbatim-even-background-color: var(--enabled-color); + --verbatim-line-highlight-background-color: var(--primary-color); + --verbatim-line-highlight-color: var(--on-primary-color); + --revadded-background-color: var(--primary-color); + --revadded-color: var(--on-primary-color); + --revadded-before: ""; + --revadded-after: ""; + --revchanged-background-color: var(--secondary-color); + --revchanged-color: var(--on-secondary-color); + --revchanged-before: ""; + --revchanged-after: ""; + --revdeleted-background-color: var(--error-color); + --revdeleted-color: var(--on-error-color); + --revdeleted-before: ""; + --revdeleted-after: ""; + --note-border-color: var(--primary-color); + --note-border-style: 2pt solid var(--note-border-color); + --note-color: var(--surface-color); + --on-note-color: var(--on-surface-color); + --tip-border-color: var(--primary-color); + --tip-border-style: 2pt solid var(--tip-border-color); + --tip-color: var(--surface-color); + --on-tip-color: var(--on-surface-color); + --important-border-color: var(--secondary-color); + --important-border-style: 2pt solid var(--important-border-color); + --important-color: var(--surface-color); + --on-important-color: var(--on-surface-color); + --caution-border-color: var(--secondary-color); + --caution-border-style: 2pt solid var(--caution-border-color); + --caution-color: var(--surface-color); + --on-caution-color: var(--on-surface-color); + --warning-border-color: var(--error-border-color); + --warning-border-style: 2pt solid var(--warning-border-color); + --warning-color: var(--error-color); + --on-warning-color: var(--on-error-color); + --danger-border-color: var(--error-border-color); + --danger-border-style: 2pt solid var(--danger-border-color); + --danger-color: var(--error-color); + --on-danger-color: var(--on-error-color); + --debug-background-color: var(--error-color); + --debug-color: var(--on-error-color); + --remark-background-color: var(--primary-color); + --remark-color: var(--on-primary-color); + --remark-border-color: var(--primary-color); + --remark-border-style: 1px solid var(--remark-border-color); + --annotation-separator-border-style: 2px dashed var(--border-color); + --annotation-header-background-color: var(--surface-color); + --annotation-header-color: var(--on-surface-color); + --annotation-header-separator-border-style: 1px solid var(--primary-color); + --annotation-body-border-style: 1px solid var(--primary-color); + --nav-background-color: var(--surface-color); + --error-border-style: 1px solid var(--error-border-color); + --keycap-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75); +} + +/* These choices are inspired by the material design system. Someone + with actual graphical design skills would do it better. Pull + requests gleefully accepted. +*/ +html.materials-dark { + --background-color: #121212; + --surface-color: #121212; + --primary-color: #bb86fc; + --primary-variant-color: #3700b3; + --secondary-color: #03dac6; + --error-color: #cf6679; + --error-border-color: #b00020; + --on-background-color: #ffffff; + --on-surface-color: #ffffff; + --on-primary-color: #000000; + --on-primary-variant-color: #ffffff; + --on-secondary-color: #000000; + --on-error-color: #000000; + --enabled-color: rgb(44,33,56); + --hovered-color: rgb(49,38,63); + --focused-color: rgb(63,51,74); + --modal-overlay-color: rgba(18,18,18,0.85); + --keycap-box-shadow: 1px 1px 1px 0px rgba(255,255,255,0.75); +} + +html.materials-light { + --background-color: #ffffff; + --surface-color: #ffffff; + --primary-color: #6200ee; + --primary-variant-color: #3700b3; + --secondary-color: #03dac6; + --error-color: #b00020; + --error-border-color: #cf6679; + --on-background-color: #000000; + --on-surface-color: #000000; + --on-primary-color: #ffffff; + --on-primary-variant-color: #ffffff; + --on-secondary-color: #000000; + --on-error-color: #ffffff; + --enabled-color: rgb(240,240,240); + --hovered-color: rgb(235,235,235); + --focused-color: rgb(221,221,221); + --modal-overlay-color: rgba(255,255,255,0.85); +} + +html { + padding: 0; + margin-top: 0; + margin-bottom: 0; + margin-left: auto; + margin-right: auto; + font-family: var(--body-family); +} + +body { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 0; + margin-bottom: 0; + margin-left: 1rem; + margin-right: 1rem; +} + +.error * { + background-color: var(--error-color); + color: var(--on-error-color); + padding-left: 2px; + padding-right: 2px; +} + +span.error { + display: inline-block; + border: var(--error-border-style); + border-radius: 4px; + padding: 2px; + margin-right: 0.5em; +} + +span.error::before { + content: " ☞ "; +} + +span.error::after { + content: " ☜ "; +} + +span.error.broken-link::after { + content: " 🔗 "; +} + +.unhandled { + font-family: monospace; + background-color: var(--error-border-color); + color: var(--on-error-color); + font-weight: bold; +} + +div.unhandled { + width: 100%; +} + +.firstterm { + font-weight: bold; +} + +.trademark::after { + content: "™"; +} + +.trademark.trade::after { + content: "™"; +} + +.trademark.copyright::after { + content: "©"; + vertical-align: super; + font-size: 85%; +} + +.trademark.registered::after { + content: "®"; + vertical-align: super; + font-size: 85%; +} + +.trademark.service::after { + content: "℠"; + vertical-align: super; +} + +.xlink-arc-list { + display: none; +} + +/* ============================================================ */ +.debug { + display: block; + padding-top: 1em; + padding-bottom: 1em; + padding-left: 1em; + background-color: var(--debug-background-color); + color: var(--debug-color); +} + +.remark { + border: var(--remark-border-style); + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: var(--on-surface-color); + background: repeating-linear-gradient(135deg, var(--focused-color), var(--focused-color) 5px, var(--enabled-color) 5px, var(--enabled-color) 10px); +} + +span.remark { + margin-left: 0.5em; + margin-right: 0.5em; +} + +.keycap { + font-family: var(--mono-family); + background-color: var(--verbatim-odd-background-color); + border: 1px solid var(--numbered-number-color); + border-radius: 3px; + padding-top: 0.1em; + padding-bottom: 0.1em; + padding-left: 0.3em; + padding-right: 0.3em; + margin: 0; + font-size: 85%; + box-shadow: var(--keycap-box-shadow); +} + +.keycombo .keycap + .keycap { + margin-left: 0.4em; +} + +code { + font-family: var(--mono-family); + background-color: var(--verbatim-odd-background-color); + border: 1px solid var(--focused-color); + border-radius: 6px; + padding-top: 0.1em; + padding-bottom: 0.1em; + padding-left: 0.3em; + padding-right: 0.3em; + margin: 0; + font-size: 85%; +} + +.toc code { + background-color: inherit; + border: none; + padding: inherit; +} + +code.email { + background-color: inherit; + border: inherit; + font-size: 95%; + padding-left: 0; + padding-right: 0; +} + +pre code, +.cmdsynopsis code { + border: none; + background-color: inherit; + padding: 0; + font-size: 0.85rem; /* code = 85% */ + margin: 0; +} + +pre > code { + padding: initial; +} + +.literal { + background-color: inherit; +} + +.nobreak { + white-space: nowrap; +} + +.break { + white-space: normal; +} + +.userinput { + font-weight: bold; +} + +a, a:visited { + color: inherit; +} + +a.pmuj { + text-decoration: none; +} + +.xref-area, +.xref-areaset, +.xref-co { + text-decoration: none; +} + +.xref { + font-style: italic; +} + +.xref-area, +.xref-areaset, +.xref-co, +.xref-step, +.xref-listitem { + font-style: normal; +} + +.xref .prefix, +.xref .sep, +.xref-question .label, +.xref-answer .label { + font-style: normal; +} + +.footnote-number a, +.footnote-number a:visited { + text-decoration: none; +} + +/* ============================================================ */ +h1, h2, h3, h4, h5, h6 { + color: var(--on-header-color); + background-color: var(--header-color); + font-family: var(--title-family); + font-weight: normal; + font-style: normal; + page-break-after: avoid; +} + +h1 { + margin-top: 4rem; + margin-bottom: 1.5rem; + font-size: 3.2rem; + line-height: 1; +} + +h2 { + font-weight: 400; + margin-top: 2.1rem; + margin-bottom: 2rem; + font-size: 2.2rem; + line-height: 1; +} + +h3 { + font-weight: 400; + font-size: 1.7rem; + margin-top: 2rem; + margin-bottom: 0; + line-height: 1; +} + +h4 { + font-weight: 400; + font-size: 1.5rem; + margin-top: 2rem; + margin-bottom: 0; + line-height: 1; +} + +h5 { + font-weight: 400; + font-size: 1rem; + margin-top: 1.5rem; + margin-bottom: 0; + line-height: 1; +} + +h6 { + font-weight: 400; + font-size: 1rem; + margin-top: 1.5rem; + margin-bottom: 0; + line-height: 1; +} + +.title { + color: var(--on-header-color); + background-color: var(--header-color); + font-weight: bold; + font-family: var(--title-family); + margin-bottom: 0.5em; +} + +cite.title { + font-weight: inherit; + font-family: inherit; +} + +.bibliography .titleabbrev { + font-style: italic; +} + +.bibliography .titleabbrev:before { + content: " ("; +} + +.bibliography .titleabbrev:after { + content: ")"; +} + +.set > .list-of-titles > .lot > .title, +.book > .list-of-titles > .lot > .title, +.part > .list-of-titles > .lot > .title { + font-weight: 400; + font-size: 1.5rem; + margin-top: 2rem; + margin-bottom: 1rem; + line-height: 1rem; +} + +header { + page-break-after: avoid; +} + +header .authorgroup { + margin-bottom: 2rem; +} + +/* ============================================================ */ +.article > header { + text-align: center; + margin-bottom: 2em; +} + +.article > header .abstract { + text-align: left; + margin-left: 5em; + margin-right: 5em; + border: 1px solid var(--border-color); + padding-left: 1em; + padding-right: 1em; + border-radius: 0.5em; +} + +.set > header, +.book > header { + margin-bottom: 2rem; + margin-top: 1rem; + padding-left: 1rem; + padding-right: 1rem; + padding-top: 1rem; + padding-bottom: 1rem; + border: 1px solid var(--border-color); + border-radius: 0.5em; +} + +.set > header h1, +.book > header h1 { + margin-top: 0; +} + +.revhistory .title { + font-weight: bold; + font-family: var(--title-family); + margin-bottom: 0.5em; + border-bottom: 1px solid var(--border-color); +} + +.revhistory table { + width: 100%; +} + +.revhistory table tr th, +.revhistory table tr td { + vertical-align: top; +} + +.revhistory td p { + margin: 0; + padding: 0; +} + +/* ============================================================ */ +.lot { + margin-top: 1em; +} + +.toc li { + text-indent: -2em; + padding-left: 2em; +} + +ul.toc, +.toc ul { + list-style: none; + margin-top: 0; + margin-bottom: 0; + padding-left: 0; +} + +.bibliolist, +.glosslist { + margin-top: 1em; +} + +.iso690 .author { + text-transform: uppercase; +} + +.iso690.article .part .firstname, +.iso690.article .part .givenname { + text-transform: none; +} + +.iso690.patent .country, .iso690.patent .patenttype { + font-style: italic; +} + +.iso690 .title { + font-weight: inherit; + font-family: inherit; + color: inherit; + background-color: inherit; + margin-bottom: inherit; +} + +/* ============================================================ */ +.index-list ul { + list-style: none; + padding-left: 2rem; +} + +.index-list > ul, +.generated-index > ul, +.generated-indexdiv > ul { + padding-left: 0; +} + +/* ============================================================ */ +.pgwide, +.pgwide .fgbody { + width: 100%; +} + +.formalgroup { + margin-top: 1rem; +} + +.fgbody > div { + display: inline-block; +} + +.pgwide .fgbody > div { + width: calc(50% - 0.5rem); +} + +.fgbody > div:nth-child(even) { + margin-left: 0.5rem; +} + +.fgbody > .figure, +.fgbody > .example, +.fgbody > .equation { + margin-top: inherit; +} + +table { + table-layout: fixed; + border-spacing: 0; + border-collapse: collapse; +} + +.inlinemediaobject, +.inlinemediaobject div { + display: inline-block; +} + +.mediaobject .caption { + font-family: var(--title-family); + font-size: 80%; + margin-left: 2em; + margin-right: 2em; + font-style: italic; +} +.mediaobject .caption em, .mediaobject .caption cite { + font-style: normal; +} +.mediaobject .caption p { + margin-top: 0; +} + +td, th { + padding: 0.25em; + text-align: left; +} + +td.bottom, +th.bottom { + vertical-align: bottom; +} + +td.middle, +th.middle { + vertical-align: middle; +} + +td.top, +th.top { + vertical-align: top; +} + +td.center, +th.center { + text-align: center; +} + +td.left, +th.left { + text-align: left; +} + +td.right, +th.right { + text-align: right; +} + +td.justify, +th.justify { + text-align: justify; +} + +td.btop, +th.btop { + border-top: var(--table-border-style); +} + +td.bleft, +th.bleft { + border-left: var(--table-border-style); +} + +td.colsep, +th.colsep { + border-right: var(--table-border-style); +} + +td.rowsep, +th.rowsep { + border-bottom: var(--table-border-style); +} + +td.char, +th.char { + font-family: monospace; + text-align: right; +} + +.media-wrapper { + width: 100%; +} + +.media { + display: inline-block; +} + +div > .viewport-table { + display: table; + width: 100%; +} + +span > .viewport-table { + display: inline-table; +} + +.viewport-row { + display: table-row; +} + +.viewport-cell { + display: table-cell; +} + +.viewport-cell > span { + display: block; + line-height: 1rem; +} + +.viewport { + display: inline-block; +} + +.intrinsic-width img, +.intrinsic-width svg { + width: 100%; +} + +.intrinsic-height img, +.intrinsic-height svg { + height: 100%; +} + +.intrinsic-both img, +.intrinsic-both svg { + width: 100%; + height: 100%; +} + +.admonition { + border-radius: 0.5rem; + min-height: 3rem; + padding-top: 0; + margin-bottom: 1rem; + margin-top: 1rem; + margin-right: 4px; + display: table; + width: 100%; +} + +.admonition > div { + display: table-row; +} + +.admonition .icon { + display: table-cell; + padding-top: 1.5rem; + width: 4.5rem; + text-align: center; + vertical-align: top; + font-size: 300%; + color: var(--note-border-color); +} + +.admonition .body { + display: table-cell; + padding-right: 1rem; +} + +.admonition header { + padding-top: 0.5rem; +} + +.note { + border: var(--note-border-style); + background-color: var(--note-color); + color: var(--on-note-color); +} +.note .icon { + color: var(--note-border-color); +} +.note .title { + background-color: var(--note-color); + color: var(--on-note-color); +} +.note code { + border-color: var(--note-border-color); + background-color: var(--note-color); +} +.note pre code { + background-color: inherit; + border-color: inherit; +} + +.tip { + border: var(--tip-border-style); + background-color: var(--tip-color); + color: var(--on-tip-color); +} +.tip .icon { + color: var(--tip-border-color); +} +.tip .title { + background-color: var(--tip-color); + color: var(--on-tip-color); +} +.tip code { + border-color: var(--tip-border-color); + background-color: var(--tip-color); +} +.tip pre code { + background-color: inherit; + border-color: inherit; +} + +.important { + border: var(--important-border-style); + background-color: var(--important-color); + color: var(--on-important-color); +} +.important .icon { + padding-top: 2rem; + color: var(--important-border-color); +} +.important .title { + background-color: var(--important-color); + color: var(--on-important-color); +} +.important code { + background-color: var(--important-color); + border-color: var(--important-border-color); +} +.important pre code { + background-color: inherit; + border-color: inherit; +} + +.caution { + border: var(--caution-border-style); + background-color: var(--caution-color); + color: var(--on-caution-color); +} +.caution .icon { + color: var(--caution-border-color); +} +.caution .title { + background-color: var(--caution-color); + color: var(--on-caution-color); +} +.caution code { + background-color: var(--caution-color); + border-color: var(--caution-border-color); +} +.caution pre code { + background-color: inherit; + border-color: inherit; +} + +.warning { + border: var(--warning-border-style); + background-color: var(--warning-color); + color: var(--on-warning-color); +} +.warning .icon { + color: var(--warning-border-color); +} +.warning .title { + background-color: var(--warning-color); + color: var(--on-warning-color); +} +.warning code { + background-color: var(--warning-color); + border-color: var(--warning-border-color); +} +.warning pre code { + background-color: inherit; + border-color: inherit; +} + +.danger { + border: var(--danger-border-style); + background-color: var(--danger-color); + color: var(--on-danger-color); +} +.danger .icon { + color: var(--danger-border-color); +} +.danger .title { + background-color: var(--danger-color); + color: var(--on-danger-color); +} +.danger code { + background-color: var(--danger-color); + border-color: var(--danger-border-color); +} +.danger pre code { + background-color: inherit; + border-color: inherit; +} + +/* ============================================================ */ +.pre-wrap { + overflow-x: auto; + margin-top: 1em; + margin-bottom: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 0; + margin-left: 0.5em; + margin-right: 0.5em; +} + +pre sup { + line-height: 0; +} + +pre.verblines { + margin-left: 0; + margin-right: 0; +} + +pre.address, +pre.literallayout { + font-family: var(--body-family); + margin-left: auto; + margin-right: auto; +} + +pre.monospaced { + font-family: var(--mono-family); +} + +pre.programlisting, +pre.screen { + line-height: 1.25rem; +} + +pre.verblines .nsep { + display: none; +} + +/* Adapted from https://stackoverflow.com/questions/41306797/html-how-to-add-line-numbers-to-a-source-code-block */ +pre.verblines span.line:nth-child(odd) { + background-color: var(--verbatim-odd-background-color); +} + +pre.verblines span.line:nth-child(even) { + background-color: var(--verbatim-even-background-color); +} + +/* Make the background of even lines the same as odd lines for + "monochrome" listings. */ +pre.verblines.monochrome span.line:nth-child(even) { + background-color: var(--verbatim-odd-background-color); +} + +pre.address span.line:nth-child(odd), +pre.literallayout span.line:nth-child(odd) { + background-color: inherit; +} + +pre.address span.line:nth-child(even), +pre.literallayout span.line:nth-child(even) { + background-color: inherit; +} + +pre.verblines span.ln { + font-family: var(--mono-family); + width: 4px; + padding-top: 4px; + padding-bottom: 4px; + text-align: right; + color: var(--on-background-color); +} + +pre.verblines.numbered span.ln { + width: var(--line-number-width); +} + +pre.address span.ln, +pre.literallayout span.ln { + padding-top: 0; + padding-bottom: 0; +} + +pre.verblines { + display: table; + table-layout: fixed; + width: 100%; /* anything but auto, otherwise fixed layout not guaranteed */ + white-space: pre; +} + +pre.verblines span.line { + display: table-row; +} + +pre.verblines span.ln { + display: table-cell; +} + +pre.numbered span.ln { + background-color: var(--numbered-background-color); + user-select: none; + -webkit-user-select: none; +} + +pre.numbered span.ln { + width: var(--line-number-width); + margin-right: 0.5em; +} + +pre.verblines span.ld { + display: table-cell; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 4px; +} + +pre.address span.ld, +pre.literallayout span.ld { + padding-top: 0; + padding-bottom: 0; +} + +pre.verblines.numbered span.ld { + border-left: var(--numbered-separator-style); + padding-left: 0.25em; +} + +pre.verblines span.line.highlight { + background-color: var(--verbatim-line-highlight-background-color); + color: var(--verbatim-line-highlight-color); +} + +table.verbatim { + width: 100%; +} + +table.verbatim tr td { + /* N.B. 100vw not 100%. If you specify 100%, Safari calculates the width is 0 */ + width: calc(100vw - var(--line-number-width)); + padding-left: 0; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; +} + +table.verbatim tr td:first-child { + width: var(--line-number-width); + padding-left: 0; + padding-right: 0; +} + +table.verbatim tr td pre { + margin-left: 0; + margin-right: 0; +} + +/* A couple of style tweaks to highlightjs-line-numbers.js line numbers */ +.hljs-ln-n { + padding-right: 1em; + text-align: right; +} + +/* ============================================================ */ +.productionset .productions { + display: table; + table-layout: fixed; + width: 100%; +} + +.productionset .productions .production { + display: table-row; +} + +.productionset .productions .production .lhs, +.productionset .productions .production .rhs, +.productionset .productions .production .lhssep { + font-family: var(--mono-family); +} + +.productionset .productions .production .lhs, +.productionset .productions .production .lhssep, +.productionset .productions .production .rhs, +.productionset .productions .production .constraint { + display: table-cell; +} + +.productionset .productions .production .lhs { + width: 25%; + white-space: nowrap; +} + +.productionset .productions .production .lhssep { + width: 3em; + text-align: center; +} + +.productionset .productions .production .constraint { + width: 2em; +} + +.lineannotation { + font-family: var(--body-family); + font-style: italic; +} + +.constraintdef { + min-height: 3rem; + margin-left: 1rem; + padding-top: 1rem; + margin-bottom: 1rem; +} + +.constraintdef .title { + font-weight: bold; + font-family: var(--title-family); +} + +/* ============================================================ */ +.qandadiv { + margin-top: 1em; +} + +.qandalist .qanda { + display: table; + table-layout: fixed; + width: 100%; +} + +.qandaentry .question, +.qandaentry .answer { + display: table-row; +} + +.qandaentry .question > .label, +.qandaentry .answer > .label { + display: table-cell; + width: 3em; +} + +.qandaentry .question > .body, +.qandaentry .answer > .body { + display: table-cell; +} + +.question p, +.answer p { + margin-top: 0; +} + +/* ============================================================ */ +.funcprototype table td { + padding: 0; +} + +.funcprototype table.params { + margin-top: 1em; +} + +.funcprototype table.params td { + padding-right: 1em; +} + +.funcprototype { + margin-top: 1em; + font-family: var(--mono-family); +} + +.funcprototype .paramdef { + font-family: var(--mono-family); +} + +.funcprototype .parameter { + font-family: var(--body-family); + font-style: italic; +} + +.funcprototype .function { + font-weight: bold; +} + +/* ============================================================ */ +.linegroup { + margin-left: 2em; +} + +.speaker::after { + content: ":"; +} + +.linegroup .speaker { + margin-left: -2em; +} + +/* ============================================================ */ +.formalpara .title { + display: inline-block; + font-weight: bold; +} + +.formalpara .title::after { + content: "."; + margin-right: 0.5em; +} + +.formalpara .titlepunct::after { + content: ""; + margin-right: 0.5em; +} + +blockquote { + margin-top: 1em; +} + +blockquote p { + margin-top: 0; +} + +blockquote .title { + font-weight: bold; + font-family: var(--title-family); + margin-bottom: 0.25em; +} + +blockquote p + .attribution { + /* Tuck it back up closer to the preceding paragraph */ + margin-top: -1em; +} + +.attribution::before { + content: "—"; +} + +.attribution { + margin-left: 50%; +} + +/* ============================================================ */ +.formalobject + .formalobject { + margin-top: 1rem; +} + +.figure, +.example, +.equation { + margin-top: 1em; +} + +.figure, +.example { + border: 1px solid var(--border-color); + padding-left: 0.5rem; + padding-right: 0.5rem; +} +.figure details p, +.example details p { + margin-left: 1rem; + margin-right: 1rem; +} + +.figure .title { + font-family: var(--title-family); +} + +.figure .media { + width: 100%; + text-align: center; +} + +.figure img { + margin-left: auto; + margin-right: auto; +} + +.floatcenter { + text-align: center; +} + +.floatright { + float: right; +} + +.floatleft { + float: left; +} + +/* ============================================================ */ +.cmdsynopsis-wrap { + margin-top: 1em; + margin-bottom: 1em; +} + +.cmdsynopsis { + margin-left: 3em; + text-indent: -3em; +} + +.synopfragment { + margin-top: 1em; +} + +.synopfragmentref { + font-style: italic; +} + +.synopfragmentref a, +.synopfragmentref a:visited { + text-decoration: none; +} + +.synopfragmentref-number { + font-family: var(--mono-family); + font-style: normal; + font-weight: bold; + font-size: 10pt; +} + +.cmdsynopsis .command, +.cmdsynopsis .cmdpunct, +.cmdsynopsis .group, +.cmdsynopsis .arg { + font-family: var(--mono-family); +} + +.calloutlist { + margin-bottom: 1em; +} + +.calloutlist dl { + margin-bottom: 0; +} + +.calloutlist dl dt { + clear: both; + float: left; + width: 1.25em; +} + +.calloutlist dl dd { + margin-left: 1.25em; + line-height: 1.5rem; /* tuck them together a little */ +} + +.calloutlist dd > p:first-child { + margin-top: 0; +} + +.calloutlist dd:last-child > p:last-child { + margin-bottom: 0; +} + +a.callout-bug, +a.callout-bug:visited { + text-decoration: none; +} + +/* ============================================================ */ +.revadded { + background-color: var(--revadded-background-color); + color: var(--revadded-color); +} + +.revadded::before { + content: var(--revadded-before); +} + +.revadded::after { + content: var(--revadded-after); +} + +.revchanged { + background-color: var(--revchanged-background-color); + color: var(--revchanged-color); +} + +.revchanged::before { + content: var(--revchanged-before); +} + +.revchanged::after { + content: var(--revchanged-after); +} + +.revdeleted { + background-color: var(--revdeleted-background-color); + color: var(--revdeleted-color); +} + +.revdeleted::before { + content: var(--revdeleted-before); +} + +.revdeleted::after { + content: var(--revdeleted-after); +} + +.revoff .revadded, +.revoff .revchanged { + background-color: inherit; + color: inherit; +} + +.revoff .revdeleted { + display: none; +} + +.revoff .revadded::before, +.revoff .revchanged::before, +.revoff .revdeleted::before, +.revoff .revadded::after, +.revoff .revchanged::after, +.revoff .revdeleted::after { + content: ""; +} + +/* ============================================================ */ +ul[db-mark=disc], +li[db-mark=disc], +ul[db-mark=bullet], +li[db-mark=bullet] { + list-style-type: disc; +} + +ul[db-mark=round], +li[db-mark=round] { + list-style-type: circle; +} + +ul[db-mark=box], +li[db-mark=box] { + list-style-type: square; +} + +/* ============================================================ */ +.simplelistvert, +.simplelisthoriz { + display: table; +} + +.simplelist .row { + display: table-row; +} + +.simplelist .row span { + display: table-cell; +} + +/* ============================================================ */ +.glossdiv { + margin-top: 1em; +} + +.glossdiv dl dt { + padding-left: 1em; +} + +/* ============================================================ */ +.sidebar { + background-color: var(--sidebar-color); + color: var(--on-sidebar-color); + padding-left: 1em; + padding-right: 1em; + padding-bottom: 1em; + padding-top: 1em; + border-radius: 0.5em; +} + +.sidebar .title { + background-color: var(--sidebar-color); + color: var(--on-sidebar-color); +} + +.sidebar code { + background-color: var(--sidebar-color); +} + +/* ============================================================ */ +.msgexplan { + margin-left: 2rem; +} + +/* ============================================================ */ +.foreignphrase { + font-style: italic; +} + +.bold { + font-weight: bold; +} + +.strikethrough { + text-decoration: line-through; +} + +.underline { + text-decoration: underline; +} + +em { + font-style: italic; +} + +em em { + font-style: normal; +} + +em em em { + font-style: italic; +} + +em em em em { + font-style: normal; +} + +em em em em em { + font-style: italic; +} + +em em me em em em { + font-style: normal; +} + +/* ============================================================ */ +/* Inline annotations */ +.annotations { + border-top: var(--annotation-separator-border-style); + padding-top: 1em; + margin-top: 6em; +} + +a.annomark, +a.annomark:visited { + text-decoration: none; + color: inherit; +} + +.annotation-wrapper { + margin-bottom: 1em; +} + +.annotation-body { + border: var(--annotation-body-border-style); + border-bottom-left-radius: 0.25em; + border-bottom-right-radius: 0.25em; +} + +.annotation-header { + height: 2em; + background-color: var(--annotation-header-background-color); + color: var(--annotation-header-color); + padding-left: 1em; + padding-right: 0.5em; + border-bottom: var(--annotation-header-separator-border-style); +} + +.annotation-header .annotation-close { + float: right; +} + +.annotation-content { + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +/* ============================================================ */ +/* XLink extended links. The ".js" classes only apply if + JavaScript XLink processing is available and enabled. +*/ +.xlink .source { + border-bottom: 1px dotted black; + cursor: pointer; +} + +.xlink-arc-list { + display: inline; + font-style: normal; + cursor: pointer; + font-size: 70%; +} + +.xlink-arc-list.js::before { + content: " "; /* thin space */ +} + +.nhrefs.js .xlink-arc-delim { + display: none; +} + +.nhrefs.js { + font-style: normal; + display: none; + margin-left: 4px; + margin-right: 0; + padding-bottom: 1em; + border: 2px solid var(--primary-variant-color); + border-radius: 4px; + z-index: 2; + background-color: var(--primary-color); + color: var(--on-primary-color); +} + +.nhrefs.js .arc { + display: list-item; + margin-left: 1.5em; + padding-right: 1em; +} + +.nhrefs.js .xlink-arc-title { + display: block; + background-color: var(--primary-variant-color); + color: var(--on-primary-variant-color); + margin-left: 0; + margin-bottom: 0.5em; + text-align: center; +} + +:root { + --popup-annotation-color: var(--surface-color); + --on-popup-annotation-color: var(--on-surface-color); + --popup-annotation-border-color: var(--primary-color); + --popup-annotation-border-style: 1px solid var(--popup-annotation-border-color); + --popup-annotation-header-color: var(--primary-color); + --on-popup-annotation-header-color: var(--on-primary-color); + --popup-annotation-header-separator-border-style: 1px solid var(--popup-annotation-border-color); + --js-controls-border-color: var(--primary-color); + --js-controls-border-style: 1px solid var(--js-controls-border-color); + --js-controls-header-color: var(--primary-color); + --on-js-controls-header-color: var(--on-primary-color); + --js-controls-header-separator-border-style: 1px solid var(--popup-annotation-border-color); + --js-controls-color: var(--surface-color); + --on-js-controls-color: var(--on-surface-color); + --z-index-on-top-of-the-world: 100; +} + +html { + color: var(--on-background-color); + background-color: var(--background-color); + width: 100%; + line-height: var(--default-line-height); + font-size: var(--default-font-size); + scroll-padding-top: 40px; + height: 100%; +} + +/* https://www.smashingmagazine.com/2020/07/css-techniques-legibility/ */ +@supports (font-size-adjust: 1) { + html { + font-size-adjust: 0.5; + } +} +body { + height: 100%; + min-height: 100%; + margin-left: 0; + margin-right: 0; + display: grid; + grid-template-rows: 1fr auto; + grid-template-columns: 100%; +} + +body.draft { + background-image: url("draft-left.svg"); + background-position: 2% 2%; + background-repeat: no-repeat; + background-size: 10%; + background-attachment: fixed; +} + +main { + max-width: 50rem; + margin-left: auto; + margin-right: auto; +} + +@media screen and (max-width: 60rem) { + main { + margin-left: 1rem; + margin-right: 1rem; + } +} +@media screen and (min-width: 70rem) { + main { + min-width: 50rem; + } +} +main { + padding-top: 3rem; +} + +.book + .book { + border-top: var(--division-separator-border-style); + margin-top: 6em; + padding-top: 6em; +} + +.refentry + .refentry { + border-top: var(--division-separator-border-style); + margin-top: 6em; + padding-top: 6em; +} + +.book > .dedication > header, +.article > .dedication > header, +.book .chapter > header, +.book .preface > header, +.book .appendix > header, +.book .part > header { + margin-top: 4rem; + padding-top: 2rem; + border-top: 0.25rem solid var(--border-color); +} + +.dedication + .dedication > header { + border-top: inherit; +} + +.colophon { + margin-top: 6rem; + margin-bottom: 6rem; + margin-left: 6rem; + margin-right: 6rem; + border: 1px solid var(--border-color); + border-radius: 1em; + padding-left: 2em; + padding-right: 2em; + padding-bottom: 2em; +} + +.set header h1, +.book header h1 { + text-align: center; +} + +.footnotes { + margin-top: 2em; +} + +.table-footnotes { + margin-top: 0; +} + +.footnotes div.footnote-number { + display: inline-block; + width: 0.75rem; + height: 0; + margin-left: -0.75rem; + margin-top: 0.5rem; + vertical-align: top; +} + +.footnotes div.footnote-body { + display: inline-block; +} + +.footnotes .footnote { + margin-left: 0.75rem; +} + +.footnote p { + margin-bottom: 0; +} + +.footnotes hr { + max-width: 1in; + margin: 0; +} + +.calloutlist dl { + display: grid; + grid-template-columns: max-content auto; +} + +.calloutlist dl dt { + float: none; + width: inherit; + grid-column-start: 1; +} + +.calloutlist dl dd { + margin-left: 1em; + grid-column-start: 2; +} + +.callout-bug { + user-select: none; +} + +/* ============================================================ */ +nav table td.previous { + text-align: left; +} + +nav table td.up { + text-align: center; +} + +nav table td.next { + text-align: right; +} + +nav.bottom { + background-color: var(--nav-background-color); + z-index: var(--z-index-on-top-of-the-world); +} + +nav.bottom table { + border-top: 2px solid var(--border-color); + margin-bottom: 1rem; + width: 100%; +} + +nav.bottom table .previous { + padding-left: 4rem; +} + +nav.bottom table .next { + padding-right: 4rem; +} + +nav.top { + position: fixed; + top: 0; + width: 100%; + background-color: var(--nav-background-color); + opacity: 1; + /* N.B. this "makes sure" that floating elments go under it, + but it also interacts with the persistent ToC which must + go over it. If you're thinking of changing this, think + of changing js/persistent-toc.js as well. */ + z-index: var(--z-index-on-top-of-the-world); +} + +body.home nav.top { + display: none; +} + +nav.top div { + border-bottom: 1px solid var(--border-color); + padding-left: 4rem; + padding-right: 4rem; +} + +/* ============================================================ */ +/* Javascript annotations */ +.copyVerbIcon { + border: 1px solid var(--hovered-color); + border-radius: 0.2rem; +} + +.copyVerbIcon:hover { + cursor: pointer; + border: 1px solid var(--primary-color); +} + +/* ============================================================ */ +/* Javascript annotations */ +.popup-annotation-wrapper { + display: none; + position: fixed; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: var(--modal-overlay-color); +} + +.popup-annotation-body { + background-color: var(--popup-annotation-color); + color: var(--on-popup-annotation-color); + border: var(--popup-annotation-border-style); + width: 50%; + min-height: 40%; + max-height: 50%; + margin-top: 10%; + margin-left: auto; + margin-right: auto; + border-radius: 0.15em; + display: grid; + grid-template-rows: auto 1fr; + grid-template-columns: 100%; +} + +.wide .popup-annotation-body { + width: 80%; +} + +.tall .popup-annotation-body { + max-height: 80%; +} + +.popup-annotation-header { + height: 2em; + background-color: var(--popup-annotation-header-color); + color: var(--on-popup-annotation-header-color); + padding-left: 1em; + padding-right: 0.5em; + border-bottom: var(--popup-annotation-header-separator-border-style); +} + +.popup-annotation-header .annotation-close { + float: right; + cursor: pointer; + font-size: 125%; +} + +.popup-annotation-header .annotation-title { + padding-top: 0.1em; +} + +.popup-annotation-content { + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; + overflow: auto; +} + +.annotation-close { + padding-top: 4px; +} + +/* ============================================================ */ +/* Javascript controls */ +.js-controls-wrapper { + display: none; + position: fixed; + left: 0; + top: 0; + height: 100%; + width: 100%; + background-color: var(--modal-overlay-color); +} + +.js-controls-body { + background-color: var(--js-controls-color); + color: var(--on-js-controls-color); + border: var(--js-controls-border-style); + max-width: 300px; + margin-top: 5px; + margin-left: 10px; + opacity: 1; +} + +.js-controls-header { + height: 2em; + background-color: var(--js-controls-header-color); + color: var(--on-js-controls-header-color); + padding-left: 1em; + padding-right: 0.5em; + border-bottom: var(--js-controls-header-separator-border-style); +} + +.js-controls-header .js-controls-close { + float: right; + cursor: pointer; + font-size: 125%; +} + +.js-controls-header .js-controls-title { + padding-top: 0.1em; +} + +.js-controls-content { + background-color: var(--js-controls-color); + color: var(--on-js-controls-color); + padding: 1em; +} + +.js-controls-buttons { + text-align: center; + padding-bottom: 0.5em; +} + +.js-controls-buttons button { + display: inline-block; + text-align: center; + font-size: 14pt; + background-color: var(--enabled-color); + border-radius: 5px; + border: 2px solid var(--primary-color); + color: var(--on-surface-color); + text-align: center; + padding: 5px; + width: 3em; + transition: all 0.5s; + cursor: pointer; + margin: 5px; +} + +.js-controls-reload { + text-align: center; + background-color: var(--error-color); + color: var(--on-error-color); +} + +/* ============================================================ */ +/* Audio/video fallback. */ +.fallback { + border: solid 2px var(--error-color); + padding: 1rem; + border-radius: 4px; +} + +/* ============================================================ */ +/* Panel sets */ +/* Based on https://codepen.io/alvarotrigo/pen/RwLzvQz by Álvaro */ +.panelset { + display: flex; + flex-wrap: wrap; +} + +.panelset label { + order: 1; + display: block; + padding: 1rem 2rem; + margin-right: 0.2rem; + cursor: pointer; + transition: background ease 0.2s; + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; + color: var(--primary-color); +} + +.panelset .paneltab { + order: 99; /* Put the tabs last */ + flex-grow: 1; + width: 100%; + display: none; + padding: 1rem; + border: 2px solid var(--focused-color); + background-color: var(--panelset-color); +} + +.panelset input[type=radio] { + display: none; +} + +.panelset input[type=radio]:checked + label { + border-bottom: 2px solid var(--focused-color); + border-left: 1px solid var(--focused-color); + background-color: var(--panelset-color); + color: var(--on-background-color); +} + +.panelset label:hover { + border: 2px solid var(--focused-color); + color: var(--on-background-color); + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; +} + +.panelset input[type=radio]:checked + label + .paneltab { + display: block; +} + +.laser-pointer { + cursor: url("data:image/gif;base64,R0lGODlhFAAUAPYAAAAAAP81If82If82Iv82I/83I/83JP84Jf84Jv85Jv85J/86J/86KP86Kf87Kf87Kv88K/88LP89LP89Lf8+Lv8/L/8/MP9AMf9BMf9BMv9CM/9CNP9DNP9ENv9FN/9GOP9GOf9HOv9JPP9JPf9KPv9LP/9MQP9NQf9OQv9PQ/9QRf9RRv9SR/9TSP9USf9VSv9WTP9XTf9XTv9YTv9ZT/9aUf9bUf9bUv9cUv9cU/9dVP9dVf9fVv9gWP9hWf9iWv9jW/9kXP9lXf9mXv9mX/9nYP9oYP9oYf9qYv9qY/9rZP9uZ/9uaP9vaf9wav9xa/9ya/9ybP90bv91b/92cP92cf93cf95c/96dP97dv98dv98d/9+ef9/e/+Ae/+Cff+Ef/+EgP+FgP+Ggv+Jhf+Khv+MiP+Nif+Pi/+QjP+Sjv+Wkv+Zlv+bmP+em/+joP+mo/+qqP+vrf+wrv+xrv+ysP+0sv+1s/+2tP+2tf+8uv+9u/++vAAAAAAAAAAAACH5BAEAAAAALAAAAAAUABQAAAfNgACCg4SFhoeIiQBqWk1HR1FgioJaOikcmCEqPZKITSkPBwajBgccMVqHUaCjBw8PpA8xYYVlM7CmKjozJbAGHD2FUSGjwF1qZ1YxsA8qnYI9zLNwdXRuViWjIVGEOsw9bHV7e3FlMaIcR92wFkdu4nt0ZzPo6oPRBg86ZXF1dXBaUojaRqgJB21EyrBZA0aHhVIpngEIs6wUhxk9esQ4+CtYoSMlROV75atZl0NFepFq1YybpxghSHIooSOVojBReujQ0cPKmUlAgyoKBAA7") 9 9, auto; +} + +/* ============================================================ */ +@media screen { + .xref-pagenum::after { + content: "#"; + font-style: normal; + } +} +@media screen and (max-width: 1199px) { + nav.top div { + padding-left: 2rem; + padding-right: 2rem; + } + nav.bottom table .previous { + padding-left: 2rem; + } + nav.bottom table .next { + padding-right: 2rem; + } +} +@media screen and (max-width: 767px) { + nav.top div { + padding-left: 1rem; + padding-right: 1rem; + } + nav.bottom table .previous { + padding-left: 1rem; + } + nav.bottom table .next { + padding-right: 1rem; + } +} +/* + * This is xlink.css providing support for multi-targeted links. + * The "js" class is added by JavaScript. This enables graceful + * fallback in the non-JS case. +*/ +.xlink .source { + border-bottom: 1px dotted black; + cursor: pointer; +} + +.xlink-arc-list { + display: inline; + font-style: normal; + cursor: pointer; + font-size: 70%; +} + +.xlink-arc-list.js::before { + content: " "; /* thin space */ +} + +.nhrefs.js .xlink-arc-delim { + display: none; +} + +.nhrefs.js { + font-style: normal; + display: none; + margin-left: 4px; + margin-right: 0; + padding-bottom: 1em; + border: 2px solid var(--primary-variant-color); + border-radius: 4px; + z-index: 2; + background-color: var(--primary-color); + color: var(--on-primary-color); +} + +.nhrefs.js .arc { + display: list-item; + margin-left: 1.5em; + padding-right: 1em; +} + +.nhrefs.js .xlink-arc-title { + display: block; + background-color: #afafaf; + margin-left: 0; + margin-bottom: 0.5em; + text-align: center; +} + +/* + * This is oxy-markup.css. This CSS supports oXygen change markup + * processing instructions, converted to DocBook proper and then to + * HTML classes/spans. + */ +.oxy_insert { + background-color: transparent; + color: #009900; +} + +.oxy_insert::before { + content: var(--revadded-before); +} + +.oxy_insert::after { + content: var(--revadded-after); +} + +.oxy_delete { + background-color: transparent; + color: #cc3333; + text-decoration: line-through; +} + +.oxy_delete::before { + content: var(--revdeleted-before); +} + +.oxy_delete::after { + content: var(--revdeleted-after); +} + +/* This provides CSS support for the in-page ToC */ +html.js .pagetoc { + position: fixed; + top: 3rem; + right: 1em; + width: 18rem; + font-size: 95%; + height: calc(100% - 5em); + overflow: hidden; +} +html.js .pagetoc .toggle { + cursor: pointer; +} +html.js .pagetoc a { + text-decoration: none; +} +html.js .tocwrapper { + border-left: 1px solid #aaaaaa; + padding-left: 0.25rem; + line-height: 1.5; +} +html.js .pagetoc .ctrl { + position: fixed; + right: 1em; + z-index: 2; + opacity: 1; + height: 0; +} +html.js .tocwrapper .li::before { + display: inline-block; + content: " "; + width: 0.75rem; + text-indent: 0; +} +html.js .tocwrapper .li.active::before { + content: "•"; + text-indent: 0; +} +html.js .tocwrapper .li { + color: var(--primary-variant-color); + margin-left: 1.5rem; + text-indent: -1.5rem; + margin-top: 0.25rem; +} +html.js .tocwrapper .li.active { + color: var(--on-secondary-color); +} +html.js .tocwrapper .depth1 { + padding-left: 1.5rem; +} +html.js .tocwrapper .depth2 { + padding-left: 2.5rem; +} +html.js .tocwrapper .depth3 { + padding-left: 3.5rem; + font-size: 80%; +} +html.js .tocwrapper .depth4 { + padding-left: 4rem; + font-size: 80%; +} +html.js .tocwrapper .depth5 { + padding-left: 4.5rem; + font-size: 80%; +} +html.js .tocwrapper .depth6 { + padding-left: 5rem; + font-size: 80%; +} +@media screen and (max-width: 82rem) { + html.js .pagetoc { + display: none; + } +} diff --git a/docbook/docbook-5.2.1/release-notes/index.html b/docbook/docbook-5.2.1/release-notes/index.html new file mode 100644 index 0000000000..b381f4bcf1 --- /dev/null +++ b/docbook/docbook-5.2.1/release-notes/index.html @@ -0,0 +1,212 @@ +DocBook 5.2.1 Release Notes

DocBook 5.2.1 Release Notes

1Background

DocBook is general purpose XML schema particularly well suited to +books and papers about computer hardware and software (though it is by +no means limited to these applications).

For many years, DocBook was maintained by the +DocBook +Technical Committee at OASIS Open. That TC closed in September, 2024. +Current development is community driven, mostly through issues on +the repository +and the mailing lists. +

DocBook is normatively available as a RELAX NG Schema (with some +additional Schematron assertions). DocBook builds on existing XML technologies: +it uses XLink for linking, W3C XML Datatypes for atomic data types, and supports +the use of XInclude for transclusion.

Note

DocBook has been under active maintenance for more than 30 years, +it began life as an SGML document type definition.

The current DocBook released standard is version 5.2. The +version described here is DocBook version 5.2.1B1.

Bug reports and feature requests are welcome. +Please send comments and requests for enhancement to +the DocBook comments list, +docbook@lists.docbook.org +mailing list. Outstanding requests can be seen in the archives as well +as in the +issue tracker. +

2Summary of differences in 5.2.1

DocBook 5.2.1 fixes a +backwards incompatibility +accidentally introduced in DocBook 5.2. A classsynopsis is once again allowed to +one or more ooclass, ooexception, or +oointerface elements.

The build system has also been updated. In the course of that update, it was discovered +that the Schematron rules for callouts were not sufficient. Additional rules have been added +to assert that all arearefs on a callout point to +an element and that all linkend attributes on coref +point to a co.

3Summary of differences in 5.2

  1. Many new synopsis elements for programming languages. +

  2. New danger admonition element. +

  3. New formalgroup element to support subfigures, etc. +

  4. New transclusion fixup attributes. +

  5. New class attribute on sectioning +elements support legal sections. +

  6. New meta element added to info. +

  7. Added XInclude-enabled schema versions of Assembly and +International Tag Set (ITS) schemas.

  8. Added missing fragid and +set-xml-id to the XInclude-enabled schema. +

  9. Allow info as top-level element.

  10. Allow foreign namespace-qualified attributes on DocBook elements. +

  11. Allow info as a top-level element. +

  12. Updated content models so that modifier can appear +after +classname in ooclass, +interfacename in oointerface, +exceptionname in ooexception, +varname in fieldsynopsis, +methodname in constructorsynopsis, +methodname in destructorsynopsis, +and +enumname in enumsynopsis. +(It was already allowed +parameter in methodparam, +templatename in template, +package in packagesynopsis, +macroname in macrosynopsis, +macrodef in macroprototype, +unionname in unionsynopsis, +and typedefname in typedefsynopsis. +

  13. Added new element buildtarget. +

  14. Added new element danger. +

  15. Added new element enumidentifier. +

  16. Added new element enumitem. +

  17. Added new element enumitemdescription. +

  18. Added new element enunname. +

  19. Added new element enumsynopsis. +

  20. Added new element enumvalue. +

  21. Added new element formalgroup to contain multiple +figure, table, example, or equation +elements. (But not mixtures of them). +

  22. Added new element macrodef. +

  23. Added new element macroname. +

  24. Added new element macroprototype. +

  25. Added new element macrosynopsis. +

  26. Added new element meta. +

  27. Added new element packagesynopsis. +

  28. Added new element specializedtemplate. +

  29. Added new element synopsisinfo with a verbatim content model. +

  30. Added new element template. +

  31. Added new element templatename. +

  32. Added new element typedefname. +

  33. Added new element typedefsynopsis. +

  34. Added new element union. +

  35. Added new element unionname. +

  36. Added new element unionsynopsis. +

  37. Added db.trans.idfixup.attribute = "none|suffix|auto". +

  38. Added db.trans.suffix.attribute as “text” with a Schematron rule to force idfixup attribute if suffix used.

  39. Added db.trans.linkscope.attribute = "user|local|near|global".

  40. Added trans:idfixup, trans:suffix, and trans:linkscope to common attributes.

  41. Added pubwork attribute with the possible +values: +article, +bbs, +book, +cdrom, +chapter, +dvd, +emailmessage, +gopher, +journal, +manuscript, +newsposting, +other, +part, +refentry, +section, +series, +set, +webpage, and +wiki +to biblioentry and bibliomixed.

  42. Added otherpubwork attribute for when +pubwork has the valeu “other” +specified, but no Schematron to enforce it.

  43. Added optional type attribute (text) to procedure element.

  44. Added optional type attribute to example, informalexample, figure, and informalfigure elements.

  45. Added fgstyle attribute, used in formalgroup only. +

  46. Added enumerated class attribute to the +section elements (section and sect1 through +sect5) with the values legal or +other. +

  47. Added otherclass attribute to +section elements to support other values. +

  48. Added other to the existing article class attribute enumeration. +

  49. Added otherclass attribute to +article. +

  50. Added a type attribute to +table and informaltable elements (CALS and HTML +table syntax). +

  51. Added a type attribute to +equation and informalequation. +

  52. Added class attribute with enumerated values +union and intersection to the +type element. +

  53. Added Schematron rule to exclude danger element as +descendant of admonitions. +

  54. Added packageref attribute to +cmdsynopsis, +funcsynopsis, +classsynopsis, +fieldsynopsis, +constructorsynopsis, +destructorsynopsis, +methodsynopsis, +macrosynopsis, +unionsynopsis, +enumsynopsis, +typedefsynopsis, and +packagesynopsis. +

  55. Added db.programmingsynopsis elements to db.synopsis.blocks. +

  56. Changed db._any to remove HTML namespace reference. +

  57. Added db.revnumber to db.publishing.inlines. +

  58. Added db.wrapper.blocks to db.nopara.blocks. +

  59. Added meta element to info set. Can be empty or have block and inline content. +

  60. Changed abstract content from db.para.blocks+ to db.all.blocks+ to expand its content model. +

  61. Added Schematron rule to footnote to exclude danger element (similar to other admonitions). +

  62. Added Schematron rule to caption to exclude danger element (similar to other admonitions). +

  63. Added Schematron rule to exclude danger element as descendant of admonitions. +

  64. Added optional info child to listitem element. +

  65. Added multimediaparam children to imagedata element (already allowed on audiodata and videodata). +

  66. Allowed refentry in sect1 through sect5 (already allowed in section). +

  67. Added elements +buildtarget, +templatename, +macroname, +unionname, +enumname, +enumvalue, +enumidentifier, and +typedefname to the list of programming inlines. +

  68. Added elements +enumsynopsis, +typedefsynopsis, +packagesynopsis, +macrosynopsis, +unionsynopsis, +enumsynopsis, and +typedefsynopsis to the list in db.synopsis.blocks. +

  69. Added elements +packagesynopsis, +macrosynopsis, +typedefsynopsis, +and enumsynopsis to the +db.programmingsynopsis set. +

  70. Added elements templatename and void to the funcdef content model. +

  71. Added elements templatename and modifier to the paramdef content model. +

  72. Added elements info, +templatename, +template, +and ooexception to the classsynopsis content model. +

  73. Added elements info and +synopsisinfo to the constructorsynopsis content model. +

  74. Added elements info and +synopsisinfo to the destructorsynopsis content model. +

  75. Added elements info, +synopsisinfo, +and templatename to the fieldsynopsis content model. +

  76. Added elements info, +synopsisinfo, +and templatename to the methodsynopsis content model. +

  77. Added element templatename to the methodparam content model. +

  78. Added programming inlines to the type element. +

  79. Allow optional element to nest in an optional element. +

  80. Added trans namespace declarations for transclusion. +

  81. Added 10 s: schematron namespace declarations. +

  82. Added db.wrapper.blocks to “start” set. +

  83. Defined db.wrapper.blocks as db.formalgroup. +

  84. Deleted db.programmingsynopsis named pattern (only used in start, now handled by +db.synopsis.blocks). +

  85. Removed unnecessary \x{a} whitespace from Schematron rules. +

  86. Added a Schematron rule to callout element so +arearefs must point to areaset, +area, or co. +

  87. Added a Schematron rule to EBNF constraint element so its +linkend must point to a +constraintdef. +

  88. Added a Schematron rule to EBNF productionrecap element so its +linkend must point to a +production. +

\ No newline at end of file diff --git a/docbook/docbook-5.2.1/release-notes/release-notes.xml b/docbook/docbook-5.2.1/release-notes/release-notes.xml new file mode 100644 index 0000000000..223fefea63 --- /dev/null +++ b/docbook/docbook-5.2.1/release-notes/release-notes.xml @@ -0,0 +1,516 @@ +
+ +DocBook 5.2.1 Release Notes +2026-03-05 + + +
+Background + +DocBook is general purpose XML schema particularly well suited to +books and papers about computer hardware and software (though it is by +no means limited to these applications). + +For many years, DocBook was maintained by the +DocBook +Technical Committee at OASIS Open. That TC closed in September, 2024. +Current development is community driven, mostly through issues on +the repository +and the mailing lists. + + +DocBook is normatively available as a RELAX NG Schema (with some +additional Schematron assertions). DocBook builds on existing XML technologies: +it uses XLink for linking, W3C XML Datatypes for atomic data types, and supports +the use of XInclude for transclusion. + + +DocBook has been under active maintenance for more than 30 years, +it began life as an SGML document type definition. + + +The current DocBook released standard is version 5.2. The +version described here is DocBook version 5.2.1B1. + +Bug reports and feature requests are welcome. +Please send comments and requests for enhancement to +the DocBook comments list, +docbook@lists.docbook.org +mailing list. Outstanding requests can be seen in the archives as well +as in the +issue tracker. + +
+ +
+Summary of differences in 5.2.1 + +DocBook 5.2.1 fixes a +backwards incompatibility +accidentally introduced in DocBook 5.2. A classsynopsis is once again allowed to +one or more ooclass, ooexception, or +oointerface elements. + +The build system has also been updated. In the course of that update, it was discovered +that the Schematron rules for callouts were not sufficient. Additional rules have been added +to assert that all arearefs on a callout point to +an element and that all linkend attributes on coref +point to a co. +
+ +
+Summary of differences in 5.2 + + + +Many new synopsis elements for programming languages. + + + +New danger admonition element. + + + +New formalgroup element to support subfigures, etc. + + + +New transclusion fixup attributes. + + + +New class attribute on sectioning +elements support legal sections. + + + +New meta element added to info. + + + +Added XInclude-enabled schema versions of Assembly and +International Tag Set (ITS) schemas. + + +Added missing fragid and +set-xml-id to the XInclude-enabled schema. + + + +Allow info as top-level element. + + +Allow foreign namespace-qualified attributes on DocBook elements. + + + +Allow info as a top-level element. + + + +Updated content models so that modifier can appear +after +classname in ooclass, +interfacename in oointerface, +exceptionname in ooexception, +varname in fieldsynopsis, +methodname in constructorsynopsis, +methodname in destructorsynopsis, +and +enumname in enumsynopsis. +(It was already allowed +parameter in methodparam, +templatename in template, +package in packagesynopsis, +macroname in macrosynopsis, +macrodef in macroprototype, +unionname in unionsynopsis, +and typedefname in typedefsynopsis. + + + +Added new element buildtarget. + + + +Added new element danger. + + + +Added new element enumidentifier. + + + +Added new element enumitem. + + + +Added new element enumitemdescription. + + + +Added new element enunname. + + + +Added new element enumsynopsis. + + + +Added new element enumvalue. + + + +Added new element formalgroup to contain multiple +figure, table, example, or equation +elements. (But not mixtures of them). + + + +Added new element macrodef. + + + +Added new element macroname. + + + +Added new element macroprototype. + + + +Added new element macrosynopsis. + + + +Added new element meta. + + + +Added new element packagesynopsis. + + + +Added new element specializedtemplate. + + + +Added new element synopsisinfo with a verbatim content model. + + + +Added new element template. + + + +Added new element templatename. + + + +Added new element typedefname. + + + +Added new element typedefsynopsis. + + + +Added new element union. + + + +Added new element unionname. + + + +Added new element unionsynopsis. + + + +Added db.trans.idfixup.attribute = "none|suffix|auto". + + + +Added db.trans.suffix.attribute as “text” with a Schematron rule to force idfixup attribute if suffix used. + + +Added db.trans.linkscope.attribute = "user|local|near|global". + + +Added trans:idfixup, trans:suffix, and trans:linkscope to common attributes. + + +Added pubwork attribute with the possible +values: +article, +bbs, +book, +cdrom, +chapter, +dvd, +emailmessage, +gopher, +journal, +manuscript, +newsposting, +other, +part, +refentry, +section, +series, +set, +webpage, and +wiki +to biblioentry and bibliomixed. + + +Added otherpubwork attribute for when +pubwork has the valeu “other” +specified, but no Schematron to enforce it. + + +Added optional type attribute (text) to procedure element. + + +Added optional type attribute to example, informalexample, figure, and informalfigure elements. + + +Added fgstyle attribute, used in formalgroup only. + + + +Added enumerated class attribute to the +section elements (section and sect1 through +sect5) with the values legal or +other. + + + +Added otherclass attribute to +section elements to support other values. + + + +Added other to the existing article class attribute enumeration. + + + +Added otherclass attribute to +article. + + + +Added a type attribute to +table and informaltable elements (CALS and HTML +table syntax). + + + +Added a type attribute to +equation and informalequation. + + + +Added class attribute with enumerated values +union and intersection to the +type element. + + + +Added Schematron rule to exclude danger element as +descendant of admonitions. + + + +Added packageref attribute to +cmdsynopsis, +funcsynopsis, +classsynopsis, +fieldsynopsis, +constructorsynopsis, +destructorsynopsis, +methodsynopsis, +macrosynopsis, +unionsynopsis, +enumsynopsis, +typedefsynopsis, and +packagesynopsis. + + + +Added db.programmingsynopsis elements to db.synopsis.blocks. + + + +Changed db._any to remove HTML namespace reference. + + + +Added db.revnumber to db.publishing.inlines. + + + +Added db.wrapper.blocks to db.nopara.blocks. + + + +Added meta element to info set. Can be empty or have block and inline content. + + + +Changed abstract content from db.para.blocks+ to db.all.blocks+ to expand its content model. + + + +Added Schematron rule to footnote to exclude danger element (similar to other admonitions). + + + +Added Schematron rule to caption to exclude danger element (similar to other admonitions). + + + +Added Schematron rule to exclude danger element as descendant of admonitions. + + + +Added optional info child to listitem element. + + + +Added multimediaparam children to imagedata element (already allowed on audiodata and videodata). + + + +Allowed refentry in sect1 through sect5 (already allowed in section). + + + +Added elements +buildtarget, +templatename, +macroname, +unionname, +enumname, +enumvalue, +enumidentifier, and +typedefname to the list of programming inlines. + + + +Added elements +enumsynopsis, +typedefsynopsis, +packagesynopsis, +macrosynopsis, +unionsynopsis, +enumsynopsis, and +typedefsynopsis to the list in db.synopsis.blocks. + + + +Added elements +packagesynopsis, +macrosynopsis, +typedefsynopsis, +and enumsynopsis to the +db.programmingsynopsis set. + + + +Added elements templatename and void to the funcdef content model. + + + +Added elements templatename and modifier to the paramdef content model. + + + +Added elements info, +templatename, +template, +and ooexception to the classsynopsis content model. + + + +Added elements info and +synopsisinfo to the constructorsynopsis content model. + + + +Added elements info and +synopsisinfo to the destructorsynopsis content model. + + + +Added elements info, +synopsisinfo, +and templatename to the fieldsynopsis content model. + + + +Added elements info, +synopsisinfo, +and templatename to the methodsynopsis content model. + + + +Added element templatename to the methodparam content model. + + + +Added programming inlines to the type element. + + + +Allow optional element to nest in an optional element. + + + +Added trans namespace declarations for transclusion. + + + +Added 10 s: schematron namespace declarations. + + + +Added db.wrapper.blocks to “start” set. + + + +Defined db.wrapper.blocks as db.formalgroup. + + + +Deleted db.programmingsynopsis named pattern (only used in start, now handled by +db.synopsis.blocks). + + + +Removed unnecessary \x{a} whitespace from Schematron rules. + + + +Added a Schematron rule to callout element so +arearefs must point to areaset, +area, or co. + + + +Added a Schematron rule to EBNF constraint element so its +linkend must point to a +constraintdef. + + + +Added a Schematron rule to EBNF productionrecap element so its +linkend must point to a +production. + + + +
+
diff --git a/docbook/docbook-v5.2-os/rng/assembly.rnc b/docbook/docbook-5.2.1/rng/assembly.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/assembly.rnc rename to docbook/docbook-5.2.1/rng/assembly.rnc index 22969778d5..21021e735e --- a/docbook/docbook-v5.2-os/rng/assembly.rnc +++ b/docbook/docbook-5.2.1/rng/assembly.rnc @@ -10,7 +10,7 @@ namespace svg = "http://www.w3.org/2000/svg" namespace trans = "http://docbook.org/ns/transclusion" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook Assembly V5.2CR5 +# This file is part of DocBook Assembly V5.2.1 # # Copyright 2008-2015 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -28,12 +28,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -74,7 +74,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -5983,6 +5983,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -6145,6 +6156,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -9030,7 +9064,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/assembly.rng b/docbook/docbook-5.2.1/rng/assembly.rng new file mode 100644 index 0000000000..66825c45ad --- /dev/null +++ b/docbook/docbook-5.2.1/rng/assembly.rng @@ -0,0 +1,18298 @@ + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + + + + Any attribute in any other explicit namespace + + + + + + + + + + + + + + Any element from almost any namespace + + + + + + + + + + + + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + + + + + + + + + + +
+ + + + + + + + + + + + + Identifies the markup grammar of a resource + + +
+ + + + + + + + + + + + + + + + + Defines the hierarchy and relationships for a collection of resources + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + Contains one or more resource objects that are managed by the assembly + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + +
+
+ + + + + + Indentifies the location of the data by URI + + + + + + + + + Identifies the markup grammar of a resource + + + + + + + + + + + + + + + + + + + + Identifies an object managed within the assembly + + + + + + + +
+
+ + + + + + Identifies the structure type of the structure + + + + + + Indicates a single resource from which to construct this structure + + + + + + Identifies the default format of the structure + + + + + + Specifies the DocBook element to which this unit should be renamed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Describes the structure of a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + Specification of renderas + + The renderas attribute can be specified on either the structure or output, but not both. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies chunking for this module + + + + + + Specifies the output file for this module or structure + + + + + + Specifies the DocBook element to which this unit should be renamed + + + + + + Specifies the transformation that should be applied to this unit + + + + + + Indicates whether or not this unit should be suppressed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specify an output format and/or file name and/or renderas + + + + +
+
+ + + + + + Indicates a single resource from which to read merged info + + + + + + + + + + + + + + + + + A wrapper for information that a module overrides in the resource it includes + + + + + + + + + +
+
+ + + + + + true + This module will be in a chunk + false + This module will not be in a chunk + auto + Chunking of this module depends on the overall chunking algorithm + + + + + Specifies chunking for this module + + + + + + Identifies a single resource or structure within the assembly from which to construct this module + + + + + + + Indicates if titles should be omitted when including a resource + + + + + + + + Indicates if the root element should be omitted when including the resource (copying only the children) + + + + + + + Changes the name of the root element of the included resource to the specified name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A modular component within a structure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + Specification of renderas + + The renderas attribute can be specified on either the structure or output, but not both. + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + Elements with effectivity attributes matching this element are suppressed + + + + +
+
+ + + + + + + + + + + + + + Elements with effectivity attributes matching this element are allowed + + + + +
+
+ + + + + + Identifies the type of the contained relationships + + + + + + + + + + + + + + + + + + + + Groups relationship elements to define associations between resources + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Identifies the type of the relationship + + + + + + + + + + + + + + + + + + + + A relationship associates one or more resources + + + + + + + +
+
+ + + + + + + + + + + + + + + + + Identifies the type of relationship between one or more resources + + + + + + +
+
+ + + + + + Specifies the type of link for this instance + + + + + + + + + + + + + + + + + Identifies a resource that is part of a relationship + + + + + +
+
+ + + + + + + + + + + + + + + + + List of transforms for converting from non-DocBook schemas + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Indentifies the location of the data by URI + + + + + + The name of the transform + + + + + + + + + + + + + + + + + + + Identifies a transform for converting from a non-DocBook schema + + + + +
+
+ + + + + + + + + + + + + + A description of a resource or resources + + + + +
+
diff --git a/docbook/docbook-v5.2-os/rng/assemblyxi.rnc b/docbook/docbook-5.2.1/rng/assemblyxi.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/assemblyxi.rnc rename to docbook/docbook-5.2.1/rng/assemblyxi.rnc index 52259fc230..83fb4c4135 --- a/docbook/docbook-v5.2-os/rng/assemblyxi.rnc +++ b/docbook/docbook-5.2.1/rng/assemblyxi.rnc @@ -11,7 +11,7 @@ namespace trans = "http://docbook.org/ns/transclusion" namespace xi = "http://www.w3.org/2001/XInclude" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook Assembly XIncludeV5.2CR5 +# This file is part of DocBook Assembly V5.2.1 # # Copyright 2020 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -29,12 +29,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -76,7 +76,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -5985,6 +5985,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -6147,6 +6158,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -9032,7 +9066,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/assemblyxi.rng b/docbook/docbook-5.2.1/rng/assemblyxi.rng new file mode 100644 index 0000000000..8fae201223 --- /dev/null +++ b/docbook/docbook-5.2.1/rng/assemblyxi.rng @@ -0,0 +1,18392 @@ + + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + + + + Any attribute in any other explicit namespace + + + + + + + + + + + + + + Any element from almost any namespace + + + + + + + + + + + + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + + + + + + + + + + +
+ + + + + + + + + + + + + Identifies the markup grammar of a resource + + +
+ + + + + + + + + + + + + + + + + + Defines the hierarchy and relationships for a collection of resources + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + Contains one or more resource objects that are managed by the assembly + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Indentifies the location of the data by URI + + + + + + + + + Identifies the markup grammar of a resource + + + + + + + + + + + + + + + + + + + + Identifies an object managed within the assembly + + + + + + + +
+
+ + + + + + Identifies the structure type of the structure + + + + + + Indicates a single resource from which to construct this structure + + + + + + Identifies the default format of the structure + + + + + + Specifies the DocBook element to which this unit should be renamed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Describes the structure of a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + Specification of renderas + + The renderas attribute can be specified on either the structure or output, but not both. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies chunking for this module + + + + + + Specifies the output file for this module or structure + + + + + + Specifies the DocBook element to which this unit should be renamed + + + + + + Specifies the transformation that should be applied to this unit + + + + + + Indicates whether or not this unit should be suppressed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specify an output format and/or file name and/or renderas + + + + +
+
+ + + + + + Indicates a single resource from which to read merged info + + + + + + + + + + + + + + + + + A wrapper for information that a module overrides in the resource it includes + + + + + + + + + +
+
+ + + + + + true + This module will be in a chunk + false + This module will not be in a chunk + auto + Chunking of this module depends on the overall chunking algorithm + + + + + Specifies chunking for this module + + + + + + Identifies a single resource or structure within the assembly from which to construct this module + + + + + + + Indicates if titles should be omitted when including a resource + + + + + + + + Indicates if the root element should be omitted when including the resource (copying only the children) + + + + + + + Changes the name of the root element of the included resource to the specified name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A modular component within a structure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + Specification of renderas + + The renderas attribute can be specified on either the structure or output, but not both. + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + Elements with effectivity attributes matching this element are suppressed + + + + +
+
+ + + + + + + + + + + + + + Elements with effectivity attributes matching this element are allowed + + + + +
+
+ + + + + + Identifies the type of the contained relationships + + + + + + + + + + + + + + + + + + + + + Groups relationship elements to define associations between resources + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + Identifies the type of the relationship + + + + + + + + + + + + + + + + + + + + A relationship associates one or more resources + + + + + + + +
+
+ + + + + + + + + + + + + + + + + Identifies the type of relationship between one or more resources + + + + + + +
+
+ + + + + + Specifies the type of link for this instance + + + + + + + + + + + + + + + + + Identifies a resource that is part of a relationship + + + + + +
+
+ + + + + + + + + + + + + + + + + + List of transforms for converting from non-DocBook schemas + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + Indentifies the location of the data by URI + + + + + + The name of the transform + + + + + + + + + + + + + + + + + + + Identifies a transform for converting from a non-DocBook schema + + + + +
+
+ + + + + + + + + + + + + + A description of a resource or resources + + + + +
+
+ + + + + + + + + + + + + + [^#]+ + + + + + + + xml + text + + + + + + + + + + + + + + + + + + + + + + + + + + + + An XInclude + + + + + + +
+
+ + + + An XInclude fallback + + + + + + + + + + + + + +
+
diff --git a/docbook/docbook-v5.2-os/rng/dbits.rnc b/docbook/docbook-5.2.1/rng/dbits.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/dbits.rnc rename to docbook/docbook-5.2.1/rng/dbits.rnc index ba3db291f5..7edb8931f3 --- a/docbook/docbook-v5.2-os/rng/dbits.rnc +++ b/docbook/docbook-5.2.1/rng/dbits.rnc @@ -11,7 +11,7 @@ namespace svg = "http://www.w3.org/2000/svg" namespace trans = "http://docbook.org/ns/transclusion" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook ITS V5.2CR5 +# This file is part of DocBook ITS V5.2.1 # # Copyright 2007-2020 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -29,12 +29,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -126,7 +126,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -7046,6 +7046,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -7244,6 +7255,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -10421,7 +10455,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/dbits.rng b/docbook/docbook-5.2.1/rng/dbits.rng new file mode 100644 index 0000000000..bb4cdfde3e --- /dev/null +++ b/docbook/docbook-5.2.1/rng/dbits.rng @@ -0,0 +1,20385 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + Any attribute in an other explicit namespace. + + + + + + + + + + + + + + + Version of ITS + + [0-9]+\.[0-9]+ + + + + The query language to be used for processing the rules + + xpath + css + + + + + + Absolute selector + + + + + Relative selector + + + + + + + + 0 + 1 + + + + The Translate data category information to be attached to the current node + + yes + The nodes need to be translated + no + The nodes must not be translated + + + + + + + The type of localization note + + alert + Localization note is an alert + description + Localization note is a description + + + + + + + + + + Indicates a term locally + + yes + The value 'yes' means that this is a term + no + The value 'no' means that this is not a term + + + + + + + The text direction for the context + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + States whether current context is regarded as "within text" + + yes + The element and its content are part of the flow of its parent element + no + The element splits the text flow of its parent element and its content is an independent text flow + nested + The element is part of the flow of its parent element, its content is an independent flow + + + + A comma separated list of mappings between values in the content +and workflow specific values. The values may contain spaces; in +that case they MUST be delimited by quotation marks. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + include + exclude + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + terminology + mistranslation + omission + untranslated + addition + duplication + inconsistency + grammar + legal + register + locale-specific-content + locale-violation + style + characters + misspelling + typographical + formatting + inconsistent-entities + numbers + markup + pattern-problem + whitespace + internationalization + length + non-conformance + uncategorized + other + + + + + + + + 0 + 100 + + + + + + + + yes + no + + + + + 0 + 100 + + + + + + + + 0 + 100 + + + + + + + + + + + + + + + + + + + + + + + cr + lf + crlf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Version of ITS + + + + + + Version of ITS + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + xml:id + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Container for global rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Declaration of variable used in selectors + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inline element to contain ITS information + + + + + + + + + + + + + + + + + + + + + + + Rule about the Translate data category + + + + + + + + + + + + + + + + + Rule about the Localization Note data category + + + + + + + + + + + + + + + + + + + + + + + + + + Localization note + + + + + + + + + + + + + + + + + + + + + Rule about the Terminology data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Directionality data category + + + + + + + + + + + + + + + + + Rule about the Language Information data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Elements Within Text data category + + + + + + + + + + + + + + + + + Rule about the Domain data category + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Disambiguation data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the LocaleFilter data category + + + + + + + + + + + + + + + + + + + + Rule about the Provenance data category + + + + + + + + + + + + + + + + + + + + + + Rule about the External Resource data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Target Pointer data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Id Value data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Preserve Space data category + + + + + + + + + + + + + + + + + + default + preserve + + + + + + Rule about the Localization Quality Issue data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the MT Confidence data category + + + + + + + + + + + + + + + + + Rule about the Allowed Characters data category + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Allowed Characters data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Standoff markup for Provenance data category + + + + + + + + + + + + + + + + + Provenance record used in Provenance standoff markup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Standoff markup for Localization Quality Issue data category + + + + + + + + + + + + + + + + + Issue recorded in Localization Quality standoff markup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docbook/docbook-v5.2-os/rng/dbitsxi.rnc b/docbook/docbook-5.2.1/rng/dbitsxi.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/dbitsxi.rnc rename to docbook/docbook-5.2.1/rng/dbitsxi.rnc index b6bf90b6a2..302198edf1 --- a/docbook/docbook-v5.2-os/rng/dbitsxi.rnc +++ b/docbook/docbook-5.2.1/rng/dbitsxi.rnc @@ -13,7 +13,7 @@ namespace trans = "http://docbook.org/ns/transclusion" namespace xi = "http://www.w3.org/2001/XInclude" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook ITS XInclude V5.2CR5 +# This file is part of DocBook ITS V5.2.1 # # Copyright 2007-2020 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -31,12 +31,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -130,7 +130,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -7080,6 +7080,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -7278,6 +7289,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -10458,7 +10492,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/dbitsxi.rng b/docbook/docbook-5.2.1/rng/dbitsxi.rng new file mode 100644 index 0000000000..300977d2e9 --- /dev/null +++ b/docbook/docbook-5.2.1/rng/dbitsxi.rng @@ -0,0 +1,20610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + [^#]+ + + + + + + + xml + text + + + + + + + + + + + + + + + + + + + + + + + + + + + + An XInclude + + + + + + +
+
+ + + + An XInclude fallback + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + Any attribute in an other explicit namespace. + + + + + + + + + + + + + + + Version of ITS + + [0-9]+\.[0-9]+ + + + + The query language to be used for processing the rules + + xpath + css + + + + + + Absolute selector + + + + + Relative selector + + + + + + + + 0 + 1 + + + + The Translate data category information to be attached to the current node + + yes + The nodes need to be translated + no + The nodes must not be translated + + + + + + + The type of localization note + + alert + Localization note is an alert + description + Localization note is a description + + + + + + + + + + Indicates a term locally + + yes + The value 'yes' means that this is a term + no + The value 'no' means that this is not a term + + + + + + + The text direction for the context + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + States whether current context is regarded as "within text" + + yes + The element and its content are part of the flow of its parent element + no + The element splits the text flow of its parent element and its content is an independent text flow + nested + The element is part of the flow of its parent element, its content is an independent flow + + + + A comma separated list of mappings between values in the content +and workflow specific values. The values may contain spaces; in +that case they MUST be delimited by quotation marks. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + include + exclude + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + terminology + mistranslation + omission + untranslated + addition + duplication + inconsistency + grammar + legal + register + locale-specific-content + locale-violation + style + characters + misspelling + typographical + formatting + inconsistent-entities + numbers + markup + pattern-problem + whitespace + internationalization + length + non-conformance + uncategorized + other + + + + + + + + 0 + 100 + + + + + + + + yes + no + + + + + 0 + 100 + + + + + + + + 0 + 100 + + + + + + + + + + + + + + + + + + + + + + + cr + lf + crlf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Version of ITS + + + + + + Version of ITS + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + + xml:id + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Container for global rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Declaration of variable used in selectors + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Inline element to contain ITS information + + + + + + + + + + + + + + + + + + + + + + + Rule about the Translate data category + + + + + + + + + + + + + + + + + Rule about the Localization Note data category + + + + + + + + + + + + + + + + + + + + + + + + + + Localization note + + + + + + + + + + + + + + + + + + + + + Rule about the Terminology data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Directionality data category + + + + + + + + + + + + + + + + + Rule about the Language Information data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Elements Within Text data category + + + + + + + + + + + + + + + + + Rule about the Domain data category + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Disambiguation data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the LocaleFilter data category + + + + + + + + + + + + + + + + + + + + Rule about the Provenance data category + + + + + + + + + + + + + + + + + + + + + + Rule about the External Resource data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Target Pointer data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Id Value data category + + + + + + + + + + + + + + + + + + + + + + Rule about the Preserve Space data category + + + + + + + + + + + + + + + + + + default + preserve + + + + + + Rule about the Localization Quality Issue data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the MT Confidence data category + + + + + + + + + + + + + + + + + Rule about the Allowed Characters data category + + + + + + + + + + + + + + + + + + + + + + + + + Rule about the Allowed Characters data category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Standoff markup for Provenance data category + + + + + + + + + + + + + + + + + Provenance record used in Provenance standoff markup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Standoff markup for Localization Quality Issue data category + + + + + + + + + + + + + + + + + Issue recorded in Localization Quality standoff markup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docbook/docbook-v5.2-os/rng/docbook.rnc b/docbook/docbook-5.2.1/rng/docbook.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/docbook.rnc rename to docbook/docbook-5.2.1/rng/docbook.rnc index f81c88db15..7320c177ab --- a/docbook/docbook-v5.2-os/rng/docbook.rnc +++ b/docbook/docbook-5.2.1/rng/docbook.rnc @@ -10,7 +10,7 @@ namespace svg = "http://www.w3.org/2000/svg" namespace trans = "http://docbook.org/ns/transclusion" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook V5.2CR5 +# This file is part of DocBook V5.2.1 # # Copyright 1992-2015 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -28,12 +28,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -132,7 +132,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -7051,6 +7051,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -7249,6 +7260,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -10426,7 +10460,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/docbook.rng b/docbook/docbook-5.2.1/rng/docbook.rng new file mode 100644 index 0000000000..c6c23b78be --- /dev/null +++ b/docbook/docbook-5.2.1/rng/docbook.rng @@ -0,0 +1,18489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + + + + Any attribute in any other explicit namespace + + + + + + + + + + + + + + Any element from almost any namespace + + + + + + + + + + + + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
diff --git a/docbook/docbook-v5.2-os/rng/docbookxi.rnc b/docbook/docbook-5.2.1/rng/docbookxi.rnc old mode 100755 new mode 100644 similarity index 99% rename from docbook/docbook-v5.2-os/rng/docbookxi.rnc rename to docbook/docbook-5.2.1/rng/docbookxi.rnc index 6be7bbacf1..b99583b09c --- a/docbook/docbook-v5.2-os/rng/docbookxi.rnc +++ b/docbook/docbook-5.2.1/rng/docbookxi.rnc @@ -11,7 +11,7 @@ namespace trans = "http://docbook.org/ns/transclusion" namespace xi = "http://www.w3.org/2001/XInclude" namespace xlink = "http://www.w3.org/1999/xlink" -# This file is part of DocBook XInclude V5.2CR5 +# This file is part of DocBook V5.2.1 # # Copyright 1992-2015 HaL Computer Systems, Inc., # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software @@ -29,12 +29,12 @@ namespace xlink = "http://www.w3.org/1999/xlink" # # If you modify the DocBook schema in any way, label your schema as a # variant of DocBook. See the reference documentation -# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# (https://tdg.docbook.org/tdg/5.2/ch05.html#s-notdocbook) # for more information. # # Please direct all questions, bug reports, or suggestions for changes -# to the docbook-comment@lists.oasis-open.org mailing list. For more -# information, see http://www.oasis-open.org/docbook/. +# to the docbook@lists.docbook.org mailing list. For more +# information, see https://docbook.org/. # # ====================================================================== @@ -134,7 +134,7 @@ db.audience.attribute = attribute audience { text } db.condition.attribute = - ## provides a standard place for application-specific effectivity + ## Provides a standard place for application-specific effectivity attribute condition { text } db.conformance.attribute = @@ -7083,6 +7083,17 @@ div { ## A called out ## description of a marked area [ + s:pattern [ + s:title [ "Callout cross reference idref constraint" ] + s:rule [ + context = "db:callout[@arearefs]" + s:assert [ + test = + "every $id in tokenize(current()/@arearefs) satisfies exists(//*[@xml:id = $id])" + "Each token in @arearefs must be an idref to an element in the document." + ] + ] + ] s:pattern [ s:title [ "Callout cross reference constraint" ] s:rule [ @@ -7281,6 +7292,29 @@ div { db.coref = ## A cross reference to a co + [ + s:pattern [ + s:title [ "Coref cross reference idref constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = "exists(//*[@xml:id=current()/@linkend])" + "@linkend on coref must point to an xml:id" + ] + ] + ] + s:pattern [ + s:title [ "Coref cross reference constraint" ] + s:rule [ + context = "db:coref[@linkend]" + s:assert [ + test = + "every $id in @linkend satisfies (every $ar in //*[@xml:id = $id] satisfies (local-name($ar) = 'co') and namespace-uri($ar) = 'http://docbook.org/ns/docbook')" + "@linkend on coref must point to a co." + ] + ] + ] + ] element coref { db.coref.attlist, empty } } div { @@ -10461,7 +10495,7 @@ div { db.classsynopsis.info, db.classsynopsisinfo*, db.templatename*, - db.oo.inlines, + db.oo.inlines+, (db.template | db.ooexception | db.methodsynopsis diff --git a/docbook/docbook-5.2.1/rng/docbookxi.rng b/docbook/docbook-5.2.1/rng/docbookxi.rng new file mode 100644 index 0000000000..4c355ede44 --- /dev/null +++ b/docbook/docbook-5.2.1/rng/docbookxi.rng @@ -0,0 +1,18712 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Any attribute, including any attribute in any namespace + + + + + + Any attribute in any other explicit namespace + + + + + + + + + + + + + + Any element from almost any namespace + + + + + + + + + + + + + + +
+ + + Designates the computer or chip architecture to which the element applies + + + + + Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. + + + + + Provides a standard place for application-specific effectivity + + + + + Indicates standards conformance characteristics of the element + + + + + Indicates the operating system to which the element is applicable + + + + + Indicates the editorial revision to which the element belongs + + + + + Indicates something about the security level associated with the element to which it applies + + + + + Indicates the level of user experience for which the element applies + + + + + Indicates the computer vendor to which the element applies + + + + + Indicates the word size (width in bits) of the computer architecture to which the element applies + + + + + Indicates the output format (for example, print or epub) to which the element applies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Points to the element whose content is to be used as the text of the link + + + + + + Points to an internal link target by identifying the value of its xml:id attribute + + + + + + Points to one or more internal link targets by identifying the value of their xml:id attributes + + + + + + Identifies a link target with a URI + + + + + + Identifies the XLink link type + simple + An XLink simple link type + + + + + Identifies the XLink role of the link + + + + + + Identifies the XLink arcrole of the link + + + + + + Identifies the XLink title of the link + + + + + new + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + replace + An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. + embed + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + other + The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink show behavior of the link + + + + + + onLoad + An application should traverse to the ending resource immediately on loading the starting resource. + onRequest + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + other + The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. + none + The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. + + + + + Identifies the XLink actuate behavior of the link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the unique ID value of the element + + + + + + Specifies the DocBook version of the element and its descendants + + + + + Specifies the natural language of the element and its descendants + + + + + Specifies the base URI of the element and its descendants + + + + + + Provides the name or similar semantic identifier assigned to the content in some previous markup scheme + + + + + Provides the text that is to be generated for a cross reference to the element + + + + + Specifies a keyword or keywords identifying additional style information + + + + + changed + The element has been changed. + added + The element is new (has been added to the document). + deleted + The element has been deleted. + off + Explicitly turns off revision markup for this element. + + + + + Identifies the revision status of the element + + + + + + ltr + Left-to-right text + rtl + Right-to-left text + lro + Left-to-right override + rlo + Right-to-left override + + + + + Identifies the direction of text in an element + + + + + + The RDFa Lite vocab + + + + + + The RDFa Lite typeof + + + + + The RDFa Lite property + + + + + The RDFa Lite resource + + + + + The RDFa Lite prefix + + + + + + + + + + + + + + + + + + + + + + + + none + No ID fixup strategy + suffix + ID fixup by concatenating suffixes + auto + ID fixup by creating unique values + + + + + The transclusion ID fixup strategy + + + + + + The transclusion suffix to use when the suffix ID fixup strategy is employed + + Suffix fixup must be specified + + If a suffix is specified, suffix ID fixup must also be specified. + + + + + + + user + No link scope adjustments are made + local + The link scopes are adjusted with the suffix property + near + The link scopes are adjusted based on proximity + global + The link scopes are adjusted based on document order + + + + + The transclusion link scope adjustment + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the format of the data + + + + + Indentifies the location of the data by URI + + + + Identifies the location of the data by external identifier (entity name) + + + + + + + continues + Line numbering continues from the immediately preceding element with the same name. + restarts + Line numbering restarts (begins at 1, usually). + + + + + Determines whether line numbering continues from the previous element or restarts + + + + + + numbered + Lines are numbered. + unnumbered + Lines are not numbered. + + + + + Determines whether lines are numbered + + + + + + Specifies the initial line number + + + + + + Identifies the language (i.e. programming language) of the verbatim content + + + + + Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not + preserve + Whitespace must be preserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies an identifying string for presentation purposes + + + + + Specifies the width (in characters) of the element + + + + + + compact + The spacing should be "compact". + normal + The spacing should be "normal". + + + + + Specifies (a hint about) the spacing of the content + + + + + + 0 + The element should be rendered in the current text flow (with the flow column width). + 1 + The element should be rendered across the full text page. + + + + + Indicates if the element is rendered across the column or the page + + + + + + Identifies the language (i.e. programming language) of the content + + + + + optional + The content describes an optional step or steps. + required + The content describes a required step or steps. + + + + + Specifies if the content is required or optional + + + + + + Specifies style information to be used when rendering the float + + + + + Specifies the width of the element + + + + + Specifies the depth of the element + + + + + Specifies the width of the content rectangle + + + + + Specifies the depth of the content rectangle + + + + + 0 + False (do not scale-to-fit; anamorphic scaling may occur) + 1 + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + Specifies the scaling factor + + + + + + Specifies a classid for a media object player + + + + + Specifies the autoplay setting for a media object player + + + + + center + Centered horizontally + char + Aligned horizontally on the specified character + justify + Fully justified (left and right margins or edges) + left + Left aligned + right + Right aligned + + + + + bottom + Aligned on the bottom of the region + middle + Centered vertically + top + Aligned on the top of the region + + + + + doi + A digital object identifier. + isbn + An international standard book number. + isrn + An international standard technical report number (ISO 10444). + issn + An international standard serial number. + istc + An international standard text code. + libraryofcongress + A Library of Congress reference number. + pubsnumber + A publication number (an internal number or possibly organizational standard). + uri + A Uniform Resource Identifier + + + + + + Identifies the kind of bibliographic identifier + + + + + + + Identifies the nature of the non-standard bibliographic identifier + + + + + + + Identifies the kind of bibliographic identifier + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + article + An article + bbs + A bulletin board system + book + A book + cdrom + A CD-ROM + chapter + A chapter (as of a book) + dvd + A DVD + emailmessage + An email message + gopher + A gopher page + journal + A journal + manuscript + A manuscript + newsposting + A posting to a newsgroup + part + A part (as of a book) + refentry + A reference entry + section + A section (as of a book or article) + series + A series + set + A set (as of books) + webpage + A web page + wiki + A wiki page + other + Some other kind of work + + + + + + + + + Identifies the nature of the published work + + + + + + + Identifies the nature of some other kind of published work + + + + + + + Identifies that this is some other kind of published work + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text of the title of a section of a document or of a formal block-level element + + + + + + +
+
+ + + + + + + + + + + + + + + The abbreviation of a title + + + + + + +
+
+ + + + + + + + + + + + + + + The subtitle of a document + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block with only a required title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + A wrapper for information about a component or other block without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + A set of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + One of a group of terms describing the subject matter of a document + + + + + + +
+
+ + + + + + + + + + + + + + + A term in a group of terms describing the subject matter of a document + + + + +
+
+ + + + + + + + + + + + + + + A set of keywords describing the content of a document + + + + + + +
+
+ + + + + + + + + + + + + + + One of a set of keywords describing the content of a document + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Identifies the type of procedure + + + + + + + + + + + + + + + + + + + + + A list of operations to be performed in a well-defined sequence + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A unit of action in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + Alternative steps in a procedure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for steps that occur within steps in a procedure + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for identifying the results of a procedure or step + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + A portion of a document that is isolated from the main narrative flow + + Element exclusion + + sidebar must not occur among the children or descendants of sidebar + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short description or note about a person + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A quotation set off from the main text + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The source of a block quote or epigraph + + + + + + + + + + + + +
+
+ + + sect1 + Render as a first-level section + sect2 + Render as a second-level section + sect3 + Render as a third-level section + sect4 + Render as a fourth-level section + sect5 + Render as a fifth-level section + + + + + + Indicates how the bridge head should be rendered + + + + + + + Identifies the nature of the non-standard rendering + + + + + + + Indicates how the bridge head should be rendered + other + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + A free-floating heading + + + + + + +
+
+ + + + + + + + + + + + + + + A remark (or comment) intended for presentation in a draft manuscript + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A short inscription at the beginning of a document or component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + A footnote + + Element exclusion + + footnote must not occur among the children or descendants of footnote + + + + Element exclusion + + example must not occur among the children or descendants of footnote + + + + Element exclusion + + figure must not occur among the children or descendants of footnote + + + + Element exclusion + + table must not occur among the children or descendants of footnote + + + + Element exclusion + + equation must not occur among the children or descendants of footnote + + + + Element exclusion + + sidebar must not occur among the children or descendants of footnote + + + + Element exclusion + + task must not occur among the children or descendants of footnote + + + + Element exclusion + + epigraph must not occur among the children or descendants of footnote + + + + Element exclusion + + caution must not occur among the children or descendants of footnote + + + + Element exclusion + + danger must not occur among the children or descendants of footnote + + + + Element exclusion + + important must not occur among the children or descendants of footnote + + + + Element exclusion + + note must not occur among the children or descendants of footnote + + + + Element exclusion + + tip must not occur among the children or descendants of footnote + + + + Element exclusion + + warning must not occur among the children or descendants of footnote + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph with a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A paragraph that contains only text and inline markup, no block elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a bullet or other dingbat + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + continues + Specifies that numbering should begin where the preceding list left off + restarts + Specifies that numbering should begin again at 1 + + + + + Indicates how list numbering should begin relative to the immediately preceding list + + + + + + Specifies the initial line number + + + + + + ignore + Specifies that numbering should ignore list nesting + inherit + Specifies that numbering should inherit from outer-level lists + + + + + Indicates whether or not item numbering should be influenced by list nesting + + + + + + arabic + Specifies Arabic numeration (1, 2, 3, …) + upperalpha + Specifies upper-case alphabetic numeration (A, B, C, …) + loweralpha + Specifies lower-case alphabetic numeration (a, b, c, …) + upperroman + Specifies upper-case Roman numeration (I, II, III, …) + lowerroman + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + Indicates the desired numeration + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is marked with a sequentially incremented label + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Specifies the keyword for the type of mark that should be used on this + item, instead of the mark that would be used by default + + + + + + + + + + + + + + + + + + + + + A wrapper for the elements of a list item + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A segmented list, a list of sets of elements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of an element of a list item in a segmented list + + + + + + +
+
+ + + + + + + + + + + + + + + A list item in a segmented list + + Cardinality of segments and titles + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a list item in a segmented list + + + + + + +
+
+ + + + + + horiz + A tabular presentation in row-major order. + vert + A tabular presentation in column-major order. + inline + An inline presentation, usually a comma-delimited list. + + + + + Specifies the type of list presentation + + + + + + Specifies the number of columns for horizontal or vertical presentation + + + + + + + + + + + + + + + + + + + + + An undecorated list of single words or short phrases + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + + + + + + + + + + An element of a simple list + + + + + + +
+
+ + + + + + Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list + + + + + + + + + + + + + + + + + + + + + + + A list in which each entry is composed of a set of one or more terms and an associated description + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for a set of terms and the associated description in a variable list + + + + + + + +
+
+ + + + + + + + + + + + + + + The word or phrase being defined or described in a variable list + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal example, with a title + + Element exclusion + + example must not occur among the children or descendants of example + + + + Element exclusion + + figure must not occur among the children or descendants of example + + + + Element exclusion + + table must not occur among the children or descendants of example + + + + Element exclusion + + equation must not occur among the children or descendants of example + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed example without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + monospaced + The literal layout should be formatted with a monospaced font + normal + The literal layout should be formatted with the current font + + + + + Specifies the class of literal layout + + + + + + + + + + + + + + + + + + + A block of text in which line breaks and white space are to be reproduced faithfully + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + Text that a user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A representation of what the user sees or might see on a computer screen + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal figure, generally an illustration, with a title + + Element exclusion + + example must not occur among the children or descendants of figure + + + + Element exclusion + + figure must not occur among the children or descendants of figure + + + + Element exclusion + + table must not occur among the children or descendants of figure + + + + Element exclusion + + equation must not occur among the children or descendants of figure + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Identifies the type of figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A untitled figure + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A displayed media object (video, audio, image, etc.) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + An inline media object (video, audio, image, and so on) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for video data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for audio data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for image data and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a text description of an object and its associated meta-information + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external video data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external audio data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pointer to external image data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + Pointer to external text data + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + Specifies the name of the parameter + + + + + Specifies the value of the parameter + + + + + Specifies the type of the value of the parameter + + + + + + + + + + + + + + + + + + Application specific parameters for a media player + + + + +
+
+ + + + + + + + + + + + + + + + + + A caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A real-world address, generally a postal address + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A street address in an address + + + + +
+
+ + + + + + + + + + + + + + + A post office box in an address + + + + +
+
+ + + + + + + + + + + + + + + A postal code in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a city in an address + + + + +
+
+ + + + + + + + + + + + + + + A state or province in an address + + + + +
+
+ + + + + + + + + + + + + + + The name of a country + + + + +
+
+ + + + + + + + + + + + + + + A telephone number + + + + +
+
+ + + + + + + + + + + + + + + A fax number + + + + +
+
+ + + + + + + + + + + + + + + Uncategorized information in address + + + + +
+
+ + + + + + + + + + + + + + + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A brief description of an affiliation + + + + +
+
+ + + + + + + + + + + + + + + The title of an individual in an organization + + + + +
+
+ + + consortium + A consortium + corporation + A corporation + informal + An informal organization + nonprofit + A non-profit organization + + + + + Specifies the nature of the organization + + + + + + Specifies the nature of the organization + other + Indicates a non-standard organization class + + + Identifies the non-standard nature of the organization + + + + + + + + + + + + + + + + + + + + + + + + + + The name of an organization + + + + +
+
+ + + + + + + + + + + + + + + A division of an organization + + + + + + +
+
+ + + + + + + + + + + + + + + The page numbers of an article as published + + + + +
+
+ + + + + + + + + + + + + + + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The name of an individual author + + + + +
+
+ + + + + + + + + + + + + + + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Identifies a collaborator + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The initials or other short identifier for an author + + + + +
+
+ + + + + + + + + + + + + + + A person and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An organization and associated metadata + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for document meta-information about a conference + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The dates of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The title of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + An identifier, frequently numerical, associated with a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a conference for which a document was written + + + + +
+
+ + + + + + + + + + + + + + + The contract number of a document + + + + +
+
+ + + + + + + + + + + + + + + The sponsor of a contract + + + + +
+
+ + + + + + + + + + + + + + + Copyright information about a document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The year of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the individual or organization that holds a copyright + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + Additional content for the cover of a publication + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + + + + + The date of publication or revision of a document + + + + +
+
+ + + + + + + + + + + + + + + The name or number of an edition of a document + + + + +
+
+ + + + + + + + + + + + + + + The name of the editor of a document + + + + +
+
+ + + + + + + + + + + + + + + + An identifier for a document + + + + +
+
+ + + + + + + + + + + + + + + + A citation of a bibliographic identifier + + + + +
+
+ + + + + + + + + + + + + + + + The source of a document + + + + +
+
+ + + hasformat + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + haspart + The described resource includes the referenced resource either physically or logically + hasversion + The described resource has a version, edition, or adaptation, namely, the referenced resource + isformatof + The described resource is the same intellectual content of the referenced resource, but presented in another format + ispartof + The described resource is a physical or logical part of the referenced resource + isreferencedby + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + isreplacedby + The described resource is supplanted, displaced, or superceded by the referenced resource + isrequiredby + The described resource is required by the referenced resource, either physically or logically + isversionof + The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format + references + The described resource references, cites, or otherwise points to the referenced resource + replaces + The described resource supplants, displaces, or supersedes the referenced resource + requires + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + Identifies the type of relationship + + + + + + + + Identifies the type of relationship + othertype + The described resource has a non-standard relationship with the referenced resource + + + + A keyword that identififes the type of the non-standard relationship + + + + + + + + + + + + + + + + + + + + + + + + + + The relationship of a document to another + + + + +
+
+ + + dcmipoint + The DCMI Point identifies a point in space using its geographic coordinates + iso3166 + ISO 3166 Codes for the representation of names of countries + dcmibox + The DCMI Box identifies a region of space using its geographic limits + tgn + The Getty Thesaurus of Geographic Names + + + + + + Specifies the type of spatial coverage + + + + + + + + Specifies the type of spatial coverage + otherspatial + Identifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + dcmiperiod + A specification of the limits of a time interval + w3c-dtf + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + Specifies the type of temporal coverage + + + + + + + + Specifies the type of temporal coverage + othertemporal + Specifies a non-standard type of coverage + + + + A keyword that identifies the type of non-standard coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spatial or temporal coverage of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A statement of legal obligations or requirements + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + copyeditor + A copy editor + graphicdesigner + A graphic designer + productioneditor + A production editor + technicaleditor + A technical editor + translator + A translator + indexer + An indexer + proofreader + A proof-reader + coverdesigner + A cover designer + interiordesigner + An interior designer + illustrator + An illustrator + reviewer + A reviewer + typesetter + A typesetter + conversion + A converter (a persons responsible for conversion, not an application) + + + + + + Identifies the nature of the contributor + + + + + + + Identifies the nature of the non-standard contribution + + + + + + + Identifies the nature of the contributor + other + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + A person or entity, other than an author or editor, credited in a document + + + + +
+
+ + + + + + + + + + + + + + + The numbers of the pages in a book, for use in a bibliographic entry + + + + +
+
+ + + + + + + + + + + + + + + A summary of the contributions made to a document by a credited source + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a person + + + + +
+
+ + + + + + + + + + + + + + + A given name of a person + + + + +
+
+ + + + + + + + + + + + + + + The given name of a person + + + + +
+
+ + + + + + + + + + + + + + + An inherited or family name; in western cultures the last name + + + + +
+
+ + + + + + + + + + + + + + + The portion of a person's name indicating a relationship to ancestors + + + + +
+
+ + + + + + + + + + + + + + + A component of a person's name that is not a first name, surname, or lineage + + + + +
+
+ + + + + + + + + + + + + + + The printing history of a document + + + + + + +
+
+ + + + + + + + + + + + + + + The date of publication of a document + + + + +
+
+ + + + + + + + + + + + + + + The publisher of a document + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of the publisher of a document + + + + +
+
+ + + + + + + + + + + + + + + Information about a particular release of a document + + + + +
+
+ + + + + + + + + + + + + + + + + + A history of the revisions to a document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A document revision number + + + + +
+
+ + + + + + + + + + + + + + + A description of a revision to a document + + + + +
+
+ + + + + + + + + + + + + + + A extended description of a revision to a document + + + + + + +
+
+ + + + + + + + + + + + + + + Numbers of the volumes in a series of books + + + + +
+
+ + + + + + + + + + + + + + + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + +
+
+ + + + + + + + + + + + + + + The number of an issue of a journal + + + + +
+
+ + + + + + A name for the metadata element + + + + + The metadata content + + + + + + + + + + + + + + + + + A generic metadata element + + + + + + + + A generic metadata element + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A software or application package + + + + +
+
+ + + + + + + + + + + + + + + An email address + + + + +
+
+ + + + + + + + + + + + + + + A comment on a line in a verbatim listing + + + + +
+
+ + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + A value or a symbolic reference to a value + + + + +
+ + + + + + +
+ + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + Content that may or must be replaced by the user + + + + + + +
+
+ + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + A Uniform Resource Identifier + + + + +
+
+ + + + + + + + + + + + + + + An abbreviation, especially one followed by a period + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An inline bibliographic reference to another published work + + + + + + +
+
+ + + + + + + + + + + + + + + A citation to a reference page + + + + + + + +
+
+ + + + + + + + + + + + + + + The title of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A reference volume number + + + + +
+
+ + + + + + Identifies the nature of the publication being cited + + + + + + Identifies the nature of some other kind of publication being cited + + + + + + + Identifies that this is some other kind of publication being cited + other + Indicates that the published work is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + The title of a cited work + + + + + + +
+
+ + + + + + + + + + + + + + + Emphasized text + + + + + + +
+
+ + + A limited span of emphasized text + + + + +
+
+ + + + + + + + + + + + + + + A word or phrase in a language other than the primary language of the document + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A limited word or phrase in a language other than the primary language of the document + + + + +
+
+ + + + + + + + + + + + + + + A span of text + + + + + + +
+
+ + + A limited span of text + + + + +
+
+ + + + + + + + + + + + + + + An inline quotation + + + + + + +
+
+ + + + + + + + + + + + + + + A limited inline quotation + + + + +
+
+ + + + + + + + + + + + + + + A subscript (as in H₂O, the molecular formula for water) + + + + +
+
+ + + + + + + + + + + + + + + A superscript (as in x², the mathematical notation for x multiplied by itself) + + + + +
+
+ + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + A trademark + + + + +
+
+ + + + + + + + + + + + + + + A word meant specifically as a word and not representing anything else + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a footnote (a footnote mark) + + Footnote reference type constraint + + @linkend on footnoteref must point to a footnote. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A cross reference to another part of the document + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A hypertext link + + + + + + +
+
+ + + + + + + + + Holds additional information that may be used by the application when resolving the link + + + + + Specifies the URI of the document in which the link target appears + + + + + + Specifies the location of the link target in the document + + + + + Identifies application-specific customization of the link behavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + A link that addresses its target indirectly + + + + + + +
+
+ + + + + + + + + + + + + + A spot in the document + + + + +
+
+ + + + + + + + + + + + + + A text-only annotation, often used for accessibility + + + + + + + + + +
+
+ + + Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A group of formal objects, for example subfigures + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + The dedication of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Acknowledgements of a book or other component + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Text at the back of a book describing facts about its production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An appendix in a book or article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A chapter, as of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Introductory matter preceding the first chapter of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An introduction to the contents of a part + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + legal + A section of legal obligations or requirements + + + + Identifies the nature of the section + + + + + + Identifies a non-standard section class + + + + + + + Indicates that a non-standard section class is applied + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a document with no subdivisions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + faq + A collection of frequently asked questions. + journalarticle + An article in a journal or other periodical. + productsheet + A description of a product. + specification + A specification. + techreport + A technical report. + whitepaper + A white paper. + + + + + Identifies the nature of the article + + + + + + Identifies the nature of the non-standard article + + + + + + + Identifies the nature of the article + other + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + +
+ + + Identifies one or more annotations that apply to this element + + +
+ + + + + + Identifies one or more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + An annotation + + Element exclusion + + annotation must not occur among the children or descendants of annotation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Identifies the XLink extended link type + + XLink extended placement + + An XLink extended type element may not occur as the direct child of an XLink extended type element. + + + extended + An XLink extended link type + + + + + Identifies the XLink locator link type + + XLink locator placement + + An XLink locator type element must occur as the direct child of an XLink extended type element. + + + locator + An XLink locator link type + + + + + Identifies the XLink arc link type + + XLink arc placement + + An XLink arc type element must occur as the direct child of an XLink extended type element. + + + arc + An XLink arc link type + + + + + Identifies the XLink resource link type + + XLink resource placement + + An XLink resource type element must occur as the direct child of an XLink extended type element. + + + resource + An XLink resource link type + + + + + Identifies the XLink title link type + + XLink title placement + + An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. + + + title + An XLink title link type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + +
+ + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + An XLink locator in an extendedlink + + + + +
+
+ + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + An XLink arc in an extendedlink + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A top-level section of document + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect3 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection within a sect4 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of reference entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A reference page (originally a UNIX man-style reference page) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Meta-information for a reference entry + + + + + + + + + + + + + + + + +
+ + + source + The name of the software product or component to which this topic applies + version + The version of the software product or component to which this topic applies + manual + The section title of the reference page (e.g., User Commands) + sectdesc + The section title of the reference page (believed synonymous with "manual" but in wide use) + software + The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) + + + + + + Identifies the kind of miscellaneous information + + + + + + + Identifies the nature of non-standard miscellaneous information + + + + + + Identifies the kind of miscellaneious information + other + Indicates that the information is some 'other' kind. + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + Meta-information for a reference entry other than the title and volume number + + + + +
+
+ + + + + + + + + + + + + + + The name, purpose, and classification of a reference page + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A description of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The name of (one of) the subject(s) of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + A short (one sentence) synopsis of the topic of a reference page + + + + + + +
+
+ + + + + + + + + + + + + + + The scope or other indication of applicability of a reference entry + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A syntactic synopsis of the subject of the reference page + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A recursive section in a refentry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A major subsection of a reference entry + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect1 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A subsection of a refsect2 + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + + + + + + + + + + Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. + + + +
+ + + + + + + + + + + + + + + + + + A wrapper for a list of glossary entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + An entry in a glossary or glosslist + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + A definition in a glossentry + + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry + to another + + Glosssary 'see' type constraint + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+
+ + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + A cross-reference from one glossentry to another + + Glossary 'seealso' type constraint + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + The first occurrence of a term, with limited content + + Glossary 'firstterm' type constraint + + @linkend on firstterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A glossary term + + Glossary 'glossterm' type constraint + + @linkend on glossterm must point to a glossentry. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in a glossary + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + An inline definition of a term + + Glossary term definition constraint + + A termdef must contain exactly one firstterm + + + + + + + + +
+ + + Identifies the relationship between the bibliographic elemnts + + +
+ + + + + + + + + + + + + + + + + + + + + A raw entry in a bibliography + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A raw container for related bibliographic information + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Untyped bibliographic information + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A section of a bibliography + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for a list of bibliography entries + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + The units (for example, pages) used to identify the beginning and ending of a reference. + + + + + + Identifies the beginning of a reference; the location within the work that is being referenced. + + + + + + Identifies the end of a reference. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cross-reference to a bibliographic entry + + + + +
+ + + normal + Normal + preferred + Preferred + + + + + Specifies the significance of the term + + + + + + Specifies the IDs of the elements to which this term applies + + + + + + Indicates the page on which this index term occurs in some version of the printed document + + + + + all + All indexes + global + The global index (as for a combined index of a set of books) + local + The local index (the index for this document only) + + + + + Specifies the scope of the index term + + + + + + Specifies the string by which the term is to be sorted; if unspecified, the term content is used + + + + + Specifies the target index for this term + + +
+ + + + + + + + + + + + + + + A set of index terms in the meta-information of a document + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term + + + + +
+
+ + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for an indexed term that covers a range + + + + +
+
+ + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + Identifies the end of a range associated with an indexed term + + Indexterm 'startref' type constraint + + @startref on indexterm must point to an indexterm. + @startref on indexterm must point to a startofrange indexterm. + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary word or phrase under which an index term should be sorted + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A secondary word or phrase in an index term + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A tertiary word or phrase in an index term + + + + + + +
+
+ + + + + + Identifies the class of 'see' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader instead to another entry in the index + + + + + + +
+
+ + + + + + Identifies the class of 'seealso' + + normal + Normal + under + See 'under' + + + + + + + + + + + + + + + + + + Part of an index term directing the reader also to another entry in the index + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a book or part of a book + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An index to a set of books + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A division in an index + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An entry in an index + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + A primary term in an index entry, not in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A secondary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A tertiary term in an index entry, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See +entry in an index, rather than in the text + + + + + + +
+
+ + + + + + + + + + + + + + + + + A See also + entry in an index, rather than in the text + + + + + + +
+ + + Indicates the page on which this element occurs in some version of the printed document + + +
+ + + + + + + + + + + + + + + + + + A table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + A division in a table of contents + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A component title in a table of contents + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + A task to be completed + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A summary of a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The prerequisites for a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + Information related to a task + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + calspair + Coordinates expressed as a pair of CALS graphic coordinates. + linecolumn + Coordinates expressed as a line and column. + linecolumnpair + Coordinates expressed as a pair of lines and columns. + linerange + Coordinates expressed as a line range. + + + + + + Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair + for graphics and linecolumn + for line-oriented elements. + + + + + + + + Indicates that non-standard units are used for this area +. In this case otherunits + must be specified. + other + Coordinates expressed in some non-standard units. + + + + Identifies the units used in the coords + attribute when the units + attribute is other +. This attribute is forbidden otherwise. + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + A list of callout +s + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + A called out + description of a marked area + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + + + Callout cross reference constraint + + @arearefs on callout must point to a areaset, area, or co. + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A program listing with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + A collection of regions in a graphic or code example + + + + + + + + + +
+
+ + + + + + Point to the callout +s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) + + + + + + Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. + + + + + Provides the coordinates of the area. The coordinates must be interpreted using the units + specified. + + + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + A region defined for a callout in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A set of related areas in a graphic or code example + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A screen with associated areas used in callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for an image object with callouts + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + The location of a callout embedded in text + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A cross reference to a co + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A set of EBNF productions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A production in a set of EBNF productions + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The left-hand side of an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + The right-hand side of an EBNF production + + + + + + + + + + + +
+
+ + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + A non-terminal in an EBNF production + + + + +
+
+ + + + + + + + + + + + + + + A constraint in an EBNF production + + Constraint cross reference constraint + + @linkend on constraint must point to a constraintdef. + + + + + + +
+
+ + + + + + + + + + + + + + + A cross-reference to an EBNF production + + Production recap cross reference constraint + + @linkend on productionrecap must point to a production. + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The definition of a constraint in an EBNF production + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+ + + Specifies the alignment character when align + is set to char +. + + + + + Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char + when align + is set to char +. + + 0 + 100 + + + + + + Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. + + all + Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. + bottom + Frame only the bottom of the table. + none + Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. + sides + Frame the left and right sides of the table. + top + Frame the top of the table. + topbot + Frame the top and bottom of the table. + + + + + + Specifies the presence or absence of the column separator + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + 0 + No row separator rule. + 1 + Provide a row separator rule below + + + + + + Specifies the orientation of the table + + land + 90 degrees counter-clockwise from the rest of the text flow. + port + The same orientation as the rest of the text flow. + + + + + + Specifies the table style + + + + + Indicates whether or not the entries in the first column should be considered row headers + + firstcol + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + headers + Indicates that row headers are identified by use of the headers attribute on entries in the table. + norowheader + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + Specifies the horizontal alignment of text in an entry. + + center + Centered. + char + Aligned on a particular character. + justify + Left and right justified. + left + Left justified. + right + Right justified. + + + + + + Specifies the vertical alignment of text in an entry. + + bottom + Aligned on the bottom of the entry. + middle + Aligned in the middle. + top + Aligned at the top of the entry. + + + + + + Specifies a column specification by name. + + + + + Specifies a starting column by name. + + + + + Specifies a span by name. + + + + + + Specifies a starting column by name. + + + Specifies an ending column by name. + + + + + + + + + + + + + + Provides a name for a column specification. + + + + + Provides a name for a span specification. + + +
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A wrapper for the main content of a table, or part of a table + + + + + + + + + + + + + + + + +
+
+ + + + + + The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. + + + + + + Specifies the width of the column. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifications for a column in a table + + + + +
+
+ + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatting information for a spanned column in a table + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table footer consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + + + + +
+
+ + + + + + Specifies the number of additional rows which this entry occupies. Defaults to zero. + + + + + + Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. + + 0 + Do not rotate the cell. + 1 + Rotate the cell 90 degrees counter-clockwise. + + + + + + Specifies the scope of a header. + + row + Applies to the row + col + Applies to the column + rowgroup + Applies to the row group + colgroup + Applies to the column group + + + + + + Specifies the entry or entries which serve as headers for this element. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A cell in a table + + Element exclusion + + table must not occur among the children or descendants of entry + + + + Element exclusion + + informaltable must not occur among the children or descendants of entry + + + + + + + + + + + + + +
+
+ + + + + + Additional style information for downstream processing; typically the name of a style. + + + + + The number of columns in the entry table. Must be an integer greater than zero. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A subtable appearing in place of an entry in a table + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A table header consisting of one or more rows + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A wrapper for the rows of a table or informal table + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A row in a table + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the short or long title should be used in a List of Tables + + 0 + Indicates that the full title should be used. + 1 + Indicates that the short short title (titleabbrev) should be used. + + + + + + Indicates if the table should appear in a List of Tables + + 0 + Indicates that the table should not occur in the List of Tables. + 1 + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + + + + A formal table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. + + + + + This attribute specifies style information for the current element. + + + + + This attribute offers advisory information about the element for which it is set. + + + + + + + + This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. + + + + + + + + Occurs when the pointing device button is clicked over an element. + + + + + Occurs when the pointing device button is double clicked over an element. + + + + + Occurs when the pointing device button is pressed over an element. + + + + + Occurs when the pointing device button is released over an element. + + + + + Occurs when the pointing device is moved onto an element. + + + + + Occurs when the pointing device is moved while it is over an element. + + + + + Occurs when the pointing device is moved away from an element. + + + + + Occurs when a key is pressed and released over an element. + + + + + Occurs when a key is pressed down over an element. + + + + + Occurs when a key is released over an element. + + + + + + + + + + + + + + + + + Specifies the alignment of data and the justification of text in a cell. + + left + Left-flush data/Left-justify text. This is the default value for table data. + center + Center data/Center-justify text. This is the default value for table headers. + right + Right-flush data/Right-justify text. + justify + Double-justify text. + char + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. + + + + + When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. + + + An explicit offset. + + [0-9]+% + + A percentage offset. + + + + + + + + + Specifies the vertical position of data within a cell. + + top + Cell data is flush with the top of the cell. + middle + Cell data is centered vertically within the cell. This is the default value. + bottom + Cell data is flush with the bottom of the cell. + baseline + All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. + + + + + + + + + Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. + + + + + Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. + + + An explicit width. + + [0-9]+% + + A percentage width. + + + + + + Specifies the width (in pixels only) of the frame around a table. + + + + + + Specifies which sides of the frame surrounding a table will be visible. + + void + No sides. This is the default value. + above + The top side only. + below + The bottom side only. + hsides + The top and bottom sides only. + lhs + The left-hand side only. + rhs + The right-hand side only. + vsides + The right and left sides only. + box + All four sides. + border + All four sides. + + + + + + Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. + + none + No rules. This is the default value. + groups + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + rows + Rules will appear between rows only. + cols + Rules will appear between columns only. + all + Rules will appear between all rows and columns. + + + + + + Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. + + + An explicit spacing. + + [0-9]+% + + A percentage spacing. + + + + + + Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. + + + An explicit padding. + + [0-9]+% + + A percentage padding. + + + + + + + + + + Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. + + + + + This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. + + + + + Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. + + + + + Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. + + row + The current cell provides header information for the rest of the row that contains it + col + The current cell provides header information for the rest of the column that contains it. + rowgroup + The header cell provides header information for the rest of the row group that contains it. + colgroup + The header cell provides header information for the rest of the column group that contains it. + + + + + + Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all rows from the current row to the last row of the table section (thead +, tbody +, or tfoot +) in which the cell is defined. + + + + + + Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 +). The value zero (0 +) means that the cell spans all columns from the current column to the last column of the column group (colgroup +) in which the cell is defined. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A formal (captioned) HTML table in a document + + Element exclusion + + example must not occur among the children or descendants of table + + + + Element exclusion + + figure must not occur among the children or descendants of table + + + + Element exclusion + + equation must not occur among the children or descendants of table + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + Identifies the type of table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An HTML table without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + An HTML table caption + + Element exclusion + + example must not occur among the children or descendants of caption + + + + Element exclusion + + figure must not occur among the children or descendants of caption + + + + Element exclusion + + table must not occur among the children or descendants of caption + + + + Element exclusion + + equation must not occur among the children or descendants of caption + + + + Element exclusion + + sidebar must not occur among the children or descendants of caption + + + + Element exclusion + + task must not occur among the children or descendants of caption + + + + Element exclusion + + caution must not occur among the children or descendants of caption + + + + Element exclusion + + danger must not occur among the children or descendants of caption + + + + Element exclusion + + important must not occur among the children or descendants of caption + + + + Element exclusion + + note must not occur among the children or descendants of caption + + + + Element exclusion + + tip must not occur among the children or descendants of caption + + + + Element exclusion + + warning must not occur among the children or descendants of caption + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + +
+
+ + + + + + This attribute, whose value must be an integer > 0, specifies the number of columns spanned + by the col + element; the col + element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col + element shares its attributes with the next N-1 columns. + + + + + + Specifies a default width for each column spanned by the current col + element. It has the same meaning as the width + attribute for the colgroup + element and overrides it. + + + + + + + + + Specifications for a column in an HTML table + + + + +
+
+ + + + + + This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup + defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup + element defines a column group containing N columns. User agents must ignore this attribute if the colgroup + element contains one or more col + elements. + + + + + + This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* + (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* + will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col + element. + + + + + + + + + A group of columns in an HTML table + + + + + + +
+
+ + + + + + + + + + A table header consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A table footer consisting of one or more rows in an HTML table + + + + + + +
+
+ + + + + + + + + + A wrapper for the rows of an HTML table or informal HTML table + + + + + + +
+
+ + + + + + + + + + A row in an HTML table + + + + + + + + + +
+
+ + + + + + + + + + + A table header entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + A table entry in an HTML table + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A detailed set of messages, usually error messages + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A wrapper for an entry in a message set + + + + + + + + + + + + +
+
+ + + + + + The audience to which the message relevant + + + + + The origin of the message + + + + + The level of importance or severity of a message + + + + + + + + + + + + + + + + + + + + + + + A wrapper for a simpler entry in a message set + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + The primary component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A subcomponent of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A related component of a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + +
+
+ + + + + + + + + + + + + + + The actual text of a message component in a message set + + + + + + +
+
+ + + + + + + + + + + + + + + Information about a message in a message set + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The level of importance or severity of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The origin of a message in a message set + + + + +
+
+ + + + + + + + + + + + + + + The audience to which a message in a message set is relevant + + + + +
+
+ + + + + + + + + + + + + + + + + + Explanatory material relating to a message in a message set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + A question-and-answer set + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A titled division in a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + A question/answer set within a qandaset + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A question in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An answer to a question posed in a qandaset + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A label on a question or answer + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation + + Element exclusion + + example must not occur among the children or descendants of equation + + + + Element exclusion + + figure must not occur among the children or descendants of equation + + + + Element exclusion + + table must not occur among the children or descendants of equation + + + + Element exclusion + + equation must not occur among the children or descendants of equation + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + Identifies the type of equation + + + + + + + + + + + + + + + + + + + + + + + + + + + A displayed mathematical equation without a title + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical equation or expression occurring inline + + + + + + + +
+
+ + + + + + + + + + + + + + + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A MathML expression in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the MathML namespace + + + + + + + + + + +
+ + + + + + +
+ + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An SVG drawing in a media object + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + +
+
+ + + Any element from the SVG namespace + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A string of formatting markup in text that is to be represented literally + + + + +
+
+ + + + + + attribute + An attribute + attvalue + An attribute value + element + An element + emptytag + An empty element tag + endtag + An end tag + genentity + A general entity + localname + The local name part of a qualified name + namespace + A namespace + numcharref + A numeric character reference + paramentity + A parameter entity + pi + A processing instruction + prefix + The prefix part of a qualified name + comment + An SGML comment + starttag + A start tag + xmlpi + An XML processing instruction + + + + + Identifies the nature of the tag content + + + + + + Identifies the namespace of the tag content + + + + + + + + + + + + + + + + + + + + + A component of XML (or SGML) markup + + + + + + + + + +
+
+ + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A name that is replaced by a value before processing + + + + +
+
+ + + + + + + + + + + + + + + A unit of information + + + + +
+
+ + + + + + + + + + + + + + + Inline text that is some literal value + + + + +
+
+ + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + An inline code fragment + + + + + + + + + +
+
+ + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + A programming or system constant + + + + +
+
+ + + + + + copyright + A name with a copyright + registered + A name with a registered copyright + service + A name of a service + trade + A name which is trademarked + + + + + Specifies the class of product name + + + + + + + + + + + + + + + + + + The formal name of a product + + + + +
+
+ + + + + + + + + + + + + + + A number assigned to a product + + + + +
+
+ + + altkey + An alternate or secondary key + constraint + A constraint + datatype + A data type + field + A field + foreignkey + A foreign key + group + A group + index + An index + key1 + The first or primary key + key2 + An alternate or secondary key + name + A name + primarykey + The primary key + procedure + A (stored) procedure + record + A record + rule + A rule + secondarykey + The secondary key + table + A table + user + A user + view + A view + + + + + Identifies the class of database artifact + + + + + + + + + + + + + + + + + + + + + The name of a database, or part of a database + + + + +
+
+ + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + The name of a software program + + + + +
+
+ + + + + + + + + + + + + + + A physical part of a computer system + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + The text on a button in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The text of a label in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a menu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a terminal menu item in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a submenu in a GUI + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A selection or series of selections from a menu + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The conventional name of a mouse button + + + + +
+ + + + + + + + + + +
+ + + alt + The "Alt" key + altgr + The "Alt Graph" key + backspace + The "Backspace" key + command + The "Command" key + control + The "Control" key + delete + The "Delete" key + down + The down arrow + end + The "End" key + enter + The "Enter" key + escape + The "Escape" key + home + The "Home" key + insert + The "Insert" key + left + The left arrow + meta + The "Meta" key + option + The "Option" key + pagedown + The page down key + pageup + The page up key + right + The right arrow + return + The "Return" key + shift + The "Shift" key + space + The spacebar + tab + The "Tab" key + up + The up arrow + + + + + + Identifies the function key + + + + + + + + Identifies the function key + other + Indicates a non-standard function key + + + + Specifies a keyword that identifies the non-standard key + + + + + + + + + + + + + + + + + + + + + + + + The text printed on a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + The internal, frequently numeric, identifier for a key on a keyboard + + + + +
+ + + + + + + + + + +
+ + + click + A (single) mouse click. + double-click + A double mouse click. + press + A mouse or key press. + seq + Sequential clicks or presses. + simul + Simultaneous clicks or presses. + + + + + + Identifies the nature of the action taken. If keycombo + contains more than one element, simul + is the default, otherwise there is no default. + + + + + + + + Identifies the nature of the action taken + other + Indicates a non-standard action + + + + Identifies the non-standard action in some unspecified way. + + + + + + + + + + + + + + + + + + + + + + + + A combination of input actions + + + + + + +
+
+ + + + + + + + + + + + + + + The symbolic name of a key on a keyboard + + + + +
+
+ + + + + + + + + + + + + + + A graphical user interface (GUI) keyboard shortcut + + + + +
+
+ + + + + + + + + + + + + + + + + + + A key combination for an action that is also accessible through a menu + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A character or string indicating the start of an input field in a computer display + + + + + + +
+
+ + + + + + + + + + + + + + + A software environment variable + + + + +
+
+ + + devicefile + A device + directory + A directory + extension + A filename extension + headerfile + A header file (as for a programming language) + libraryfile + A library file + partition + A partition (as of a hard disk) + symlink + A symbolic link + + + + + Identifies the class of filename + + + + + + Specifies the path of the filename + + + + + + + + + + + + + + + + + + + + + + + The name of a file + + + + +
+
+ + + + + + + + + + + + + + + The name of an executable program or other software command + + + + +
+
+ + + + + + + + + + + + + + + Data, generally text, displayed or presented by a computer + + + + + + +
+
+ + + + + + + + + + + + + + + Data entered by the user + + + + + + +
+
+ + + + + + Specifies the character that should separate the command and its top-level arguments + + + + + Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A syntax summary for a software command + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + +
+ + + norepeat + Can not be repeated. + repeat + Can be repeated. + + + + + Indicates whether or not repetition is possible. + + + + + + opt + Formatted to indicate that it is optional. + plain + Formatted without indication. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + Indicates optionality. + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + An argument in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + A group of elements in a cmdsynopsis + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + An explicit line break in a command synopsis + + + + +
+
+ + + + + + + + + + + + + + + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A reference to a fragment of a command synopsis + + Synopsis fragment type constraint + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + A general-purpose element for representing the syntax of commands or functions + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing synopsis + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a function definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the funcdefs of a funcsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A function (subroutine) name and its return type + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a function or subroutine, as in a programming language + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + +
+
+ + + + + + + + + + + + + + + An empty element in a function synopsis indicating a variable number of arguments + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of parameters + + + + + + + + + +
+
+ + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + Information about a function parameter in a programming language + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + Parameters for a function referenced through a function pointer in a synopsis + + + + +
+
+ + + + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + Information supplementing the contents of a classsynopsis + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A class in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An interface in an object-oriented programming language + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + An exception in an object-oriented programming language + + + + + + + + + + + + + +
+ + + Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). + preserve + Extra whitespace and line breaks must be preserved. + + + +
+ + + + + + + + + + + + + + + + + + Modifiers in a synopsis + + + + +
+
+ + + + + + + + + + + + + + + The name of an interface + + + + +
+
+ + + + + + + + + + + + + + + The name of an exception + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The name of a field in a class definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + The initializer for a fieldsynopsis + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a constructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a destructor + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + A syntax summary for a method + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a method + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + A group of method parameters + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a variable + + + + +
+
+ + + + + + + + + + + + + + + Target of a build + + + + +
+
+ + + + + + + + + + + + + + + The value returned by a function + + + + +
+
+ + + + + + union + Combined type is union of nested types + intersection + Combined type is intersection of nested types + + + + + Specifies the way how are nested types combined together + + + + + + + + + + + + + + + + + + The classification of a value + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a class, in the object-oriented programming sense + + + + +
+
+ + + + + + + + + + + + + + + The identifier for a template, in the generic programming sense + + + + +
+
+ + + + + + + + + + + + + + + The definition of a template, in the generic programming sense + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The specialization of a template identifier, in the generic programming sense + + + + + + + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a package definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a macro (a code-generating function) + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a macro definition (code-generating function) + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The prototype of a macro (code-generating function) + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A macro name and its return type + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a union of types + + + + +
+
+ + + + + + + + + + + + + + + The definition of a union of types, which may be more than a name + + + + + + +
+
+ + + + + + + + + + Indicates how the value of a union is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for a union-of-types definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of an enumeration + + + + +
+
+ + + + + + + + + + + + + + + The value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + The description of a value an enumerated type can take + + + + + + +
+
+ + + + + + + + + + + + + + + The identifier of a value an enumerated type can take + + + + +
+
+ + + + + + + + + + + + + + + A value an enumerated type can take and its description + + + + + + + + + + +
+
+ + + + + + + + + 0 + Value of enum is specified explicitly using enumvalue + 1 + Value of enum is inferred from its position + + + + + Indicates how the value of an enumeration is specified. + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + + + + The syntax summary for an enumerated-type definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + The name of a type alias + + + + +
+
+ + + + + + + + + Identifies the package to which this synopsis (logically) belongs + + + + + + + + + + + + + + + + + + + + The syntax summary for a type-alias definition + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + A literal listing of all or part of a program + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + A note of caution + + Element exclusion + + caution must not occur among the children or descendants of caution + + + + Element exclusion + + danger must not occur among the children or descendants of caution + + + + Element exclusion + + important must not occur among the children or descendants of caution + + + + Element exclusion + + note must not occur among the children or descendants of caution + + + + Element exclusion + + tip must not occur among the children or descendants of caution + + + + Element exclusion + + warning must not occur among the children or descendants of caution + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text indicating hazardous situation + + Element exclusion + + caution must not occur among the children or descendants of danger + + + + Element exclusion + + danger must not occur among the children or descendants of danger + + + + Element exclusion + + important must not occur among the children or descendants of danger + + + + Element exclusion + + note must not occur among the children or descendants of danger + + + + Element exclusion + + tip must not occur among the children or descendants of danger + + + + Element exclusion + + warning must not occur among the children or descendants of danger + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of important + + + + Element exclusion + + danger must not occur among the children or descendants of important + + + + Element exclusion + + important must not occur among the children or descendants of important + + + + Element exclusion + + note must not occur among the children or descendants of important + + + + Element exclusion + + tip must not occur among the children or descendants of important + + + + Element exclusion + + warning must not occur among the children or descendants of important + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A message set off from the text + + Element exclusion + + caution must not occur among the children or descendants of note + + + + Element exclusion + + danger must not occur among the children or descendants of note + + + + Element exclusion + + important must not occur among the children or descendants of note + + + + Element exclusion + + note must not occur among the children or descendants of note + + + + Element exclusion + + tip must not occur among the children or descendants of note + + + + Element exclusion + + warning must not occur among the children or descendants of note + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + A suggestion to the user, set off from the text + + Element exclusion + + caution must not occur among the children or descendants of tip + + + + Element exclusion + + danger must not occur among the children or descendants of tip + + + + Element exclusion + + important must not occur among the children or descendants of tip + + + + Element exclusion + + note must not occur among the children or descendants of tip + + + + Element exclusion + + tip must not occur among the children or descendants of tip + + + + Element exclusion + + warning must not occur among the children or descendants of tip + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+
+ + + + + + + + + + + + + + + An admonition set off from the text + + Element exclusion + + caution must not occur among the children or descendants of warning + + + + Element exclusion + + danger must not occur among the children or descendants of warning + + + + Element exclusion + + important must not occur among the children or descendants of warning + + + + Element exclusion + + note must not occur among the children or descendants of warning + + + + Element exclusion + + tip must not occur among the children or descendants of warning + + + + Element exclusion + + warning must not occur among the children or descendants of warning + + + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + An error code + + + + +
+
+ + + + + + + + + + + + + + + An error name + + + + +
+
+ + + + + + + + + + + + + + + An error message. + + + + +
+
+ + + + + + + + + + + + + + + The classification of an error message + + + + +
+ + + + + + +
+ + + daemon + A daemon or other system process (syslogd) + domainname + A domain name (example.com) + etheraddress + An ethernet address (00:05:4E:49:FD:8E) + event + An event of some sort (SIGHUP) + eventhandler + An event handler of some sort (hangup) + filesystem + A filesystem (ext3) + fqdomainname + A fully qualified domain name (my.example.com) + groupname + A group name (wheel) + interface + A network interface (eth0) + ipaddress + An IP address (127.0.0.1) + library + A library (libncurses) + macro + A macro + netmask + A netmask (255.255.255.192) + newsgroup + A newsgroup (comp.text.xml) + osname + An operating system name (Hurd) + process + A process (gnome-cups-icon) + protocol + A protocol (ftp) + resource + A resource + securitycontext + A security context (a role, permission, or security token, for example) + server + A server (mail.example.com) + service + A service (ppp) + systemname + A system name (hephaistos) + username + A user name (ndw) + + + + + + Identifies the nature of the system item + + + + + + + Identifies the nature of the non-standard system item + + + + + + + Identifies the kind of systemitemgraphic identifier + other + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + A system-related item or term + + + + + + +
+
+ + + + + + + + + + + + + + + An option for a software command + + + + +
+
+ + + + + + + + + + + + + + + Optional information + + + + + + + + + +
+
+ + + + + + + + + + + + + + + A unit of data associated with some part of a computer system + + + + +
+
+ + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + A modular unit of documentation not part of any particular narrative flow + + Root must have version + + If this element is the root element, it must have a version attribute. + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + [^#]+ + + + + + + + xml + text + + + + + + + + + + + + + + + + + + + + + + + + + + + + An XInclude + + + + + + +
+
+ + + + An XInclude fallback + + + + + + + + + + + + + +
+
diff --git a/docbook/docbook-v5.2-os/sch/assembly.sch b/docbook/docbook-5.2.1/sch/assembly.sch old mode 100755 new mode 100644 similarity index 94% rename from docbook/docbook-v5.2-os/sch/assembly.sch rename to docbook/docbook-5.2.1/sch/assembly.sch index a702064810..24be665a0e --- a/docbook/docbook-v5.2-os/sch/assembly.sch +++ b/docbook/docbook-5.2.1/sch/assembly.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/sch/assemblyxi.sch b/docbook/docbook-5.2.1/sch/assemblyxi.sch old mode 100755 new mode 100644 similarity index 94% rename from docbook/docbook-v5.2-os/sch/assemblyxi.sch rename to docbook/docbook-5.2.1/sch/assemblyxi.sch index a702064810..24be665a0e --- a/docbook/docbook-v5.2-os/sch/assemblyxi.sch +++ b/docbook/docbook-5.2.1/sch/assemblyxi.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/sch/dbits.sch b/docbook/docbook-5.2.1/sch/dbits.sch old mode 100755 new mode 100644 similarity index 97% rename from docbook/docbook-v5.2-os/sch/dbits.sch rename to docbook/docbook-5.2.1/sch/dbits.sch index 6c7954d45f..fcb653deb1 --- a/docbook/docbook-v5.2-os/sch/dbits.sch +++ b/docbook/docbook-5.2.1/sch/dbits.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/sch/dbitsxi.sch b/docbook/docbook-5.2.1/sch/dbitsxi.sch old mode 100755 new mode 100644 similarity index 97% rename from docbook/docbook-v5.2-os/sch/dbitsxi.sch rename to docbook/docbook-5.2.1/sch/dbitsxi.sch index 6c7954d45f..fcb653deb1 --- a/docbook/docbook-v5.2-os/sch/dbitsxi.sch +++ b/docbook/docbook-5.2.1/sch/dbitsxi.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/sch/docbook.sch b/docbook/docbook-5.2.1/sch/docbook.sch old mode 100755 new mode 100644 similarity index 97% rename from docbook/docbook-v5.2-os/sch/docbook.sch rename to docbook/docbook-5.2.1/sch/docbook.sch index 6c7954d45f..fcb653deb1 --- a/docbook/docbook-v5.2-os/sch/docbook.sch +++ b/docbook/docbook-5.2.1/sch/docbook.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/sch/docbookxi.sch b/docbook/docbook-5.2.1/sch/docbookxi.sch old mode 100755 new mode 100644 similarity index 97% rename from docbook/docbook-v5.2-os/sch/docbookxi.sch rename to docbook/docbook-5.2.1/sch/docbookxi.sch index 6c7954d45f..fcb653deb1 --- a/docbook/docbook-v5.2-os/sch/docbookxi.sch +++ b/docbook/docbook-5.2.1/sch/docbookxi.sch @@ -1,16 +1,8 @@ - + xmlns:rng="http://relaxng.org/ns/structure/1.0" + xmlns:s="http://purl.oclc.org/dsdl/schematron" + queryBinding="xslt2"> @@ -20,6 +12,12 @@ @arearefs on callout must point to a areaset, area, or co. + + Callout cross reference idref constraint + + Each token in @arearefs must be an idref to an element in the document. + + Cardinality of segments and titles @@ -32,6 +30,18 @@ @linkend on constraint must point to a constraintdef. + + Coref cross reference constraint + + @linkend on coref must point to a co. + + + + Coref cross reference idref constraint + + @linkend on coref must point to an xml:id + + Element exclusion diff --git a/docbook/docbook-v5.2-os/catalog.xml b/docbook/docbook-v5.2-os/catalog.xml deleted file mode 100755 index 87acd876a8..0000000000 --- a/docbook/docbook-v5.2-os/catalog.xml +++ /dev/null @@ -1,605 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docbook/docbook-v5.2-os/rng/assembly.rng b/docbook/docbook-v5.2-os/rng/assembly.rng deleted file mode 100755 index bcb2adc15f..0000000000 --- a/docbook/docbook-v5.2-os/rng/assembly.rng +++ /dev/null @@ -1,18266 +0,0 @@ - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - - - - Any attribute in any other explicit namespace - - - - - - - - - - - - - - Any element from almost any namespace - - - - - - - - - - - - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - - - - - - - - - - -
- - - - - - - - - - - - - Identifies the markup grammar of a resource - - -
- - - - - - - - - - - - - - - - - Defines the hierarchy and relationships for a collection of resources - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - Contains one or more resource objects that are managed by the assembly - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - -
-
- - - - - - Indentifies the location of the data by URI - - - - - - - - - Identifies the markup grammar of a resource - - - - - - - - - - - - - - - - - - - - Identifies an object managed within the assembly - - - - - - - -
-
- - - - - - Identifies the structure type of the structure - - - - - - Indicates a single resource from which to construct this structure - - - - - - Identifies the default format of the structure - - - - - - Specifies the DocBook element to which this unit should be renamed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Describes the structure of a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - Specification of renderas - - The renderas attribute can be specified on either the structure or output, but not both. - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies chunking for this module - - - - - - Specifies the output file for this module or structure - - - - - - Specifies the DocBook element to which this unit should be renamed - - - - - - Specifies the transformation that should be applied to this unit - - - - - - Indicates whether or not this unit should be suppressed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specify an output format and/or file name and/or renderas - - - - -
-
- - - - - - Indicates a single resource from which to read merged info - - - - - - - - - - - - - - - - - A wrapper for information that a module overrides in the resource it includes - - - - - - - - - -
-
- - - - - - true - This module will be in a chunk - false - This module will not be in a chunk - auto - Chunking of this module depends on the overall chunking algorithm - - - - - Specifies chunking for this module - - - - - - Identifies a single resource or structure within the assembly from which to construct this module - - - - - - - Indicates if titles should be omitted when including a resource - - - - - - - - Indicates if the root element should be omitted when including the resource (copying only the children) - - - - - - - Changes the name of the root element of the included resource to the specified name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A modular component within a structure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - Specification of renderas - - The renderas attribute can be specified on either the structure or output, but not both. - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - Elements with effectivity attributes matching this element are suppressed - - - - -
-
- - - - - - - - - - - - - - Elements with effectivity attributes matching this element are allowed - - - - -
-
- - - - - - Identifies the type of the contained relationships - - - - - - - - - - - - - - - - - - - - Groups relationship elements to define associations between resources - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Identifies the type of the relationship - - - - - - - - - - - - - - - - - - - - A relationship associates one or more resources - - - - - - - -
-
- - - - - - - - - - - - - - - - - Identifies the type of relationship between one or more resources - - - - - - -
-
- - - - - - Specifies the type of link for this instance - - - - - - - - - - - - - - - - - Identifies a resource that is part of a relationship - - - - - -
-
- - - - - - - - - - - - - - - - - List of transforms for converting from non-DocBook schemas - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Indentifies the location of the data by URI - - - - - - The name of the transform - - - - - - - - - - - - - - - - - - - Identifies a transform for converting from a non-DocBook schema - - - - -
-
- - - - - - - - - - - - - - A description of a resource or resources - - - - -
-
diff --git a/docbook/docbook-v5.2-os/rng/assemblyxi.rng b/docbook/docbook-v5.2-os/rng/assemblyxi.rng deleted file mode 100755 index 00c9b7405a..0000000000 --- a/docbook/docbook-v5.2-os/rng/assemblyxi.rng +++ /dev/null @@ -1,18359 +0,0 @@ - - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - - - - Any attribute in any other explicit namespace - - - - - - - - - - - - - - Any element from almost any namespace - - - - - - - - - - - - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - - - - - - - - - - -
- - - - - - - - - - - - - Identifies the markup grammar of a resource - - -
- - - - - - - - - - - - - - - - - - Defines the hierarchy and relationships for a collection of resources - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - Contains one or more resource objects that are managed by the assembly - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - Indentifies the location of the data by URI - - - - - - - - - Identifies the markup grammar of a resource - - - - - - - - - - - - - - - - - - - - Identifies an object managed within the assembly - - - - - - - -
-
- - - - - - Identifies the structure type of the structure - - - - - - Indicates a single resource from which to construct this structure - - - - - - Identifies the default format of the structure - - - - - - Specifies the DocBook element to which this unit should be renamed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Describes the structure of a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - Specification of renderas - - The renderas attribute can be specified on either the structure or output, but not both. - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies chunking for this module - - - - - - Specifies the output file for this module or structure - - - - - - Specifies the DocBook element to which this unit should be renamed - - - - - - Specifies the transformation that should be applied to this unit - - - - - - Indicates whether or not this unit should be suppressed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specify an output format and/or file name and/or renderas - - - - -
-
- - - - - - Indicates a single resource from which to read merged info - - - - - - - - - - - - - - - - - A wrapper for information that a module overrides in the resource it includes - - - - - - - - - -
-
- - - - - - true - This module will be in a chunk - false - This module will not be in a chunk - auto - Chunking of this module depends on the overall chunking algorithm - - - - - Specifies chunking for this module - - - - - - Identifies a single resource or structure within the assembly from which to construct this module - - - - - - - Indicates if titles should be omitted when including a resource - - - - - - - - Indicates if the root element should be omitted when including the resource (copying only the children) - - - - - - - Changes the name of the root element of the included resource to the specified name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A modular component within a structure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - Specification of renderas - - The renderas attribute can be specified on either the structure or output, but not both. - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - Elements with effectivity attributes matching this element are suppressed - - - - -
-
- - - - - - - - - - - - - - Elements with effectivity attributes matching this element are allowed - - - - -
-
- - - - - - Identifies the type of the contained relationships - - - - - - - - - - - - - - - - - - - - - Groups relationship elements to define associations between resources - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - Identifies the type of the relationship - - - - - - - - - - - - - - - - - - - - A relationship associates one or more resources - - - - - - - -
-
- - - - - - - - - - - - - - - - - Identifies the type of relationship between one or more resources - - - - - - -
-
- - - - - - Specifies the type of link for this instance - - - - - - - - - - - - - - - - - Identifies a resource that is part of a relationship - - - - - -
-
- - - - - - - - - - - - - - - - - - List of transforms for converting from non-DocBook schemas - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - Indentifies the location of the data by URI - - - - - - The name of the transform - - - - - - - - - - - - - - - - - - - Identifies a transform for converting from a non-DocBook schema - - - - -
-
- - - - - - - - - - - - - - A description of a resource or resources - - - - -
-
- - - - - - - - - - - - - - [^#]+ - - - - - - - xml - text - - - - - - - - - - - - - - - - - - - - - - - - - - - - An XInclude - - - - - - -
-
- - - - An XInclude fallback - - - - - - - - - - - - - -
-
diff --git a/docbook/docbook-v5.2-os/rng/dbits.rng b/docbook/docbook-v5.2-os/rng/dbits.rng deleted file mode 100755 index 253b1692d0..0000000000 --- a/docbook/docbook-v5.2-os/rng/dbits.rng +++ /dev/null @@ -1,20352 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - Any attribute in an other explicit namespace. - - - - - - - - - - - - - - - Version of ITS - - [0-9]+\.[0-9]+ - - - - The query language to be used for processing the rules - - xpath - css - - - - - - Absolute selector - - - - - Relative selector - - - - - - - - 0 - 1 - - - - The Translate data category information to be attached to the current node - - yes - The nodes need to be translated - no - The nodes must not be translated - - - - - - - The type of localization note - - alert - Localization note is an alert - description - Localization note is a description - - - - - - - - - - Indicates a term locally - - yes - The value 'yes' means that this is a term - no - The value 'no' means that this is not a term - - - - - - - The text direction for the context - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - States whether current context is regarded as "within text" - - yes - The element and its content are part of the flow of its parent element - no - The element splits the text flow of its parent element and its content is an independent text flow - nested - The element is part of the flow of its parent element, its content is an independent flow - - - - A comma separated list of mappings between values in the content -and workflow specific values. The values may contain spaces; in -that case they MUST be delimited by quotation marks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - include - exclude - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - terminology - mistranslation - omission - untranslated - addition - duplication - inconsistency - grammar - legal - register - locale-specific-content - locale-violation - style - characters - misspelling - typographical - formatting - inconsistent-entities - numbers - markup - pattern-problem - whitespace - internationalization - length - non-conformance - uncategorized - other - - - - - - - - 0 - 100 - - - - - - - - yes - no - - - - - 0 - 100 - - - - - - - - 0 - 100 - - - - - - - - - - - - - - - - - - - - - - - cr - lf - crlf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Version of ITS - - - - - - Version of ITS - - - - - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - xml:id - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Container for global rules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Declaration of variable used in selectors - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Inline element to contain ITS information - - - - - - - - - - - - - - - - - - - - - - - Rule about the Translate data category - - - - - - - - - - - - - - - - - Rule about the Localization Note data category - - - - - - - - - - - - - - - - - - - - - - - - - - Localization note - - - - - - - - - - - - - - - - - - - - - Rule about the Terminology data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Directionality data category - - - - - - - - - - - - - - - - - Rule about the Language Information data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Elements Within Text data category - - - - - - - - - - - - - - - - - Rule about the Domain data category - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Disambiguation data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the LocaleFilter data category - - - - - - - - - - - - - - - - - - - - Rule about the Provenance data category - - - - - - - - - - - - - - - - - - - - - - Rule about the External Resource data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Target Pointer data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Id Value data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Preserve Space data category - - - - - - - - - - - - - - - - - - default - preserve - - - - - - Rule about the Localization Quality Issue data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the MT Confidence data category - - - - - - - - - - - - - - - - - Rule about the Allowed Characters data category - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Allowed Characters data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Standoff markup for Provenance data category - - - - - - - - - - - - - - - - - Provenance record used in Provenance standoff markup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Standoff markup for Localization Quality Issue data category - - - - - - - - - - - - - - - - - Issue recorded in Localization Quality standoff markup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - diff --git a/docbook/docbook-v5.2-os/rng/dbitsxi.rng b/docbook/docbook-v5.2-os/rng/dbitsxi.rng deleted file mode 100755 index 709a211f7e..0000000000 --- a/docbook/docbook-v5.2-os/rng/dbitsxi.rng +++ /dev/null @@ -1,20575 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - - - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - - - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - [^#]+ - - - - - - - xml - text - - - - - - - - - - - - - - - - - - - - - - - - - - - - An XInclude - - - - - - -
-
- - - - An XInclude fallback - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - Any attribute in an other explicit namespace. - - - - - - - - - - - - - - - Version of ITS - - [0-9]+\.[0-9]+ - - - - The query language to be used for processing the rules - - xpath - css - - - - - - Absolute selector - - - - - Relative selector - - - - - - - - 0 - 1 - - - - The Translate data category information to be attached to the current node - - yes - The nodes need to be translated - no - The nodes must not be translated - - - - - - - The type of localization note - - alert - Localization note is an alert - description - Localization note is a description - - - - - - - - - - Indicates a term locally - - yes - The value 'yes' means that this is a term - no - The value 'no' means that this is not a term - - - - - - - The text direction for the context - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - States whether current context is regarded as "within text" - - yes - The element and its content are part of the flow of its parent element - no - The element splits the text flow of its parent element and its content is an independent text flow - nested - The element is part of the flow of its parent element, its content is an independent flow - - - - A comma separated list of mappings between values in the content -and workflow specific values. The values may contain spaces; in -that case they MUST be delimited by quotation marks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - include - exclude - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - terminology - mistranslation - omission - untranslated - addition - duplication - inconsistency - grammar - legal - register - locale-specific-content - locale-violation - style - characters - misspelling - typographical - formatting - inconsistent-entities - numbers - markup - pattern-problem - whitespace - internationalization - length - non-conformance - uncategorized - other - - - - - - - - 0 - 100 - - - - - - - - yes - no - - - - - 0 - 100 - - - - - - - - 0 - 100 - - - - - - - - - - - - - - - - - - - - - - - cr - lf - crlf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Version of ITS - - - - - - Version of ITS - - - - - - - - - - - - - - - - simple - - - - - - - - - - - - - - - - - - - - - - xml:id - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Container for global rules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Declaration of variable used in selectors - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Inline element to contain ITS information - - - - - - - - - - - - - - - - - - - - - - - Rule about the Translate data category - - - - - - - - - - - - - - - - - Rule about the Localization Note data category - - - - - - - - - - - - - - - - - - - - - - - - - - Localization note - - - - - - - - - - - - - - - - - - - - - Rule about the Terminology data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Directionality data category - - - - - - - - - - - - - - - - - Rule about the Language Information data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Elements Within Text data category - - - - - - - - - - - - - - - - - Rule about the Domain data category - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Disambiguation data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the LocaleFilter data category - - - - - - - - - - - - - - - - - - - - Rule about the Provenance data category - - - - - - - - - - - - - - - - - - - - - - Rule about the External Resource data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Target Pointer data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Id Value data category - - - - - - - - - - - - - - - - - - - - - - Rule about the Preserve Space data category - - - - - - - - - - - - - - - - - - default - preserve - - - - - - Rule about the Localization Quality Issue data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the MT Confidence data category - - - - - - - - - - - - - - - - - Rule about the Allowed Characters data category - - - - - - - - - - - - - - - - - - - - - - - - - Rule about the Allowed Characters data category - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Standoff markup for Provenance data category - - - - - - - - - - - - - - - - - Provenance record used in Provenance standoff markup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Standoff markup for Localization Quality Issue data category - - - - - - - - - - - - - - - - - Issue recorded in Localization Quality standoff markup - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - diff --git a/docbook/docbook-v5.2-os/rng/docbook.rng b/docbook/docbook-v5.2-os/rng/docbook.rng deleted file mode 100755 index 7490ce0b1d..0000000000 --- a/docbook/docbook-v5.2-os/rng/docbook.rng +++ /dev/null @@ -1,18459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - - - - Any attribute in any other explicit namespace - - - - - - - - - - - - - - Any element from almost any namespace - - - - - - - - - - - - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
diff --git a/docbook/docbook-v5.2-os/rng/docbookxi.rng b/docbook/docbook-v5.2-os/rng/docbookxi.rng deleted file mode 100755 index b22cc4e530..0000000000 --- a/docbook/docbook-v5.2-os/rng/docbookxi.rng +++ /dev/null @@ -1,18681 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - Any attribute, including any attribute in any namespace - - - - - - Any attribute in any other explicit namespace - - - - - - - - - - - - - - Any element from almost any namespace - - - - - - - - - - - - - - -
- - - Designates the computer or chip architecture to which the element applies - - - - - Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. - - - - - provides a standard place for application-specific effectivity - - - - - Indicates standards conformance characteristics of the element - - - - - Indicates the operating system to which the element is applicable - - - - - Indicates the editorial revision to which the element belongs - - - - - Indicates something about the security level associated with the element to which it applies - - - - - Indicates the level of user experience for which the element applies - - - - - Indicates the computer vendor to which the element applies - - - - - Indicates the word size (width in bits) of the computer architecture to which the element applies - - - - - Indicates the output format (for example, print or epub) to which the element applies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Points to the element whose content is to be used as the text of the link - - - - - - Points to an internal link target by identifying the value of its xml:id attribute - - - - - - Points to one or more internal link targets by identifying the value of their xml:id attributes - - - - - - Identifies a link target with a URI - - - - - - Identifies the XLink link type - simple - An XLink simple link type - - - - - Identifies the XLink role of the link - - - - - - Identifies the XLink arcrole of the link - - - - - - Identifies the XLink title of the link - - - - - new - An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. - replace - An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. - embed - An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. - other - The behavior of an application traversing to the ending resource is unconstrained by XLink. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink show behavior of the link - - - - - - onLoad - An application should traverse to the ending resource immediately on loading the starting resource. - onRequest - An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. - other - The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior. - none - The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. - - - - - Identifies the XLink actuate behavior of the link - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Identifies the unique ID value of the element - - - - - - Specifies the DocBook version of the element and its descendants - - - - - Specifies the natural language of the element and its descendants - - - - - Specifies the base URI of the element and its descendants - - - - - - Provides the name or similar semantic identifier assigned to the content in some previous markup scheme - - - - - Provides the text that is to be generated for a cross reference to the element - - - - - Specifies a keyword or keywords identifying additional style information - - - - - changed - The element has been changed. - added - The element is new (has been added to the document). - deleted - The element has been deleted. - off - Explicitly turns off revision markup for this element. - - - - - Identifies the revision status of the element - - - - - - ltr - Left-to-right text - rtl - Right-to-left text - lro - Left-to-right override - rlo - Right-to-left override - - - - - Identifies the direction of text in an element - - - - - - The RDFa Lite vocab - - - - - - The RDFa Lite typeof - - - - - The RDFa Lite property - - - - - The RDFa Lite resource - - - - - The RDFa Lite prefix - - - - - - - - - - - - - - - - - - - - - - - - none - No ID fixup strategy - suffix - ID fixup by concatenating suffixes - auto - ID fixup by creating unique values - - - - - The transclusion ID fixup strategy - - - - - - The transclusion suffix to use when the suffix ID fixup strategy is employed - - Suffix fixup must be specified - - If a suffix is specified, suffix ID fixup must also be specified. - - - - - - - user - No link scope adjustments are made - local - The link scopes are adjusted with the suffix property - near - The link scopes are adjusted based on proximity - global - The link scopes are adjusted based on document order - - - - - The transclusion link scope adjustment - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the format of the data - - - - - Indentifies the location of the data by URI - - - - Identifies the location of the data by external identifier (entity name) - - - - - - - continues - Line numbering continues from the immediately preceding element with the same name. - restarts - Line numbering restarts (begins at 1, usually). - - - - - Determines whether line numbering continues from the previous element or restarts - - - - - - numbered - Lines are numbered. - unnumbered - Lines are not numbered. - - - - - Determines whether lines are numbered - - - - - - Specifies the initial line number - - - - - - Identifies the language (i.e. programming language) of the verbatim content - - - - - Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not - preserve - Whitespace must be preserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies an identifying string for presentation purposes - - - - - Specifies the width (in characters) of the element - - - - - - compact - The spacing should be "compact". - normal - The spacing should be "normal". - - - - - Specifies (a hint about) the spacing of the content - - - - - - 0 - The element should be rendered in the current text flow (with the flow column width). - 1 - The element should be rendered across the full text page. - - - - - Indicates if the element is rendered across the column or the page - - - - - - Identifies the language (i.e. programming language) of the content - - - - - optional - The content describes an optional step or steps. - required - The content describes a required step or steps. - - - - - Specifies if the content is required or optional - - - - - - Specifies style information to be used when rendering the float - - - - - Specifies the width of the element - - - - - Specifies the depth of the element - - - - - Specifies the width of the content rectangle - - - - - Specifies the depth of the content rectangle - - - - - 0 - False (do not scale-to-fit; anamorphic scaling may occur) - 1 - True (scale-to-fit; anamorphic scaling is forbidden) - - - - - Specifies the scaling factor - - - - - - Specifies a classid for a media object player - - - - - Specifies the autoplay setting for a media object player - - - - - center - Centered horizontally - char - Aligned horizontally on the specified character - justify - Fully justified (left and right margins or edges) - left - Left aligned - right - Right aligned - - - - - bottom - Aligned on the bottom of the region - middle - Centered vertically - top - Aligned on the top of the region - - - - - doi - A digital object identifier. - isbn - An international standard book number. - isrn - An international standard technical report number (ISO 10444). - issn - An international standard serial number. - istc - An international standard text code. - libraryofcongress - A Library of Congress reference number. - pubsnumber - A publication number (an internal number or possibly organizational standard). - uri - A Uniform Resource Identifier - - - - - - Identifies the kind of bibliographic identifier - - - - - - - Identifies the nature of the non-standard bibliographic identifier - - - - - - - Identifies the kind of bibliographic identifier - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - article - An article - bbs - A bulletin board system - book - A book - cdrom - A CD-ROM - chapter - A chapter (as of a book) - dvd - A DVD - emailmessage - An email message - gopher - A gopher page - journal - A journal - manuscript - A manuscript - newsposting - A posting to a newsgroup - part - A part (as of a book) - refentry - A reference entry - section - A section (as of a book or article) - series - A series - set - A set (as of books) - webpage - A web page - wiki - A wiki page - other - Some other kind of work - - - - - - - - - Identifies the nature of the published work - - - - - - - Identifies the nature of some other kind of published work - - - - - - - Identifies that this is some other kind of published work - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text of the title of a section of a document or of a formal block-level element - - - - - - -
-
- - - - - - - - - - - - - - - The abbreviation of a title - - - - - - -
-
- - - - - - - - - - - - - - - The subtitle of a document - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block with only a required title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - A wrapper for information about a component or other block without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - Identifies the controlled vocabulary used by this set's terms - - - - - - - - - - - - - - - - - - A set of terms describing the subject matter of a document - - - - - - -
-
- - - - - - Specifies a ranking for this subject relative to other subjects in the same set - - - - - - - - - - - - - - - - - One of a group of terms describing the subject matter of a document - - - - - - -
-
- - - - - - - - - - - - - - - A term in a group of terms describing the subject matter of a document - - - - -
-
- - - - - - - - - - - - - - - A set of keywords describing the content of a document - - - - - - -
-
- - - - - - - - - - - - - - - One of a set of keywords describing the content of a document - - - - -
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - Identifies the type of procedure - - - - - - - - - - - - - - - - - - - - - A list of operations to be performed in a well-defined sequence - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A unit of action in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - Alternative steps in a procedure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for steps that occur within steps in a procedure - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for identifying the results of a procedure or step - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - A portion of a document that is isolated from the main narrative flow - - Element exclusion - - sidebar must not occur among the children or descendants of sidebar - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short description or note about a person - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A quotation set off from the main text - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The source of a block quote or epigraph - - - - - - - - - - - - -
-
- - - sect1 - Render as a first-level section - sect2 - Render as a second-level section - sect3 - Render as a third-level section - sect4 - Render as a fourth-level section - sect5 - Render as a fifth-level section - - - - - - Indicates how the bridge head should be rendered - - - - - - - Identifies the nature of the non-standard rendering - - - - - - - Indicates how the bridge head should be rendered - other - Identifies a non-standard rendering - - - - - - - - - - - - - - - - - - - - - - - - - - - - A free-floating heading - - - - - - -
-
- - - - - - - - - - - - - - - A remark (or comment) intended for presentation in a draft manuscript - - - - - - -
-
- - - - - - - - - - - - - - - - - - A short inscription at the beginning of a document or component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - Identifies the desired footnote mark - - - - - - - - - - - - - - - - - - A footnote - - Element exclusion - - footnote must not occur among the children or descendants of footnote - - - - Element exclusion - - example must not occur among the children or descendants of footnote - - - - Element exclusion - - figure must not occur among the children or descendants of footnote - - - - Element exclusion - - table must not occur among the children or descendants of footnote - - - - Element exclusion - - equation must not occur among the children or descendants of footnote - - - - Element exclusion - - sidebar must not occur among the children or descendants of footnote - - - - Element exclusion - - task must not occur among the children or descendants of footnote - - - - Element exclusion - - epigraph must not occur among the children or descendants of footnote - - - - Element exclusion - - caution must not occur among the children or descendants of footnote - - - - Element exclusion - - danger must not occur among the children or descendants of footnote - - - - Element exclusion - - important must not occur among the children or descendants of footnote - - - - Element exclusion - - note must not occur among the children or descendants of footnote - - - - Element exclusion - - tip must not occur among the children or descendants of footnote - - - - Element exclusion - - warning must not occur among the children or descendants of footnote - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph with a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A paragraph that contains only text and inline markup, no block elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the type of mark to be used on items in this list - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a bullet or other dingbat - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - continues - Specifies that numbering should begin where the preceding list left off - restarts - Specifies that numbering should begin again at 1 - - - - - Indicates how list numbering should begin relative to the immediately preceding list - - - - - - Specifies the initial line number - - - - - - ignore - Specifies that numbering should ignore list nesting - inherit - Specifies that numbering should inherit from outer-level lists - - - - - Indicates whether or not item numbering should be influenced by list nesting - - - - - - arabic - Specifies Arabic numeration (1, 2, 3, …) - upperalpha - Specifies upper-case alphabetic numeration (A, B, C, …) - loweralpha - Specifies lower-case alphabetic numeration (a, b, c, …) - upperroman - Specifies upper-case Roman numeration (I, II, III, …) - lowerroman - Specifies lower-case Roman numeration (i, ii, iii …) - - - - - Indicates the desired numeration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is marked with a sequentially incremented label - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Specifies the keyword for the type of mark that should be used on this - item, instead of the mark that would be used by default - - - - - - - - - - - - - - - - - - - - - A wrapper for the elements of a list item - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A segmented list, a list of sets of elements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The title of an element of a list item in a segmented list - - - - - - -
-
- - - - - - - - - - - - - - - A list item in a segmented list - - Cardinality of segments and titles - - The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a list item in a segmented list - - - - - - -
-
- - - - - - horiz - A tabular presentation in row-major order. - vert - A tabular presentation in column-major order. - inline - An inline presentation, usually a comma-delimited list. - - - - - Specifies the type of list presentation - - - - - - Specifies the number of columns for horizontal or vertical presentation - - - - - - - - - - - - - - - - - - - - - An undecorated list of single words or short phrases - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - - - - - - - - - - An element of a simple list - - - - - - -
-
- - - - - - Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list - - - - - - - - - - - - - - - - - - - - - - - A list in which each entry is composed of a set of one or more terms and an associated description - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for a set of terms and the associated description in a variable list - - - - - - - -
-
- - - - - - - - - - - - - - - The word or phrase being defined or described in a variable list - - - - - - -
-
- - - - - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal example, with a title - - Element exclusion - - example must not occur among the children or descendants of example - - - - Element exclusion - - figure must not occur among the children or descendants of example - - - - Element exclusion - - table must not occur among the children or descendants of example - - - - Element exclusion - - equation must not occur among the children or descendants of example - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed example without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - monospaced - The literal layout should be formatted with a monospaced font - normal - The literal layout should be formatted with the current font - - - - - Specifies the class of literal layout - - - - - - - - - - - - - - - - - - - A block of text in which line breaks and white space are to be reproduced faithfully - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - Text that a user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - - - A representation of what the user sees or might see on a computer screen - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal figure, generally an illustration, with a title - - Element exclusion - - example must not occur among the children or descendants of figure - - - - Element exclusion - - figure must not occur among the children or descendants of figure - - - - Element exclusion - - table must not occur among the children or descendants of figure - - - - Element exclusion - - equation must not occur among the children or descendants of figure - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Identifies the type of figure - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A untitled figure - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A displayed media object (video, audio, image, etc.) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - An inline media object (video, audio, image, and so on) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for video data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for audio data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A wrapper for image data and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a text description of an object and its associated meta-information - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external video data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - Specifies the vertical alignment of the video data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external audio data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - Specifies the (horizontal) alignment of the image data - - - - - - - - - Specifies the vertical alignment of the image data - - - - - - - - - - - - - - - - - - - - - Determines if anamorphic scaling is forbidden - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pointer to external image data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - Identifies the encoding of the text in the external file - - - - - - - - - - - - - - - - - - - - Pointer to external text data - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - Specifies the name of the parameter - - - - - Specifies the value of the parameter - - - - - Specifies the type of the value of the parameter - - - - - - - - - - - - - - - - - - Application specific parameters for a media player - - - - -
-
- - - - - - - - - - - - - - - - - - A caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A real-world address, generally a postal address - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A street address in an address - - - - -
-
- - - - - - - - - - - - - - - A post office box in an address - - - - -
-
- - - - - - - - - - - - - - - A postal code in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a city in an address - - - - -
-
- - - - - - - - - - - - - - - A state or province in an address - - - - -
-
- - - - - - - - - - - - - - - The name of a country - - - - -
-
- - - - - - - - - - - - - - - A telephone number - - - - -
-
- - - - - - - - - - - - - - - A fax number - - - - -
-
- - - - - - - - - - - - - - - Uncategorized information in address - - - - -
-
- - - - - - - - - - - - - - - The institutional affiliation of an individual - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A brief description of an affiliation - - - - -
-
- - - - - - - - - - - - - - - The title of an individual in an organization - - - - -
-
- - - consortium - A consortium - corporation - A corporation - informal - An informal organization - nonprofit - A non-profit organization - - - - - Specifies the nature of the organization - - - - - - Specifies the nature of the organization - other - Indicates a non-standard organization class - - - Identifies the non-standard nature of the organization - - - - - - - - - - - - - - - - - - - - - - - - - - The name of an organization - - - - -
-
- - - - - - - - - - - - - - - A division of an organization - - - - - - -
-
- - - - - - - - - - - - - - - The page numbers of an article as published - - - - -
-
- - - - - - - - - - - - - - - The personal name of an individual - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - The name of an individual author - - - - -
-
- - - - - - - - - - - - - - - Wrapper for author information when a document has multiple authors or collaborators - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Identifies a collaborator - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The initials or other short identifier for an author - - - - -
-
- - - - - - - - - - - - - - - A person and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An organization and associated metadata - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for document meta-information about a conference - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The dates of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The title of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - An identifier, frequently numerical, associated with a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a conference for which a document was written - - - - -
-
- - - - - - - - - - - - - - - The contract number of a document - - - - -
-
- - - - - - - - - - - - - - - The sponsor of a contract - - - - -
-
- - - - - - - - - - - - - - - Copyright information about a document - - - - - - - - - -
-
- - - - - - - - - - - - - - - The year of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the individual or organization that holds a copyright - - - - -
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - Additional content for the cover of a publication - - - - - - -
- - - - - - - - - -
- - - - - - - - - - - - - - - The date of publication or revision of a document - - - - -
-
- - - - - - - - - - - - - - - The name or number of an edition of a document - - - - -
-
- - - - - - - - - - - - - - - The name of the editor of a document - - - - -
-
- - - - - - - - - - - - - - - - An identifier for a document - - - - -
-
- - - - - - - - - - - - - - - - A citation of a bibliographic identifier - - - - -
-
- - - - - - - - - - - - - - - - The source of a document - - - - -
-
- - - hasformat - The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format - haspart - The described resource includes the referenced resource either physically or logically - hasversion - The described resource has a version, edition, or adaptation, namely, the referenced resource - isformatof - The described resource is the same intellectual content of the referenced resource, but presented in another format - ispartof - The described resource is a physical or logical part of the referenced resource - isreferencedby - The described resource is referenced, cited, or otherwise pointed to by the referenced resource - isreplacedby - The described resource is supplanted, displaced, or superceded by the referenced resource - isrequiredby - The described resource is required by the referenced resource, either physically or logically - isversionof - The described resource is a version, edition, or adaptation of the referenced resource; changes in version imply substantive changes in content rather than differences in format - references - The described resource references, cites, or otherwise points to the referenced resource - replaces - The described resource supplants, displaces, or supersedes the referenced resource - requires - The described resource requires the referenced resource to support its function, delivery, or coherence of content - - - - - - Identifies the type of relationship - - - - - - - - Identifies the type of relationship - othertype - The described resource has a non-standard relationship with the referenced resource - - - - A keyword that identififes the type of the non-standard relationship - - - - - - - - - - - - - - - - - - - - - - - - - - The relationship of a document to another - - - - -
-
- - - dcmipoint - The DCMI Point identifies a point in space using its geographic coordinates - iso3166 - ISO 3166 Codes for the representation of names of countries - dcmibox - The DCMI Box identifies a region of space using its geographic limits - tgn - The Getty Thesaurus of Geographic Names - - - - - - Specifies the type of spatial coverage - - - - - - - - Specifies the type of spatial coverage - otherspatial - Identifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - dcmiperiod - A specification of the limits of a time interval - w3c-dtf - W3C Encoding rules for dates and times—a profile based on ISO 8601 - - - - - - Specifies the type of temporal coverage - - - - - - - - Specifies the type of temporal coverage - othertemporal - Specifies a non-standard type of coverage - - - - A keyword that identifies the type of non-standard coverage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The spatial or temporal coverage of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A statement of legal obligations or requirements - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - copyeditor - A copy editor - graphicdesigner - A graphic designer - productioneditor - A production editor - technicaleditor - A technical editor - translator - A translator - indexer - An indexer - proofreader - A proof-reader - coverdesigner - A cover designer - interiordesigner - An interior designer - illustrator - An illustrator - reviewer - A reviewer - typesetter - A typesetter - conversion - A converter (a persons responsible for conversion, not an application) - - - - - - Identifies the nature of the contributor - - - - - - - Identifies the nature of the non-standard contribution - - - - - - - Identifies the nature of the contributor - other - Identifies a non-standard contribution - - - - - - - - - - - - - - - - - - - - - - - - - - A person or entity, other than an author or editor, credited in a document - - - - -
-
- - - - - - - - - - - - - - - The numbers of the pages in a book, for use in a bibliographic entry - - - - -
-
- - - - - - - - - - - - - - - A summary of the contributions made to a document by a credited source - - - - - - -
-
- - - - - - - - - - - - - - - The title of a person - - - - -
-
- - - - - - - - - - - - - - - A given name of a person - - - - -
-
- - - - - - - - - - - - - - - The given name of a person - - - - -
-
- - - - - - - - - - - - - - - An inherited or family name; in western cultures the last name - - - - -
-
- - - - - - - - - - - - - - - The portion of a person's name indicating a relationship to ancestors - - - - -
-
- - - - - - - - - - - - - - - A component of a person's name that is not a first name, surname, or lineage - - - - -
-
- - - - - - - - - - - - - - - The printing history of a document - - - - - - -
-
- - - - - - - - - - - - - - - The date of publication of a document - - - - -
-
- - - - - - - - - - - - - - - The publisher of a document - - - - - - - -
-
- - - - - - - - - - - - - - - The name of the publisher of a document - - - - -
-
- - - - - - - - - - - - - - - Information about a particular release of a document - - - - -
-
- - - - - - - - - - - - - - - - - - A history of the revisions to a document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry describing a single revision in the history of the revisions to a document - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A document revision number - - - - -
-
- - - - - - - - - - - - - - - A description of a revision to a document - - - - -
-
- - - - - - - - - - - - - - - A extended description of a revision to a document - - - - - - -
-
- - - - - - - - - - - - - - - Numbers of the volumes in a series of books - - - - -
-
- - - - - - - - - - - - - - - The volume number of a document in a set (as of books in a set or articles in a journal) - - - - -
-
- - - - - - - - - - - - - - - The number of an issue of a journal - - - - -
-
- - - - - - A name for the metadata element - - - - - The metadata content - - - - - - - - - - - - - - - - - A generic metadata element - - - - - - - - A generic metadata element - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A software or application package - - - - -
-
- - - - - - - - - - - - - - - An email address - - - - -
-
- - - - - - - - - - - - - - - A comment on a line in a verbatim listing - - - - -
-
- - - command - A command - function - A function - option - An option - - - - - Identifies the class of parameter - - - - - - - - - - - - - - - - - - - - - A value or a symbolic reference to a value - - - - -
- - - - - - -
- - - command - A command - function - A function - option - An option - parameter - A parameter - - - - - Identifies the nature of the replaceable text - - - - - - - - - - - - - - - - - - - - - Content that may or must be replaced by the user - - - - - - -
-
- - - - Identifies the type of URI specified - - - - - - - - - - - - - - - - - - - A Uniform Resource Identifier - - - - -
-
- - - - - - - - - - - - - - - An abbreviation, especially one followed by a period - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An often pronounceable word made from the initial (or selected) letters of a name or phrase - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An inline bibliographic reference to another published work - - - - - - -
-
- - - - - - - - - - - - - - - A citation to a reference page - - - - - - - -
-
- - - - - - - - - - - - - - - The title of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A reference volume number - - - - -
-
- - - - - - Identifies the nature of the publication being cited - - - - - - Identifies the nature of some other kind of publication being cited - - - - - - - Identifies that this is some other kind of publication being cited - other - Indicates that the published work is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - The title of a cited work - - - - - - -
-
- - - - - - - - - - - - - - - Emphasized text - - - - - - -
-
- - - A limited span of emphasized text - - - - -
-
- - - - - - - - - - - - - - - A word or phrase in a language other than the primary language of the document - - - - - - - - - -
-
- - - - - - - - - - - - - - - A limited word or phrase in a language other than the primary language of the document - - - - -
-
- - - - - - - - - - - - - - - A span of text - - - - - - -
-
- - - A limited span of text - - - - -
-
- - - - - - - - - - - - - - - An inline quotation - - - - - - -
-
- - - - - - - - - - - - - - - A limited inline quotation - - - - -
-
- - - - - - - - - - - - - - - A subscript (as in H₂O, the molecular formula for water) - - - - -
-
- - - - - - - - - - - - - - - A superscript (as in x², the mathematical notation for x multiplied by itself) - - - - -
-
- - - copyright - A copyright - registered - A registered copyright - service - A service - trade - A trademark - - - - - Identifies the class of trade mark - - - - - - - - - - - - - - - - - - - - - A trademark - - - - -
-
- - - - - - - - - - - - - - - A word meant specifically as a word and not representing anything else - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a footnote (a footnote mark) - - Footnote reference type constraint - - @linkend on footnoteref must point to a footnote. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A cross reference to another part of the document - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A hypertext link - - - - - - -
-
- - - - - - - - - Holds additional information that may be used by the application when resolving the link - - - - - Specifies the URI of the document in which the link target appears - - - - - - Specifies the location of the link target in the document - - - - - Identifies application-specific customization of the link behavior - - - - - - - - - - - - - - - - - - - - - - - - - - - - A link that addresses its target indirectly - - - - - - -
-
- - - - - - - - - - - - - - A spot in the document - - - - -
-
- - - - - - - - - - - - - - A text-only annotation, often used for accessibility - - - - - - - - - -
-
- - - Holds style of formalgroup - this can be used to specify desired layout and positioning of subfigures - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A group of formal objects, for example subfigures - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
- - - Identifies the editorial or publication status of the element on which it occurs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - The dedication of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Acknowledgements of a book or other component - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Text at the back of a book describing facts about its production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An appendix in a book or article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A chapter, as of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Introductory matter preceding the first chapter of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - An introduction to the contents of a part - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - legal - A section of legal obligations or requirements - - - - Identifies the nature of the section - - - - - - Identifies a non-standard section class - - - - - - - Indicates that a non-standard section class is applied - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a document with no subdivisions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - -
- - - - - - faq - A collection of frequently asked questions. - journalarticle - An article in a journal or other periodical. - productsheet - A description of a product. - specification - A specification. - techreport - A technical report. - whitepaper - A white paper. - - - - - Identifies the nature of the article - - - - - - Identifies the nature of the non-standard article - - - - - - - Identifies the nature of the article - other - Indicates that the identifier is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An article - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - -
- - - Identifies one or more annotations that apply to this element - - -
- - - - - - Identifies one or more elements to which this annotation applies - - - - - - - - - - - - - - - - - - - An annotation - - Element exclusion - - annotation must not occur among the children or descendants of annotation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Identifies the XLink extended link type - - XLink extended placement - - An XLink extended type element may not occur as the direct child of an XLink extended type element. - - - extended - An XLink extended link type - - - - - Identifies the XLink locator link type - - XLink locator placement - - An XLink locator type element must occur as the direct child of an XLink extended type element. - - - locator - An XLink locator link type - - - - - Identifies the XLink arc link type - - XLink arc placement - - An XLink arc type element must occur as the direct child of an XLink extended type element. - - - arc - An XLink arc link type - - - - - Identifies the XLink resource link type - - XLink resource placement - - An XLink resource type element must occur as the direct child of an XLink extended type element. - - - resource - An XLink resource link type - - - - - Identifies the XLink title link type - - XLink title placement - - An XLink title type element must occur as the direct child of an XLink extended, locator, or arc type element. - - - title - An XLink title link type - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the XLink traversal-from - - - - - - Specifies the XLink label - - - - - - Specifies the XLink traversal-to - - - -
- - - - - - - - - - - - Identifies the XLink link type - extended - An XLink extended link - - - - - - - - - - - - - An XLink extended link - - - - - - - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - locator - An XLink locator link - - - - - - - - - - - - - - - - - An XLink locator in an extendedlink - - - - -
-
- - - - - - - - - - - - Identifies the XLink link type - arc - An XLink arc link - - - - - - - - - - - - - - - - - - - - - - - - - An XLink arc in an extendedlink - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A top-level section of document - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect3 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection within a sect4 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A collection of reference entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A reference page (originally a UNIX man-style reference page) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Meta-information for a reference entry - - - - - - - - - - - - - - - - -
- - - source - The name of the software product or component to which this topic applies - version - The version of the software product or component to which this topic applies - manual - The section title of the reference page (e.g., User Commands) - sectdesc - The section title of the reference page (believed synonymous with "manual" but in wide use) - software - The name of the software product or component to which this topic applies (e.g., SunOS x.y; believed synonymous with "source" but in wide use) - - - - - - Identifies the kind of miscellaneous information - - - - - - - Identifies the nature of non-standard miscellaneous information - - - - - - Identifies the kind of miscellaneious information - other - Indicates that the information is some 'other' kind. - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - Meta-information for a reference entry other than the title and volume number - - - - -
-
- - - - - - - - - - - - - - - The name, purpose, and classification of a reference page - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A description of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The name of (one of) the subject(s) of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - A short (one sentence) synopsis of the topic of a reference page - - - - - - -
-
- - - - - - - - - - - - - - - The scope or other indication of applicability of a reference entry - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A syntactic synopsis of the subject of the reference page - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A recursive section in a refentry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A major subsection of a reference entry - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect1 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A subsection of a refsect2 - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - - - - - - - - - - Specifies the base form of the term, the one that appears in the glossary. This allows adjectival, plural, and other variations of the term to appear in the element. The element content is the default base form. - - - -
- - - - - - - - - - - - - - - - - - A wrapper for a list of glossary entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - Specifies the string by which the element's content is to be sorted; if unspecified, the content is used - - - - - - - - - - - - - - - - - An entry in a glossary or glosslist - - - - - - - - - - - - - - - - - - - -
-
- - - - - - Specifies a list of keywords for the definition - - - - - - - - - - - - - - - - - A definition in a glossentry - - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry - to another - - Glosssary 'see' type constraint - - @otherterm on glosssee must point to a glossentry. - - - - - - - - -
-
- - - - - - Identifies the other term - - - - - - - - - - - - - - - - - - A cross-reference from one glossentry to another - - Glossary 'seealso' type constraint - - @otherterm on glossseealso must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - The first occurrence of a term, with limited content - - Glossary 'firstterm' type constraint - - @linkend on firstterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - - - -
-
- - - - - - - - - - - - - - - - A glossary term - - Glossary 'glossterm' type constraint - - @linkend on glossterm must point to a glossentry. - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in a glossary - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - An inline definition of a term - - Glossary term definition constraint - - A termdef must contain exactly one firstterm - - - - - - - - -
- - - Identifies the relationship between the bibliographic elemnts - - -
- - - - - - - - - - - - - - - - - - - - - A raw entry in a bibliography - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked entry in a bibliography - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A raw container for related bibliographic information - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cooked container for related bibliographic information - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Untyped bibliographic information - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A section of a bibliography - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for a list of bibliography entries - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - The units (for example, pages) used to identify the beginning and ending of a reference. - - - - - - Identifies the beginning of a reference; the location within the work that is being referenced. - - - - - - Identifies the end of a reference. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cross-reference to a bibliographic entry - - - - -
- - - normal - Normal - preferred - Preferred - - - - - Specifies the significance of the term - - - - - - Specifies the IDs of the elements to which this term applies - - - - - - Indicates the page on which this index term occurs in some version of the printed document - - - - - all - All indexes - global - The global index (as for a combined index of a set of books) - local - The local index (the index for this document only) - - - - - Specifies the scope of the index term - - - - - - Specifies the string by which the term is to be sorted; if unspecified, the term content is used - - - - - Specifies the target index for this term - - -
- - - - - - - - - - - - - - - A set of index terms in the meta-information of a document - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - Identifies the class of index term - singular - A singular index term - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term - - - - -
-
- - - - - - Identifies the class of index term - startofrange - The start of a range - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for an indexed term that covers a range - - - - -
-
- - - - - - Identifies the class of index term - endofrange - The end of a range - - - - - Points to the start of the range - - - - - - - - - - - - - - - - - Identifies the end of a range associated with an indexed term - - Indexterm 'startref' type constraint - - @startref on indexterm must point to an indexterm. - @startref on indexterm must point to a startofrange indexterm. - - - - - - -
-
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary word or phrase under which an index term should be sorted - - - - - - -
-
- - - - - - - - - - - - - - - - - - A secondary word or phrase in an index term - - - - - - -
-
- - - - - - - - - - - - - - - - - - A tertiary word or phrase in an index term - - - - - - -
-
- - - - - - Identifies the class of 'see' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader instead to another entry in the index - - - - - - -
-
- - - - - - Identifies the class of 'seealso' - - normal - Normal - under - See 'under' - - - - - - - - - - - - - - - - - - Part of an index term directing the reader also to another entry in the index - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a book or part of a book - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An index to a set of books - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A division in an index - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An entry in an index - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - A primary term in an index entry, not in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A secondary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A tertiary term in an index entry, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See -entry in an index, rather than in the text - - - - - - -
-
- - - - - - - - - - - - - - - - - A See also - entry in an index, rather than in the text - - - - - - -
- - - Indicates the page on which this element occurs in some version of the printed document - - -
- - - - - - - - - - - - - - - - - - A table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - A division in a table of contents - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A component title in a table of contents - - - - - - -
- - - -
- - - - - - - - - - - - - - - A task to be completed - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A summary of a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The prerequisites for a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - Information related to a task - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - calspair - Coordinates expressed as a pair of CALS graphic coordinates. - linecolumn - Coordinates expressed as a line and column. - linecolumnpair - Coordinates expressed as a pair of lines and columns. - linerange - Coordinates expressed as a line range. - - - - - - Identifies the units used in the coords attribute. The default units vary according to the type of callout specified: calspair - for graphics and linecolumn - for line-oriented elements. - - - - - - - - Indicates that non-standard units are used for this area -. In this case otherunits - must be specified. - other - Coordinates expressed in some non-standard units. - - - - Identifies the units used in the coords - attribute when the units - attribute is other -. This attribute is forbidden otherwise. - - - - - - - - - -
- - - - - - - - - - - - - - - - - - A list of callout -s - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - Identifies the areas described by this callout. - - - - - - - - - - - - - - - - A called out - description of a marked area - - Callout cross reference constraint - - @arearefs on callout must point to a areaset, area, or co. - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A program listing with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - A collection of regions in a graphic or code example - - - - - - - - - -
-
- - - - - - Point to the callout -s which refer to this area. (This provides bidirectional linking which may be useful in online presentation.) - - - - - - Specifies an identifying number or string that may be used in presentation. The area label might be drawn on top of the figure, for example, at the position indicated by the coords attribute. - - - - - Provides the coordinates of the area. The coordinates must be interpreted using the units - specified. - - - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - A region defined for a callout in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of related areas in a graphic or code example - - - - - - -
-
- - - - - - - - - - - - - - - - - - A screen with associated areas used in callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for an image object with callouts - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - The location of a callout embedded in text - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A cross reference to a co - - - - -
-
- - - - - - - - - - - - - - - - - - A set of EBNF productions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A production in a set of EBNF productions - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The left-hand side of an EBNF production - - - - -
-
- - - - - - - - - - - - - - - The right-hand side of an EBNF production - - - - - - - - - - - -
-
- - - - - - Specifies a URI that points to a production -where the nonterminal - is defined - - - - - - - - - - - - - - - - A non-terminal in an EBNF production - - - - -
-
- - - - - - - - - - - - - - - A constraint in an EBNF production - - Constraint cross reference constraint - - @linkend on constraint must point to a constraintdef. - - - - - - -
-
- - - - - - - - - - - - - - - A cross-reference to an EBNF production - - Production recap cross reference constraint - - @linkend on productionrecap must point to a production. - - - - - - -
-
- - - - - - - - - - - - - - - - - - The definition of a constraint in an EBNF production - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
- - - Specifies the alignment character when align - is set to char -. - - - - - Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char - when align - is set to char -. - - 0 - 100 - - - - - - Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table. - - all - Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders. - bottom - Frame only the bottom of the table. - none - Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well. - sides - Frame the left and right sides of the table. - top - Frame the top of the table. - topbot - Frame the top and bottom of the table. - - - - - - Specifies the presence or absence of the column separator - - 0 - No column separator rule. - 1 - Provide a column separator rule on the right - - - - - - Specifies the presence or absence of the row separator - - 0 - No row separator rule. - 1 - Provide a row separator rule below - - - - - - Specifies the orientation of the table - - land - 90 degrees counter-clockwise from the rest of the text flow. - port - The same orientation as the rest of the text flow. - - - - - - Specifies the table style - - - - - Indicates whether or not the entries in the first column should be considered row headers - - firstcol - Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). - headers - Indicates that row headers are identified by use of the headers attribute on entries in the table. - norowheader - Indicates that entries in the first column have no special significance with respect to column headers. - - - - - - Specifies the horizontal alignment of text in an entry. - - center - Centered. - char - Aligned on a particular character. - justify - Left and right justified. - left - Left justified. - right - Right justified. - - - - - - Specifies the vertical alignment of text in an entry. - - bottom - Aligned on the bottom of the entry. - middle - Aligned in the middle. - top - Aligned at the top of the entry. - - - - - - Specifies a column specification by name. - - - - - Specifies a starting column by name. - - - - - Specifies a span by name. - - - - - - Specifies a starting column by name. - - - Specifies an ending column by name. - - - - - - - - - - - - - - Provides a name for a column specification. - - - - - Provides a name for a span specification. - - -
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A wrapper for the main content of a table, or part of a table - - - - - - - - - - - - - - - - -
-
- - - - - - The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one. - - - - - - Specifies the width of the column. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifications for a column in a table - - - - -
-
- - - - - - Specifies a starting column by name. - - - - - Specifies an ending column by name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Formatting information for a spanned column in a table - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table footer consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - - - - -
-
- - - - - - Specifies the number of additional rows which this entry occupies. Defaults to zero. - - - - - - Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated. - - 0 - Do not rotate the cell. - 1 - Rotate the cell 90 degrees counter-clockwise. - - - - - - Specifies the scope of a header. - - row - Applies to the row - col - Applies to the column - rowgroup - Applies to the row group - colgroup - Applies to the column group - - - - - - Specifies the entry or entries which serve as headers for this element. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A cell in a table - - Element exclusion - - table must not occur among the children or descendants of entry - - - - Element exclusion - - informaltable must not occur among the children or descendants of entry - - - - - - - - - - - - - -
-
- - - - - - Additional style information for downstream processing; typically the name of a style. - - - - - The number of columns in the entry table. Must be an integer greater than zero. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A subtable appearing in place of an entry in a table - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A table header consisting of one or more rows - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A wrapper for the rows of a table or informal table - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A row in a table - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the short or long title should be used in a List of Tables - - 0 - Indicates that the full title should be used. - 1 - Indicates that the short short title (titleabbrev) should be used. - - - - - - Indicates if the table should appear in a List of Tables - - 0 - Indicates that the table should not occur in the List of Tables. - 1 - Indicates that the table should appear in the List of Tables. - - - - - - - - - - - - - - A formal table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. - - - - - This attribute specifies style information for the current element. - - - - - This attribute offers advisory information about the element for which it is set. - - - - - - - - This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. - - - - - - - - Occurs when the pointing device button is clicked over an element. - - - - - Occurs when the pointing device button is double clicked over an element. - - - - - Occurs when the pointing device button is pressed over an element. - - - - - Occurs when the pointing device button is released over an element. - - - - - Occurs when the pointing device is moved onto an element. - - - - - Occurs when the pointing device is moved while it is over an element. - - - - - Occurs when the pointing device is moved away from an element. - - - - - Occurs when a key is pressed and released over an element. - - - - - Occurs when a key is pressed down over an element. - - - - - Occurs when a key is released over an element. - - - - - - - - - - - - - - - - - Specifies the alignment of data and the justification of text in a cell. - - left - Left-flush data/Left-justify text. This is the default value for table data. - center - Center data/Center-justify text. This is the default value for table headers. - right - Right-flush data/Right-justify text. - justify - Double-justify text. - char - Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. - - - - - - This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. - - - - - When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. - - - An explicit offset. - - [0-9]+% - - A percentage offset. - - - - - - - - - Specifies the vertical position of data within a cell. - - top - Cell data is flush with the top of the cell. - middle - Cell data is centered vertically within the cell. This is the default value. - bottom - Cell data is flush with the bottom of the cell. - baseline - All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. - - - - - - - - - Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. - - - - - Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. - - - An explicit width. - - [0-9]+% - - A percentage width. - - - - - - Specifies the width (in pixels only) of the frame around a table. - - - - - - Specifies which sides of the frame surrounding a table will be visible. - - void - No sides. This is the default value. - above - The top side only. - below - The bottom side only. - hsides - The top and bottom sides only. - lhs - The left-hand side only. - rhs - The right-hand side only. - vsides - The right and left sides only. - box - All four sides. - border - All four sides. - - - - - - Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. - - none - No rules. This is the default value. - groups - Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. - rows - Rules will appear between rows only. - cols - Rules will appear between columns only. - all - Rules will appear between all rows and columns. - - - - - - Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. - - - An explicit spacing. - - [0-9]+% - - A percentage spacing. - - - - - - Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. - - - An explicit padding. - - [0-9]+% - - A percentage padding. - - - - - - - - - - Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. - - - - - This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. - - - - - Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. - - - - - Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. - - row - The current cell provides header information for the rest of the row that contains it - col - The current cell provides header information for the rest of the column that contains it. - rowgroup - The header cell provides header information for the rest of the row group that contains it. - colgroup - The header cell provides header information for the rest of the column group that contains it. - - - - - - Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all rows from the current row to the last row of the table section (thead -, tbody -, or tfoot -) in which the cell is defined. - - - - - - Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 -). The value zero (0 -) means that the cell spans all columns from the current column to the last column of the column group (colgroup -) in which the cell is defined. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A formal (captioned) HTML table in a document - - Element exclusion - - example must not occur among the children or descendants of table - - - - Element exclusion - - figure must not occur among the children or descendants of table - - - - Element exclusion - - equation must not occur among the children or descendants of table - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - Identifies the type of table - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An HTML table without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - An HTML table caption - - Element exclusion - - example must not occur among the children or descendants of caption - - - - Element exclusion - - figure must not occur among the children or descendants of caption - - - - Element exclusion - - table must not occur among the children or descendants of caption - - - - Element exclusion - - equation must not occur among the children or descendants of caption - - - - Element exclusion - - sidebar must not occur among the children or descendants of caption - - - - Element exclusion - - task must not occur among the children or descendants of caption - - - - Element exclusion - - caution must not occur among the children or descendants of caption - - - - Element exclusion - - danger must not occur among the children or descendants of caption - - - - Element exclusion - - important must not occur among the children or descendants of caption - - - - Element exclusion - - note must not occur among the children or descendants of caption - - - - Element exclusion - - tip must not occur among the children or descendants of caption - - - - Element exclusion - - warning must not occur among the children or descendants of caption - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - -
-
- - - - - - This attribute, whose value must be an integer > 0, specifies the number of columns spanned - by the col - element; the col - element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., a single column). If the span attribute is set to N > 1, the current col - element shares its attributes with the next N-1 columns. - - - - - - Specifies a default width for each column spanned by the current col - element. It has the same meaning as the width - attribute for the colgroup - element and overrides it. - - - - - - - - - Specifications for a column in an HTML table - - - - -
-
- - - - - - This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup - defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup - element defines a column group containing N columns. User agents must ignore this attribute if the colgroup - element contains one or more col - elements. - - - - - - This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* - (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* - will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col - element. - - - - - - - - - A group of columns in an HTML table - - - - - - -
-
- - - - - - - - - - A table header consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A table footer consisting of one or more rows in an HTML table - - - - - - -
-
- - - - - - - - - - A wrapper for the rows of an HTML table or informal HTML table - - - - - - -
-
- - - - - - - - - - A row in an HTML table - - - - - - - - - -
-
- - - - - - - - - - - A table header entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - A table entry in an HTML table - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A detailed set of messages, usually error messages - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A wrapper for an entry in a message set - - - - - - - - - - - - -
-
- - - - - - The audience to which the message relevant - - - - - The origin of the message - - - - - The level of importance or severity of a message - - - - - - - - - - - - - - - - - - - - - - - A wrapper for a simpler entry in a message set - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - The primary component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A subcomponent of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A related component of a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - -
-
- - - - - - - - - - - - - - - The actual text of a message component in a message set - - - - - - -
-
- - - - - - - - - - - - - - - Information about a message in a message set - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The level of importance or severity of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The origin of a message in a message set - - - - -
-
- - - - - - - - - - - - - - - The audience to which a message in a message set is relevant - - - - -
-
- - - - - - - - - - - - - - - - - - Explanatory material relating to a message in a message set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - - - - none - No labels - number - Numeric labels - qanda - "Q:" and "A:" labels - - - - - Specifies the default labelling - - - - - - - - - - - - - - - - - - - - - A question-and-answer set - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A titled division in a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - A question/answer set within a qandaset - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A question in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - An answer to a question posed in a qandaset - - - - - - - - - -
-
- - - - - - - - - - - - - - - A label on a question or answer - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation - - Element exclusion - - example must not occur among the children or descendants of equation - - - - Element exclusion - - figure must not occur among the children or descendants of equation - - - - Element exclusion - - table must not occur among the children or descendants of equation - - - - Element exclusion - - equation must not occur among the children or descendants of equation - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - Identifies the type of equation - - - - - - - - - - - - - - - - - - - - - - - - - - - A displayed mathematical equation without a title - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical equation or expression occurring inline - - - - - - - -
-
- - - - - - - - - - - - - - - A mathematical phrase that can be represented with ordinary text and a small amount of markup - - - - - - - - - - -
- - - - - - -
- - - - - - - - - - - - Specifies that the format of the data is MathML - mathml - Specifies MathML. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A MathML expression in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the MathML namespace - - - - - - - - - - -
- - - - - - -
- - - - - - - - - - - - Specifies that the format of the data is SVG - svg - Specifies SVG. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An SVG drawing in a media object - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - -
-
- - - Any element from the SVG namespace - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A string of formatting markup in text that is to be represented literally - - - - -
-
- - - - - - attribute - An attribute - attvalue - An attribute value - element - An element - emptytag - An empty element tag - endtag - An end tag - genentity - A general entity - localname - The local name part of a qualified name - namespace - A namespace - numcharref - A numeric character reference - paramentity - A parameter entity - pi - A processing instruction - prefix - The prefix part of a qualified name - comment - An SGML comment - starttag - A start tag - xmlpi - An XML processing instruction - - - - - Identifies the nature of the tag content - - - - - - Identifies the namespace of the tag content - - - - - - - - - - - - - - - - - - - - - A component of XML (or SGML) markup - - - - - - - - - -
-
- - - Identifies the class of symbol - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A name that is replaced by a value before processing - - - - -
-
- - - - - - - - - - - - - - - A unit of information - - - - -
-
- - - - - - - - - - - - - - - Inline text that is some literal value - - - - -
-
- - - Identifies the (computer) language of the code fragment - - - - - - - - - - - - - - - - - - - - An inline code fragment - - - - - - - - - -
-
- - - Identifies the class of constant - limit - The value is a limit of some kind - - - - - - - - - - - - - - - - - - - - A programming or system constant - - - - -
-
- - - - - - copyright - A name with a copyright - registered - A name with a registered copyright - service - A name of a service - trade - A name which is trademarked - - - - - Specifies the class of product name - - - - - - - - - - - - - - - - - - The formal name of a product - - - - -
-
- - - - - - - - - - - - - - - A number assigned to a product - - - - -
-
- - - altkey - An alternate or secondary key - constraint - A constraint - datatype - A data type - field - A field - foreignkey - A foreign key - group - A group - index - An index - key1 - The first or primary key - key2 - An alternate or secondary key - name - A name - primarykey - The primary key - procedure - A (stored) procedure - record - A record - rule - A rule - secondarykey - The secondary key - table - A table - user - A user - view - A view - - - - - Identifies the class of database artifact - - - - - - - - - - - - - - - - - - - - - The name of a database, or part of a database - - - - -
-
- - - hardware - A hardware application - software - A software application - - - - - Identifies the class of application - - - - - - - - - - - - - - - - - - - - - The name of a software program - - - - -
-
- - - - - - - - - - - - - - - A physical part of a computer system - - - - -
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - The text on a button in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Graphic and/or text appearing as a icon in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The text of a label in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a menu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a terminal menu item in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a submenu in a GUI - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A selection or series of selections from a menu - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The conventional name of a mouse button - - - - -
- - - - - - - - - - -
- - - alt - The "Alt" key - altgr - The "Alt Graph" key - backspace - The "Backspace" key - command - The "Command" key - control - The "Control" key - delete - The "Delete" key - down - The down arrow - end - The "End" key - enter - The "Enter" key - escape - The "Escape" key - home - The "Home" key - insert - The "Insert" key - left - The left arrow - meta - The "Meta" key - option - The "Option" key - pagedown - The page down key - pageup - The page up key - right - The right arrow - return - The "Return" key - shift - The "Shift" key - space - The spacebar - tab - The "Tab" key - up - The up arrow - - - - - - Identifies the function key - - - - - - - - Identifies the function key - other - Indicates a non-standard function key - - - - Specifies a keyword that identifies the non-standard key - - - - - - - - - - - - - - - - - - - - - - - - The text printed on a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - The internal, frequently numeric, identifier for a key on a keyboard - - - - -
- - - - - - - - - - -
- - - click - A (single) mouse click. - double-click - A double mouse click. - press - A mouse or key press. - seq - Sequential clicks or presses. - simul - Simultaneous clicks or presses. - - - - - - Identifies the nature of the action taken. If keycombo - contains more than one element, simul - is the default, otherwise there is no default. - - - - - - - - Identifies the nature of the action taken - other - Indicates a non-standard action - - - - Identifies the non-standard action in some unspecified way. - - - - - - - - - - - - - - - - - - - - - - - - A combination of input actions - - - - - - -
-
- - - - - - - - - - - - - - - The symbolic name of a key on a keyboard - - - - -
-
- - - - - - - - - - - - - - - A graphical user interface (GUI) keyboard shortcut - - - - -
-
- - - - - - - - - - - - - - - - - - - A key combination for an action that is also accessible through a menu - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A character or string indicating the start of an input field in a computer display - - - - - - -
-
- - - - - - - - - - - - - - - A software environment variable - - - - -
-
- - - devicefile - A device - directory - A directory - extension - A filename extension - headerfile - A header file (as for a programming language) - libraryfile - A library file - partition - A partition (as of a hard disk) - symlink - A symbolic link - - - - - Identifies the class of filename - - - - - - Specifies the path of the filename - - - - - - - - - - - - - - - - - - - - - - - The name of a file - - - - -
-
- - - - - - - - - - - - - - - The name of an executable program or other software command - - - - -
-
- - - - - - - - - - - - - - - Data, generally text, displayed or presented by a computer - - - - - - -
-
- - - - - - - - - - - - - - - Data entered by the user - - - - - - -
-
- - - - - - Specifies the character that should separate the command and its top-level arguments - - - - - Indicates the displayed length of the command; this information may be used to intelligently indent command synopses which extend beyond one line - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A syntax summary for a software command - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - -
- - - norepeat - Can not be repeated. - repeat - Can be repeated. - - - - - Indicates whether or not repetition is possible. - - - - - - opt - Formatted to indicate that it is optional. - plain - Formatted without indication. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - Indicates optionality. - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - An argument in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - A group of elements in a cmdsynopsis - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - An explicit line break in a command synopsis - - - - -
-
- - - - - - - - - - - - - - - A portion of a cmdsynopsis broken out from the main body of the synopsis - - - - - - - - - -
-
- - - - - - - - - - - - - - - A reference to a fragment of a command synopsis - - Synopsis fragment type constraint - - @linkend on synopfragmentref must point to a synopfragment. - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - A general-purpose element for representing the syntax of commands or functions - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing synopsis - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a function definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the funcdefs of a funcsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a function - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A function (subroutine) name and its return type - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a function or subroutine, as in a programming language - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating that the function in question takes no arguments - - - - -
-
- - - - - - - - - - - - - - - An empty element in a function synopsis indicating a variable number of arguments - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of parameters - - - - - - - - - -
-
- - - - - - opt - Formatted to indicate that it is optional. - req - Formatted to indicate that it is required. - - - - - Indicates optionality. - - - - - - - - - - - - - - - - - - Information about a function parameter in a programming language - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - Parameters for a function referenced through a function pointer in a synopsis - - - - -
-
- - - - - - - - - class - This is the synopsis of a class - interface - This is the synopsis of an interface - - - - - Specifies the nature of the synopsis - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - Information supplementing the contents of a classsynopsis - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A class in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An interface in an object-oriented programming language - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - An exception in an object-oriented programming language - - - - - - - - - - - - - -
- - - Can be used to indicate that whitespace in the modifier should be preserved (for multi-line annotations, for example). - preserve - Extra whitespace and line breaks must be preserved. - - - -
- - - - - - - - - - - - - - - - - - Modifiers in a synopsis - - - - -
-
- - - - - - - - - - - - - - - The name of an interface - - - - -
-
- - - - - - - - - - - - - - - The name of an exception - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The name of a field in a class definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - The initializer for a fieldsynopsis - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a constructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a destructor - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - A syntax summary for a method - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a method - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - Parameters to a method - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - A group of method parameters - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a variable - - - - -
-
- - - - - - - - - - - - - - - Target of a build - - - - -
-
- - - - - - - - - - - - - - - The value returned by a function - - - - -
-
- - - - - - union - Combined type is union of nested types - intersection - Combined type is intersection of nested types - - - - - Specifies the way how are nested types combined together - - - - - - - - - - - - - - - - - - The classification of a value - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a class, in the object-oriented programming sense - - - - -
-
- - - - - - - - - - - - - - - The identifier for a template, in the generic programming sense - - - - -
-
- - - - - - - - - - - - - - - The definition of a template, in the generic programming sense - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The specialization of a template identifier, in the generic programming sense - - - - - - - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a package definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a macro (a code-generating function) - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a macro definition (code-generating function) - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The prototype of a macro (code-generating function) - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - A macro name and its return type - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a union of types - - - - -
-
- - - - - - - - - - - - - - - The definition of a union of types, which may be more than a name - - - - - - -
-
- - - - - - - - - - Indicates how the value of a union is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for a union-of-types definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of an enumeration - - - - -
-
- - - - - - - - - - - - - - - The value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - The description of a value an enumerated type can take - - - - - - -
-
- - - - - - - - - - - - - - - The identifier of a value an enumerated type can take - - - - -
-
- - - - - - - - - - - - - - - A value an enumerated type can take and its description - - - - - - - - - - -
-
- - - - - - - - - 0 - Value of enum is specified explicitly using enumvalue - 1 - Value of enum is inferred from its position - - - - - Indicates how the value of an enumeration is specified. - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - - - - The syntax summary for an enumerated-type definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - The name of a type alias - - - - -
-
- - - - - - - - - Identifies the package to which this synopsis (logically) belongs - - - - - - - - - - - - - - - - - - - - The syntax summary for a type-alias definition - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - A literal listing of all or part of a program - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - A note of caution - - Element exclusion - - caution must not occur among the children or descendants of caution - - - - Element exclusion - - danger must not occur among the children or descendants of caution - - - - Element exclusion - - important must not occur among the children or descendants of caution - - - - Element exclusion - - note must not occur among the children or descendants of caution - - - - Element exclusion - - tip must not occur among the children or descendants of caution - - - - Element exclusion - - warning must not occur among the children or descendants of caution - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text indicating hazardous situation - - Element exclusion - - caution must not occur among the children or descendants of danger - - - - Element exclusion - - danger must not occur among the children or descendants of danger - - - - Element exclusion - - important must not occur among the children or descendants of danger - - - - Element exclusion - - note must not occur among the children or descendants of danger - - - - Element exclusion - - tip must not occur among the children or descendants of danger - - - - Element exclusion - - warning must not occur among the children or descendants of danger - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of important - - - - Element exclusion - - danger must not occur among the children or descendants of important - - - - Element exclusion - - important must not occur among the children or descendants of important - - - - Element exclusion - - note must not occur among the children or descendants of important - - - - Element exclusion - - tip must not occur among the children or descendants of important - - - - Element exclusion - - warning must not occur among the children or descendants of important - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A message set off from the text - - Element exclusion - - caution must not occur among the children or descendants of note - - - - Element exclusion - - danger must not occur among the children or descendants of note - - - - Element exclusion - - important must not occur among the children or descendants of note - - - - Element exclusion - - note must not occur among the children or descendants of note - - - - Element exclusion - - tip must not occur among the children or descendants of note - - - - Element exclusion - - warning must not occur among the children or descendants of note - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - A suggestion to the user, set off from the text - - Element exclusion - - caution must not occur among the children or descendants of tip - - - - Element exclusion - - danger must not occur among the children or descendants of tip - - - - Element exclusion - - important must not occur among the children or descendants of tip - - - - Element exclusion - - note must not occur among the children or descendants of tip - - - - Element exclusion - - tip must not occur among the children or descendants of tip - - - - Element exclusion - - warning must not occur among the children or descendants of tip - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
-
- - - - - - - - - - - - - - - An admonition set off from the text - - Element exclusion - - caution must not occur among the children or descendants of warning - - - - Element exclusion - - danger must not occur among the children or descendants of warning - - - - Element exclusion - - important must not occur among the children or descendants of warning - - - - Element exclusion - - note must not occur among the children or descendants of warning - - - - Element exclusion - - tip must not occur among the children or descendants of warning - - - - Element exclusion - - warning must not occur among the children or descendants of warning - - - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - An error code - - - - -
-
- - - - - - - - - - - - - - - An error name - - - - -
-
- - - - - - - - - - - - - - - An error message. - - - - -
-
- - - - - - - - - - - - - - - The classification of an error message - - - - -
- - - - - - -
- - - daemon - A daemon or other system process (syslogd) - domainname - A domain name (example.com) - etheraddress - An ethernet address (00:05:4E:49:FD:8E) - event - An event of some sort (SIGHUP) - eventhandler - An event handler of some sort (hangup) - filesystem - A filesystem (ext3) - fqdomainname - A fully qualified domain name (my.example.com) - groupname - A group name (wheel) - interface - A network interface (eth0) - ipaddress - An IP address (127.0.0.1) - library - A library (libncurses) - macro - A macro - netmask - A netmask (255.255.255.192) - newsgroup - A newsgroup (comp.text.xml) - osname - An operating system name (Hurd) - process - A process (gnome-cups-icon) - protocol - A protocol (ftp) - resource - A resource - securitycontext - A security context (a role, permission, or security token, for example) - server - A server (mail.example.com) - service - A service (ppp) - systemname - A system name (hephaistos) - username - A user name (ndw) - - - - - - Identifies the nature of the system item - - - - - - - Identifies the nature of the non-standard system item - - - - - - - Identifies the kind of systemitemgraphic identifier - other - Indicates that the system item is some 'other' kind. - - - - - - - - - - - - - - - - - - - - - - - - - - - - A system-related item or term - - - - - - -
-
- - - - - - - - - - - - - - - An option for a software command - - - - -
-
- - - - - - - - - - - - - - - Optional information - - - - - - - - - -
-
- - - - - - - - - - - - - - - A unit of data associated with some part of a computer system - - - - -
-
- - - - - - - - - Identifies the topic type - - - - - - - - - - - - - - - - - - - - - - - - - - A modular unit of documentation not part of any particular narrative flow - - Root must have version - - If this element is the root element, it must have a version attribute. - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - [^#]+ - - - - - - - xml - text - - - - - - - - - - - - - - - - - - - - - - - - - - - - An XInclude - - - - - - -
-
- - - - An XInclude fallback - - - - - - - - - - - - - -
-