From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../slides/schema/relaxng/admonitions.rng | 174 + .../slides/schema/relaxng/annotations.rng | 97 + .../slides/schema/relaxng/bibliography.rng | 431 ++ .../slides/schema/relaxng/callouts.rng | 503 ++ .../slides/schema/relaxng/calstbl.rng | 918 +++ .../slides/schema/relaxng/core.rng | 46 + .../slides/schema/relaxng/docbook.rng | 34 + .../slides/schema/relaxng/docbook1.rng | 63 + .../slides/schema/relaxng/ebnf.rng | 267 + .../slides/schema/relaxng/error.rng | 136 + .../slides/schema/relaxng/glossary.rng | 513 ++ .../slides/schema/relaxng/gui.rng | 292 + .../slides/schema/relaxng/hier.rng | 730 +++ .../slides/schema/relaxng/htmltbl.rng | 678 +++ .../slides/schema/relaxng/index.rng | 773 +++ .../slides/schema/relaxng/keyboard.rng | 320 + .../slides/schema/relaxng/markup.rng | 304 + .../slides/schema/relaxng/math.rng | 208 + .../slides/schema/relaxng/mathml.rng | 122 + .../slides/schema/relaxng/msgset.rng | 427 ++ .../slides/schema/relaxng/os.rng | 513 ++ .../slides/schema/relaxng/pool.rng | 6084 ++++++++++++++++++++ .../slides/schema/relaxng/product.rng | 250 + .../slides/schema/relaxng/programming.rng | 1116 ++++ .../slides/schema/relaxng/qandaset.rng | 245 + .../slides/schema/relaxng/refentry.rng | 488 ++ .../slides/schema/relaxng/refsect1.rng | 192 + .../slides/schema/relaxng/sect1.rng | 360 ++ .../slides/schema/relaxng/slides.rnc | 206 + .../slides/schema/relaxng/slides.rng | 362 ++ .../slides/schema/relaxng/svg.rng | 112 + .../slides/schema/relaxng/tasks.rng | 170 + .../slides/schema/relaxng/technical.rng | 220 + .../slides/schema/relaxng/toc.rng | 161 + .../slides/schema/relaxng/topic.rng | 106 + .../slides/schema/relaxng/xlink.rng | 182 + .../slides/schema/xsd/admonitions.xsd | 134 + .../slides/schema/xsd/annotations.xsd | 65 + .../slides/schema/xsd/bibliography.xsd | 289 + .../slides/schema/xsd/callouts.xsd | 406 ++ .../slides/schema/xsd/calstbl.xsd | 1425 +++++ .../docbook-xsl-1.78.1/slides/schema/xsd/core.xsd | 36 + .../docbook-xsl-1.78.1/slides/schema/xsd/db.xsd | 37 + .../slides/schema/xsd/docbook.xsd | 37 + .../slides/schema/xsd/docbook1.xsd | 37 + .../docbook-xsl-1.78.1/slides/schema/xsd/ebnf.xsd | 183 + .../docbook-xsl-1.78.1/slides/schema/xsd/error.xsd | 97 + .../slides/schema/xsd/glossary.xsd | 319 + .../docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd | 218 + .../docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd | 606 ++ .../slides/schema/xsd/htmltbl.xsd | 536 ++ .../docbook-xsl-1.78.1/slides/schema/xsd/index.xsd | 537 ++ .../slides/schema/xsd/keyboard.xsd | 350 ++ .../slides/schema/xsd/markup.xsd | 284 + .../docbook-xsl-1.78.1/slides/schema/xsd/math.xsd | 156 + .../slides/schema/xsd/mathml.xsd | 82 + .../slides/schema/xsd/msgset.xsd | 309 + .../docbook-xsl-1.78.1/slides/schema/xsd/os.xsd | 369 ++ .../docbook-xsl-1.78.1/slides/schema/xsd/pool.xsd | 4834 ++++++++++++++++ .../slides/schema/xsd/product.xsd | 255 + .../slides/schema/xsd/programming.xsd | 749 +++ .../slides/schema/xsd/qandaset.xsd | 188 + .../slides/schema/xsd/refentry.xsd | 361 ++ .../slides/schema/xsd/refsect1.xsd | 142 + .../docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd | 252 + .../slides/schema/xsd/slides.xsd | 362 ++ .../docbook-xsl-1.78.1/slides/schema/xsd/svg.xsd | 82 + .../docbook-xsl-1.78.1/slides/schema/xsd/tasks.xsd | 132 + .../slides/schema/xsd/technical.xsd | 250 + .../docbook-xsl-1.78.1/slides/schema/xsd/toc.xsd | 116 + .../docbook-xsl-1.78.1/slides/schema/xsd/topic.xsd | 70 + .../docbook-xsl-1.78.1/slides/schema/xsd/xlink.xsd | 67 + .../slides/schema/xsd/xlink1.xsd | 103 + .../docbook-xsl-1.78.1/slides/schema/xsd/xml.xsd | 35 + 74 files changed, 32313 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/admonitions.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/annotations.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/bibliography.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/callouts.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/calstbl.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/core.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook1.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/ebnf.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/error.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/glossary.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/gui.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/hier.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/htmltbl.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/index.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/keyboard.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/markup.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/math.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/mathml.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/msgset.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/os.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/pool.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/product.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/programming.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/qandaset.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refentry.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refsect1.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/sect1.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rnc create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/svg.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/tasks.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/technical.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/toc.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/topic.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/xlink.rng create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/admonitions.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/annotations.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/bibliography.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/callouts.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/calstbl.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/core.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/db.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook1.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/ebnf.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/error.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/glossary.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/htmltbl.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/index.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/keyboard.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/markup.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/math.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/mathml.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/os.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/pool.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/product.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/programming.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/qandaset.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refentry.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refsect1.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/slides.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/svg.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/tasks.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/technical.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/toc.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/topic.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink1.xsd create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xml.xsd (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/admonitions.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/admonitions.rng new file mode 100644 index 000000000..8666065f5 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/admonitions.rng @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ caution + A note of caution + + + + + + + + + + + + + + + + + + +
+ +
+ important + An admonition set off from the text + + + + + + + + + + + + + + + + + + +
+ +
+ note + A message set off from the text + + + + + + + + + + + + + + + + + + +
+ +
+ tip + A suggestion to the user, set off from the text + + + + + + + + + + + + + + + + + + +
+ +
+ warning + An admonition set off from the text + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/annotations.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/annotations.rng new file mode 100644 index 000000000..13479be13 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/annotations.rng @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + Identifies one or more annotations that apply to this element + + + + + + + + + + + + + +
+ annotation + An annotation + + + + + + + Identifies one ore more elements to which this annotation applies + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/bibliography.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/bibliography.rng new file mode 100644 index 000000000..29e4f283a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/bibliography.rng @@ -0,0 +1,431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Identifies the relationship between the bibliographic elemnts + + + +
+ biblioentry + A raw entry in a bibliography + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliomixed + A cooked entry in a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ biblioset + A raw container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliomset + A cooked container for related bibliographic information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliomisc + Untyped bibliographic information + + + + + + + + + + + + + + + + + + +
+ +
+ bibliography + A bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliodiv + A section of a bibliography + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliolist + A wrapper for a list of bibliography entries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ biblioref + A cross-reference to a bibliographic entry + + + + + + + + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/callouts.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/callouts.rng new file mode 100644 index 000000000..12c231c26 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/callouts.rng @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + + + + + + + + + + +
+ calloutlist + A list of callout +s + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ callout + A called out + description of a marked area + + + + + + Identifies the areas described by this callout. + + + + + + + + + + + + + + + + + + + + +
+ +
+ programlistingco + A program listing with associated areas used in callouts + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ areaspec + A collection of regions in a graphic or code example + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ area + A region defined for a callout 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ area + A region defined for a callout in a graphic or code example + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ areaset + A set of related areas in a graphic or code example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ screenco + A screen with associated areas used in callouts + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ imageobjectco + A wrapper for an image object with callouts + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ co + The location of a callout embedded in text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ coref + A cross reference to a co + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/calstbl.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/calstbl.rng new file mode 100644 index 000000000..08259c5c9 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/calstbl.rng @@ -0,0 +1,918 @@ + + + + + + + + + + + + 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 + + A rule will be drawn to the right of all cells for whichcolsep + has the value 1 (true). Note, however, that the rule to the right of the last column in the table is controlled by the frame + attribute, not colsep +. + + + 0 + No column separator rule. + 1 + Provide a column separator rule on the right + + + + + + Specifies the presence or absence of the row separator + + A rule will be drawn below all cells for whichrowsep + has the value 1 (true). Note, however, that the rule below the last row in the table is controlled by the frame + attribute, not rowsep +. + + + 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 + + The tabstyle + attribute holds the name of a table style defined in a stylesheet that will be used to process this document. + + + + + + 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). + 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. + + + +
+ tgroup + A wrapper for the main content of a table, or part of a table + + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ colspec + Specifications for a column in 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ spanspec + Formatting information for a spanned column in a table + + + + + + Specifies a starting column by name. + + + + + Specifies an ending column by name. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ thead + A table header consisting of one or more rows + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tfoot + A table footer consisting of one or more rows + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tbody + A wrapper for the rows of a table or informal table + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ row + A row in a table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ entry + A cell 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ entrytbl + A subtable appearing in place of an entry in a table + + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ thead + A table header consisting of one or more rows + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tbody + A wrapper for the rows of a table or informal table + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ row + A row in a table + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ table + A formal table in a document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ informaltable + A table without a title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/core.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/core.rng new file mode 100644 index 000000000..8ecf45d97 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/core.rng @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook.rng new file mode 100644 index 000000000..4e156f283 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook.rng @@ -0,0 +1,34 @@ + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook1.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook1.rng new file mode 100644 index 000000000..b5a897619 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/docbook1.rng @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/ebnf.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/ebnf.rng new file mode 100644 index 000000000..97a21aa3f --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/ebnf.rng @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + +
+ productionset + A set of EBNF productions + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ production + A production in a set of EBNF productions + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ lhs + The left-hand side of an EBNF production + + + + + + + + + + + + + + + + + + +
+ +
+ rhs + The right-hand side of an EBNF production + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ nonterminal + A non-terminal in an EBNF production + + + + + + Specifies a URI that points to a production +where the nonterminal + is defined + + + + + + + + + + + + + + + + + + + +
+ +
+ constraint + A constraint in an EBNF production + + + + + + + + + + + + + + + + + + +
+ +
+ productionrecap + A cross-reference to an EBNF production + + + + + + + + + + + + + + + + + + +
+ +
+ constraintdef + The definition of a constraint in an EBNF production + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/error.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/error.rng new file mode 100644 index 000000000..7a157903d --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/error.rng @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + +
+ errorcode + An error code + + + + + + + + + + + + + + + + + + +
+ +
+ errorname + An error name + + + + + + + + + + + + + + + + + + +
+ +
+ errortext + An error message. + + + + + + + + + + + + + + + + + + +
+ +
+ errortype + The classification of an error message + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/glossary.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/glossary.rng new file mode 100644 index 000000000..524176bd4 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/glossary.rng @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + + + + +
+ glosslist + A wrapper for a list of glossary entries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ glossentry + An entry in a glossary or glosslist + + + + + + Specifies the string by which the element's content is to be sorted; if unspecified, the content is used + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ glossdef + A definition in a glossentry + + + + + + Specifies a list of keywords for the definition + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ glosssee + A cross-reference from one glossentry + to another + + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + + + @otherterm on glosssee must point to a glossentry. + + + + + + + + +
+ +
+ glossseealso + A cross-reference from one glossentry to another + + + + + + Identifies the other term + + + + + + + + + + + + + + + + + + + + @otherterm on glossseealso must point to a glossentry. + + + + + + + + +
+ +
+ firstterm + The first occurrence of a term + + + + + + + + + + + + + + + + + + @linkend on firstterm must point to a glossentry. + + + + + + + + +
+ +
+ firstterm + The first occurrence of a term, with limited content + + + + + + + + + + + + + + + + + + @linkend on firstterm must point to a glossentry. + + + + + + +
+ +
+ glossterm + A glossary term + + + + + + + + + + + + + + + + + + @linkend on glossterm must point to a glossentry. + + + + + + + + +
+ +
+ glossterm + A glossary term + + + + + + + + + + + + + + + + + + @linkend on glossterm must point to a glossentry. + + + + + + +
+ +
+ glossary + A glossary + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ glossdiv + A division in a glossary + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ termdef + An inline definition of a term + + + + + + + + + + + + + + + + + + + + + A termdef must contain exactly one firstterm + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/gui.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/gui.rng new file mode 100644 index 000000000..e1ce3d694 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/gui.rng @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ guibutton + The text on a button in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ guiicon + Graphic and/or text appearing as a icon in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ guilabel + The text of a label in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ guimenu + The name of a menu in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ guimenuitem + The name of a terminal menu item in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ guisubmenu + The name of a submenu in a GUI + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ menuchoice + A selection or series of selections from a menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ mousebutton + The conventional name of a mouse button + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/hier.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/hier.rng new file mode 100644 index 000000000..9ac114974 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/hier.rng @@ -0,0 +1,730 @@ + + + + + + + + + + + + Identifies the editorial or publication status of the element on which it occurs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ set + A collection of books + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ book + A book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ dedication + The dedication of a book or other component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ acknowledgements + Acknowledgements of a book or other component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ colophon + Text at the back of a book describing facts about its production + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ appendix + An appendix in a book or article + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ chapter + A chapter, as of a book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ part + A division in a book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ preface + Introductory matter preceding the first chapter of a book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ partintro + An introduction to the contents of a part + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ section + A recursive section + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ simplesect + A section of a document with no subdivisions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ article + An article + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/htmltbl.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/htmltbl.rng new file mode 100644 index 000000000..c2fc3b181 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/htmltbl.rng @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ table + A formal (captioned) HTML table in a document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ informaltable + An HTML table without a title + + + + + + + + + + + + +
+ +
+ caption + An HTML table caption + + + + + + + + + + + +
+ +
+ col + Specifications for a column in an HTML table + + + + + + 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. + + + + + + + + + + + + +
+ +
+ colgroup + A group of columns 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. + + + + + + + + + + + + + + +
+ +
+ thead + A table header consisting of one or more rows in an HTML table + + + + + + + + + + + + + + + +
+ +
+ tfoot + A table footer consisting of one or more rows in an HTML table + + + + + + + + + + + + + + + +
+ +
+ tbody + A wrapper for the rows of an HTML table or informal HTML table + + + + + + + + + + + + + + + +
+ +
+ tr + A row in an HTML table + + + + + + + + + + + + + + + + + + +
+ +
+ th + A table header entry in an HTML table + + + + + + + + + + + + + + + + + + + + + +
+ +
+ td + A table entry in an HTML table + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/index.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/index.rng new file mode 100644 index 000000000..3241fc9ac --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/index.rng @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + +
+ itermset + A set of index terms in the meta-information of a document + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ indexterm + A wrapper for an indexed term + + + + + + Identifies the class of index term + singular + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ indexterm + A wrapper for an indexed term that covers a range + + + + + + Identifies the class of index term + startofrange + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ indexterm + Identifies the end of a range associated with an indexed term + + + + + + Identifies the class of index term + endofrange + The end of a range + + + + + Points to the start of the range + + + + + + + + + + + + + + + + + + + + +
+ +
+ indexterm + A wrapper for terms to be indexed + + + + + + + +
+ +
+ primary + The primary word or phrase under which an index term should be sorted + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ secondary + A secondary word or phrase in an index term + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tertiary + A tertiary word or phrase in an index term + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ see + Part of an index term directing the reader instead to another entry in the index + + + + + + + + + + + + + + + + + + + + +
+ +
+ seealso + Part of an index term directing the reader also to another entry in the index + + + + + + + + + + + + + + + + + + + + +
+ +
+ index + An index to a book or part of a book + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ setindex + An index to a set of books + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ indexdiv + A division in an index + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ indexentry + An entry in an index + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ primaryie + A primary term in an index entry, not in the text + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ secondaryie + A secondary term in an index entry, rather than in the text + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tertiaryie + A tertiary term in an index entry, rather than in the text + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ seeie + A See +entry in an index, rather than in the text + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ seealsoie + A See also + entry in an index, rather than in the text + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/keyboard.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/keyboard.rng new file mode 100644 index 000000000..06c264e8a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/keyboard.rng @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + +
+ keycap + The text printed on a key on a keyboard + + + + alt + The "Alt" 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" or "Return" 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 + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ keycode + The internal, frequently numeric, identifier for a key on a keyboard + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ keycombo + A combination of input actions + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ keysym + The symbolic name of a key on a keyboard + + + + + + + + + + + + + + + + + + +
+ +
+ accel + A graphical user interface (GUI) keyboard shortcut + + + + + + + + + + + + + + + + + + +
+ +
+ shortcut + A key combination for an action that is also accessible through a menu + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/markup.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/markup.rng new file mode 100644 index 000000000..7fd9761fd --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/markup.rng @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ markup + A string of formatting markup in text that is to be represented literally + + + + + + + + + + + + + + + + + + +
+ +
+ tag + A component of XML (or SGML) markup + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ symbol + A name that is replaced by a value before processing + + + Identifies the class of symbol + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ token + A unit of information + + + + + + + + + + + + + + + + + + +
+ +
+ literal + Inline text that is some literal value + + + + + + + + + + + + + + + + + + +
+ +
+ code + An inline code fragment + + + Identifies the (computer) language of the code fragment + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ constant + A programming or system constant + + + Identifies the class of constant + limit + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/math.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/math.rng new file mode 100644 index 000000000..89d919acb --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/math.rng @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ equation + A displayed mathematical equation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ informalequation + A displayed mathematical equation without a title + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ inlineequation + A mathematical equation or expression occurring inline + + + + + + + + + + + + + + + + + + + + + +
+ +
+ mathphrase + A mathematical phrase that can be represented with ordinary text and a small amount of markup + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/mathml.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/mathml.rng new file mode 100644 index 000000000..f78772512 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/mathml.rng @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + +
+ imagedata + A MathML expression in a media object + + + + + + + + + + + + Specifies that the format of the data is MathML + mathml + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ mml:* + Any element from the MathML namespace + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/msgset.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/msgset.rng new file mode 100644 index 000000000..ad1fe33ca --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/msgset.rng @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + +
+ msgset + A detailed set of messages, usually error messages + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msgentry + A wrapper for an entry in a message set + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ simplemsgentry + A wrapper for a simpler 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msg + A message in a message set + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msgmain + The primary component of a message in a message set + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msgsub + A subcomponent of a message in a message set + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msgrel + A related component of a message in a message set + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msgtext + The actual text of a message component in a message set + + + + + + + + + + + + + + + + + + + + +
+ +
+ msginfo + Information about a message in a message set + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ msglevel + The level of importance or severity of a message in a message set + + + + + + + + + + + + + + + + + + +
+ +
+ msgorig + The origin of a message in a message set + + + + + + + + + + + + + + + + + + +
+ +
+ msgaud + The audience to which a message in a message set is relevant + + + + + + + + + + + + + + + + + + +
+ +
+ msgexplan + Explanatory material relating to a message in a message set + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/os.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/os.rng new file mode 100644 index 000000000..c53a8db86 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/os.rng @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ prompt + A character or string indicating the start of an input field in a computer display + + + + + + + + + + + + + + + + + + + + +
+ +
+ envar + A software environment variable + + + + + + + + + + + + + + + + + + +
+ +
+ filename + The name of a file + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ command + The name of an executable program or other software command + + + + + + + + + + + + + + + + + + +
+ +
+ computeroutput + Data, generally text, displayed or presented by a computer + + + + + + + + + + + + + + + + + + + + +
+ +
+ userinput + Data entered by the user + + + + + + + + + + + + + + + + + + + + +
+ +
+ cmdsynopsis + A syntax summary for a software command + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + 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. + + + + +
+ arg + An argument in a cmdsynopsis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ group + A group of elements in a cmdsynopsis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ sbr + An explicit line break in a command synopsis + + + + + + + + + + + + + + + + + +
+ +
+ synopfragment + A portion of a cmdsynopsis broken out from the main body of the synopsis + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ synopfragmentref + A reference to a fragment of a command synopsis + + + + + + + + + + + + + + + + + @linkend on synopfragmentref must point to a synopfragment. + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/pool.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/pool.rng new file mode 100644 index 000000000..691cfe67d --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/pool.rng @@ -0,0 +1,6084 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ *:* + Any element from almost any namespace + + + 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 + + Many DocBook users observed that in order to add an effectivity condition that was unique to their environment required abusing + the semantics of one of the existing attributes, or adding their own, making their customization an extension rather than a subset. Thecondition + attribute is a general-purpose effectivity attribute with no specified semantics. + Thecondition + attribute provides a standard place for application-specific effectivity. + + + + + + Indicates standards conformance characteristics of the element + + These characteristics are application-specific; DocBook provides no default semantics. + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + Identifies the XLink role of the link + + DocBook uses the XLink role value http://docbook.org/xlink/role/olink + to identify linking elements with OLink semantics. That means the part of xlink:href + before the number sign (#) is to be interpreted as equivalent to the olink targetdoc + attribute value, and the part after the number sign as the olink targetptr + attribute value. + + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + + + + 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. + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ title + The text of the title of a section of a document or of a formal block-level element + + + + + + + + + + + + + + + + + + + + +
+ +
+ titleabbrev + The abbreviation of a title + + + + + + + + + + + + + + + + + + + + +
+ +
+ subtitle + The subtitle of a document + + + + + + + + + + + + + + + + + + + + +
+ +
+ info + A wrapper for information about a component or other block + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ info + A wrapper for information about a component or other block with a required title + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ info + A wrapper for information about a component or other block with only a title + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ info + A wrapper for information about a component or other block with only a required title + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ info + A wrapper for information about a component or other block without a title + + + + + + + + + + + + + + + + + + + +
+ +
+ subjectset + A set of terms describing the subject matter of a document + + + + + + Identifies the controlled vocabulary used by this set's terms + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ subject + One of a group of terms describing the subject matter of a document + + + + + + Specifies a ranking for this subject relative to other subjects in the same set + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ subjectterm + A term in a group of terms describing the subject matter of a document + + + + + + + + + + + + + + + + + + +
+ +
+ keywordset + A set of keywords describing the content of a document + + + + + + + + + + + + + + + + + + + + +
+ +
+ keyword + One of a set of keywords describing the content of a document + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ procedure + A list of operations to be performed in a well-defined sequence + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ step + A unit of action in a procedure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ stepalternatives + Alternative steps in a procedure + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ substeps + A wrapper for steps that occur within steps in a procedure + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ sidebar + A portion of a document that is isolated from the main narrative flow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ abstract + A summary + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ personblurb + A short description or note about a person + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ blockquote + A quotation set off from the main text + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ attribution + The source of a block quote or epigraph + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bridgehead + A free-floating heading + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ remark + A remark (or comment) intended for presentation in a draft manuscript + + + + + + + + + + + + + + + + + + + + +
+ +
+ epigraph + A short inscription at the beginning of a document or component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ footnote + A footnote + + + + + + + + + + + Identifies the desired footnote mark + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ formalpara + A paragraph with a title + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ para + A paragraph + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ simpara + A paragraph that contains only text and inline markup, no block elements + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ itemizedlist + A list in which each entry is marked with a bullet or other dingbat + + + + + + Identifies the type of mark to be used on items in this list + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ orderedlist + A list in which each entry is marked with a sequentially incremented label + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ listitem + A wrapper for the elements of a list item + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ segmentedlist + A segmented list, a list of sets of elements + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ segtitle + The title of an element of a list item in a segmented list + + + + + + + + + + + + + + + + + + + + +
+ +
+ seglistitem + A list item in a segmented list + + + + + + + + + + + + + + + + + The number of seg elements must be the same as the number of segtitle elements in the parent segmentedlist + + + + + + + + +
+ +
+ seg + An element of a list item in a segmented list + + + + + + + + + + + + + + + + + + + + +
+ +
+ simplelist + An undecorated list of single words or short phrases + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ member + An element of a simple list + + + + + + + + + + + + + + + + + + + + +
+ +
+ variablelist + A list in which each entry is composed of a set of one or more terms and an associated description + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ varlistentry + A wrapper for a set of terms and the associated description in a variable list + + + + + + + + + + + + + + + + + + + + + +
+ +
+ term + The word or phrase being defined or described in a variable list + + + + + + + + + + + + + + + + + + + + +
+ +
+ example + A formal example, with a title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ informalexample + A displayed example without a title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ literallayout + A block of text in which line breaks and white space are to be reproduced faithfully + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ screen + Text that a user sees or might see on a computer screen + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ screenshot + A representation of what the user sees or might see on a computer screen + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ figure + A formal figure, generally an illustration, with a title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ informalfigure + A untitled figure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ mediaobject + A displayed media object (video, audio, image, etc.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ inlinemediaobject + An inline media object (video, audio, image, and so on) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ videoobject + A wrapper for video data and its associated meta-information + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ audioobject + A wrapper for audio data and its associated meta-information + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ imageobject + A wrapper for image data and its associated meta-information + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ textobject + A wrapper for a text description of an object and its associated meta-information + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ videodata + Pointer to external video data + + + + + + + + + Specifies the (horizontal) alignment of the video data + + + + + + + + + Specifies the vertical alignment of the video data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ audiodata + Pointer to external audio data + + + + + + + + + + + + + + + + + + + + + +
+ +
+ imagedata + Pointer to external image data + + + + + + + + + Specifies the (horizontal) alignment of the image data + + + + + + + + + Specifies the vertical alignment of the image data + + + + + + + + + + + + + + + + + + + + + Determines if anamorphic scaling is forbidden + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ textdata + Pointer to external text data + + + + + + Identifies the encoding of the text in the external file + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ caption + A caption + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ address + A real-world address, generally a postal address + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ street + A street address in an address + + + + + + + + + + + + + + + + + + +
+ +
+ pob + A post office box in an address + + + + + + + + + + + + + + + + + + +
+ +
+ postcode + A postal code in an address + + + + + + + + + + + + + + + + + + +
+ +
+ city + The name of a city in an address + + + + + + + + + + + + + + + + + + +
+ +
+ state + A state or province in an address + + + + + + + + + + + + + + + + + + +
+ +
+ country + The name of a country + + + + + + + + + + + + + + + + + + +
+ +
+ phone + A telephone number + + + + + + + + + + + + + + + + + + +
+ +
+ fax + A fax number + + + + + + + + + + + + + + + + + + +
+ +
+ otheraddr + Uncategorized information in address + + + + + + + + + + + + + + + + + + +
+ +
+ affiliation + The institutional affiliation of an individual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ shortaffil + A brief description of an affiliation + + + + + + + + + + + + + + + + + + +
+ +
+ jobtitle + The title of an individual in an organization + + + + + + + + + + + + + + + + + + +
+ +
+ orgname + The name of 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ orgdiv + A division of an organization + + + + + + + + + + + + + + + + + + + + +
+ +
+ artpagenums + The page numbers of an article as published + + + + + + + + + + + + + + + + + + +
+ +
+ personname + The personal name of an individual + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ author + The name of an individual author + + + + + + + + + + + + + + + + + + +
+ +
+ authorgroup + Wrapper for author information when a document has multiple authors or collaborators + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ collab + Identifies a collaborator + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ authorinitials + The initials or other short identifier for an author + + + + + + + + + + + + + + + + + + +
+ +
+ person + A person and associated metadata + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ org + An organization and associated metadata + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ confgroup + A wrapper for document meta-information about a conference + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ confdates + The dates of a conference for which a document was written + + + + + + + + + + + + + + + + + + +
+ +
+ conftitle + The title of a conference for which a document was written + + + + + + + + + + + + + + + + + + +
+ +
+ confnum + An identifier, frequently numerical, associated with a conference for which a document was written + + + + + + + + + + + + + + + + + + +
+ +
+ confsponsor + The sponsor of a conference for which a document was written + + + + + + + + + + + + + + + + + + +
+ +
+ contractnum + The contract number of a document + + + + + + + + + + + + + + + + + + +
+ +
+ contractsponsor + The sponsor of a contract + + + + + + + + + + + + + + + + + + +
+ +
+ copyright + Copyright information about a document + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ year + The year of publication of a document + + + + + + + + + + + + + + + + + + +
+ +
+ holder + The name of the individual or organization that holds a copyright + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ cover + Additional content for the cover of a publication + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ date + The date of publication or revision of a document + + + + + + + + + + + + + + + + + + +
+ +
+ edition + The name or number of an edition of a document + + + + + + + + + + + + + + + + + + +
+ +
+ editor + The name of the editor of a document + + + + + + + + + + + + + + + + + + +
+ +
+ biblioid + An identifier for a document + + + + + + + + + + + + + + + + + + + +
+ +
+ citebiblioid + A citation of a bibliographic identifier + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliosource + The source of a document + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliorelation + The relationship of a document to another + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ bibliocoverage + The spatial or temporal coverage of a document + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ legalnotice + A statement of legal obligations or requirements + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ othercredit + A person or entity, other than an author or editor, credited in a document + + + + copyeditor + A copy editor + graphicdesigner + A graphic designer + other + Some other contributor + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ pagenums + The numbers of the pages in a book, for use in a bibliographic entry + + + + + + + + + + + + + + + + + + +
+ +
+ contrib + A summary of the contributions made to a document by a credited source + + + + + + + + + + + + + + + + + + +
+ +
+ honorific + The title of a person + + + + + + + + + + + + + + + + + + +
+ +
+ firstname + A given name of a person + + + + + + + + + + + + + + + + + + +
+ +
+ givenname + The given name of a person + + + + + + + + + + + + + + + + + + +
+ +
+ surname + An inherited or family name; in western cultures the last name + + + + + + + + + + + + + + + + + + +
+ +
+ lineage + The portion of a person's name indicating a relationship to ancestors + + + + + + + + + + + + + + + + + + +
+ +
+ othername + A component of a person's name that is not a first name, surname, or lineage + + + + + + + + + + + + + + + + + + +
+ +
+ printhistory + The printing history of a document + + + + + + + + + + + + + + + + + + + + +
+ +
+ pubdate + The date of publication of a document + + + + + + + + + + + + + + + + + + +
+ +
+ publisher + The publisher of a document + + + + + + + + + + + + + + + + + + + + + +
+ +
+ publishername + The name of the publisher of a document + + + + + + + + + + + + + + + + + + +
+ +
+ releaseinfo + Information about a particular release of a document + + + + + + + + + + + + + + + + + + +
+ +
+ revhistory + A history of the revisions to a document + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ revision + An entry describing a single revision in the history of the revisions to a document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ revnumber + A document revision number + + + + + + + + + + + + + + + + + + +
+ +
+ revremark + A description of a revision to a document + + + + + + + + + + + + + + + + + + +
+ +
+ revdescription + A extended description of a revision to a document + + + + + + + + + + + + + + + + + + + + +
+ +
+ seriesvolnums + Numbers of the volumes in a series of books + + + + + + + + + + + + + + + + + + +
+ +
+ volumenum + The volume number of a document in a set (as of books in a set or articles in a journal) + + + + + + + + + + + + + + + + + + +
+ +
+ issuenum + The number of an issue of a journal + + + + + + + + + + + + + + + + + + +
+ +
+ package + A software or application package + + + + + + + + + + + + + + + + + + +
+ +
+ email + An email address + + + + + + + + + + + + + + + + + + +
+ +
+ lineannotation + A comment on a line in a verbatim listing + + + + + + + + + + + + + + + + + + +
+ +
+ parameter + A value or a symbolic reference to a value + + + command + A command + function + A function + option + An option + + + + + Identifies the class of parameter + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ replaceable + Content that may or must be replaced by the user + + + command + A command + function + A function + option + An option + parameter + A parameter + + + + + Identifies the nature of the replaceable text + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ uri + A Uniform Resource Identifier + + + + Identifies the type of URI specified + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ abbrev + An abbreviation, especially one followed by a period + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ acronym + An often pronounceable word made from the initial (or selected) letters of a name or phrase + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ citation + An inline bibliographic reference to another published work + + + + + + + + + + + + + + + + + + + + +
+ +
+ citerefentry + A citation to a reference page + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refentrytitle + The title of a reference page + + + + + + + + + + + + + + + + + + + + +
+ +
+ manvolnum + A reference volume number + + + + + + + + + + + + + + + + + + +
+ +
+ citetitle + The title of a cited work + + + 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 + + + + + Identifies the nature of the publication being cited + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ emphasis + Emphasized text + + + + + + + + + + + + + + + + + + + + +
+ +
+ emphasis + A limited span of emphasized text + + + + + + +
+ +
+ foreignphrase + A word or phrase in a language other than the primary language of the document + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ foreignphrase + A limited word or phrase in a language other than the primary language of the document + + + + + + + + + + + + + + + + + + +
+ +
+ phrase + A span of text + + + + + + + + + + + + + + + + + + + + +
+ +
+ phrase + A limited span of text + + + + + + +
+ +
+ quote + An inline quotation + + + + + + + + + + + + + + + + + + + + +
+ +
+ quote + A limited inline quotation + + + + + + + + + + + + + + + + + + +
+ +
+ subscript + A subscript (as in H2 +O, the molecular formula for water) + + + + + + + + + + + + + + + + + + +
+ +
+ superscript + A superscript (as in x2 +, the mathematical notation for x multiplied by itself) + + + + + + + + + + + + + + + + + + +
+ +
+ trademark + A trademark + + + copyright + A copyright + registered + A registered copyright + service + A service + trade + A trademark + + + + + Identifies the class of trade mark + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ wordasword + A word meant specifically as a word and not representing anything else + + + + + + + + + + + + + + + + + + +
+ +
+ footnoteref + A cross reference to a footnote (a footnote mark) + + + + + + + + + + + + + + + + + + + + + + + @linkend on footnoteref must point to a footnote. + + + + + + +
+ +
+ xref + A cross reference to another part of the document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ link + A hypertext link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ olink + A link that addresses its target indirectly + + + + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ anchor + A spot in the document + + + + + + + + + + + + + + + + + +
+ +
+ alt + A text-only annotation, often used for accessibility + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/product.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/product.rng new file mode 100644 index 000000000..443544578 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/product.rng @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + +
+ productname + The formal name of a product + + + + + + 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 + + + + + + + + + + + + + + + + + + + + + +
+ +
+ productnumber + A number assigned to a product + + + + + + + + + + + + + + + + + + +
+ +
+ database + The name of a database, or part of a database + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ application + The name of a software program + + + hardware + A hardware application + software + A software application + + + + + Identifies the class of application + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ hardware + A physical part of a computer system + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/programming.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/programming.rng new file mode 100644 index 000000000..6a14e9db7 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/programming.rng @@ -0,0 +1,1116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ synopsis + A general-purpose element for representing the syntax of commands or functions + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ funcsynopsis + The syntax summary for a function definition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ funcsynopsisinfo + Information supplementing the funcdefs of a funcsynopsis + + + + + + + + + + + + + + + + + + + +
+ +
+ funcprototype + The prototype of a function + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ funcdef + A function (subroutine) name and its return type + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ function + The name of a function or subroutine, as in a programming language + + + + + + + + + + + + + + + + + + +
+ +
+ void + An empty element in a function synopsis indicating that the function in question takes no arguments + + + + + + + + + + + + + + + + + + +
+ +
+ varargs + An empty element in a function synopsis indicating a variable number of arguments + + + + + + + + + + + + + + + + + + +
+ +
+ group + A group of parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ paramdef + Information about a function parameter in a programming language + + + + + + opt + Formatted to indicate that it is optional. + req + Formatted to indicate that it is required. + + + + + Indicates optionality. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ funcparams + Parameters for a function referenced through a function pointer in a synopsis + + + + + + + + + + + + + + + + + + +
+ +
+ classsynopsis + The syntax summary for a class definition + + + + + + class + This is the synopsis of a class + interface + This is the synopsis of an interface + + + + + Specifies the nature of the synopsis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ classsynopsisinfo + Information supplementing the contents of a classsynopsis + + + + + + + + + + + + + + + + + + + +
+ +
+ ooclass + A class in an object-oriented programming language + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ oointerface + An interface in an object-oriented programming language + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ ooexception + 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. + + + +
+ modifier + Modifiers in a synopsis + + + + + + + + + + + + + + + + + + + + + +
+ +
+ interfacename + The name of an interface + + + + + + + + + + + + + + + + + + +
+ +
+ exceptionname + The name of an exception + + + + + + + + + + + + + + + + + + +
+ +
+ fieldsynopsis + The name of a field in a class definition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ initializer + The initializer for a fieldsynopsis + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ constructorsynopsis + A syntax summary for a constructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ destructorsynopsis + A syntax summary for a destructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ methodsynopsis + A syntax summary for a method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ methodname + The name of a method + + + + + + + + + + + + + + + + + + +
+ +
+ methodparam + Parameters to a method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ group + A group of method parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ varname + The name of a variable + + + + + + + + + + + + + + + + + + +
+ +
+ returnvalue + The value returned by a function + + + + + + + + + + + + + + + + + + +
+ +
+ type + The classification of a value + + + + + + + + + + + + + + + + + + +
+ +
+ classname + The name of a class, in the object-oriented programming sense + + + + + + + + + + + + + + + + + + +
+ +
+ programlisting + A literal listing of all or part of a program + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/qandaset.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/qandaset.rng new file mode 100644 index 000000000..5fe93f6b9 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/qandaset.rng @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + +
+ qandaset + A question-and-answer set + + + + + + none + No labels + number + Numeric labels + qanda + "Q:" and "A:" labels + + + + + Specifies the default labelling + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ qandadiv + A titled division in a qandaset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ qandaentry + A question/answer set within a qandaset + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ question + A question in a qandaset + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ answer + An answer to a question posed in a qandaset + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ label + A label on a question or answer + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refentry.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refentry.rng new file mode 100644 index 000000000..1560550f2 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refentry.rng @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ reference + A collection of reference entries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refentry + A reference page (originally a UNIX man-style reference page) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refmeta + 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. + + + + + + + + + + + +
+ refmiscinfo + Meta-information for a reference entry other than the title and volume number + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refnamediv + The name, purpose, and classification of a reference page + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refdescriptor + A description of the topic of a reference page + + + + + + + + + + + + + + + + + + + + +
+ +
+ refname + The name of (one of) the subject(s) of a reference page + + + + + + + + + + + + + + + + + + + + +
+ +
+ refpurpose + A short (one sentence) synopsis of the topic of a reference page + + + + + + + + + + + + + + + + + + + + +
+ +
+ refclass + The scope or other indication of applicability of a reference entry + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refsynopsisdiv + A syntactic synopsis of the subject of the reference page + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refsection + A recursive section in a refentry + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refsect1.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refsect1.rng new file mode 100644 index 000000000..fb921b863 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/refsect1.rng @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ refsect1 + A major subsection of a reference entry + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ refsect2 + A subsection of a refsect1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ refsect3 + A subsection of a refsect2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/sect1.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/sect1.rng new file mode 100644 index 000000000..b5d67e342 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/sect1.rng @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ sect1 + A top-level section of document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ sect2 + A subsection within a sect1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ sect3 + A subsection within a sect2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ sect4 + A subsection within a sect3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ sect5 + A subsection within a sect4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rnc b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rnc new file mode 100644 index 000000000..4d37f6f71 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rnc @@ -0,0 +1,206 @@ +namespace db = "http://docbook.org/ns/docbook" +namespace mml = "http://www.w3.org/1998/Math/MathML" +namespace svg = "http://www.w3.org/2000/svg" +default namespace dbs = "http://docbook.org/ns/docbook-slides" + +# See http://docbook.org/ns/docbook-slides + +# This file is part of DocBook Slides V5.0 +# +# Copyright 2012 Gabor Kovesdan +# +# Release: $Id$ +# +# Permission to use, copy, modify and distribute the DocBook Slides +# schema and its accompanying documentation for any purpose and without +# fee is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook Slides schema in any way, label your schema +# as a variant of DocBook Slides. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== + +include "../../../../docbook/relaxng/docbook/docbook/docbook.rnc" inherit = db { + start = dbs.slides + + # Avoid ID clashes + db._any.attribute = attribute * - (xml:id | linkend) { text } + + db.common.attributes = + db.xml.id.attribute? + & db.common.base.attributes + & db.annotations.attribute? + & dbs.style.attributes? + + # Any element and attribute from the SVG namespace + db._any.svg = + element svg:* { (dbs._any.attribute | text | db._any)* } + + # Any element and attribute from the MathML namespace + db._any.mml = + element mml:* { (dbs._any.attribute | text | db._any)* } +} + +# Any attribute from any namespace +dbs._any.attribute = attribute * { text } + +dbs.all.content = db.all.blocks? & + dbs.speakernotes & + dbs.handoutnotes & + db._any.svg? & + db._any.mml? & + dbs.block? + +dbs.block = + ## Indicates a formatting block that can have its own styling applied + element block { dbs.block.attlist, + dbs.all.content* +} + +dbs.block.role.attribute = + ## Role attribute for the block element + attribute role { text } + +dbs.block.status.attribute = + ## Status attribute for the block element + db.status.attribute + +dbs.block.attlist = dbs.block.role.attribute? + & db.common.attributes + & db.common.linking.attributes + & db.label.attribute? + & dbs.block.status.attribute? + +dbs.slides = + ## Root element of a slides document + element slides { dbs.slides.attlist, + db._info.title.req, + dbs.speakernotes?, + dbs.handoutnotes?, + ( + dbs.foil? & + dbs.foilgroup? + )* +} + +dbs.slides.role.attribute = + ## Role attribute for the slides element + attribute role { text } + +dbs.slides.status.attribute = + ## Status attribute for the slides element + db.status.attribute + +dbs.slides.attlist = dbs.slides.role.attribute? + & db.common.attributes + & db.common.linking.attributes + & db.label.attribute? + & dbs.slides.status.attribute? + +dbs.foilgroup = element foilgroup { + dbs.foilgroup.attlist, + db._info.title.req, + dbs.all.content*, + dbs.foil+ +} + +dbs.foilgroup.role.attribute = + ## Role attribute for the foilgroup element + attribute role { text } + +dbs.foilgroup.status.attribute = + ## Status attribute for the foilgroup element + db.status.attribute + +dbs.foilgroup.attlist = dbs.foilgroup.role.attribute? + & db.common.attributes + & db.common.linking.attributes + & db.label.attribute? + & dbs.slides.status.attribute? + +dbs.foil = + ## Indicates a foil that may have some info and content + element foil { dbs.foil.attlist, + db._info.title.req, + dbs.all.content*, + db.navigation.components* +} + +dbs.foil.role.attribute = + ## Role attribute for the foil element + attribute role { text } + +dbs.foil.status.attribute = + ## Status attribute for the foil element + db.status.attribute + +dbs.foil.attlist = dbs.foil.role.attribute? + & db.common.attributes + & db.common.linking.attributes + & db.label.attribute? + & dbs.foil.status.attribute? + +dbs.speakernotes = + ## Indicates notes for the speaker + element speakernotes { dbs.speakernotes.attlist, + db.all.blocks+ +} + +dbs.speakernotes.role.attribute = + ## Role attribute for the speakernotes element + attribute role { text } + +dbs.speakernotes.attlist = dbs.speakernotes.role.attribute? + & db.common.attributes + & db.common.linking.attributes + +dbs.handoutnotes = + ## Indicates notes that are meant for printed copies + element handoutnotes { dbs.handoutnotes.attlist, + db.all.blocks+ +} + +## Role attribute for the handoutnotes element +dbs.handoutnotes.role.attribute = + ## Role attribute for the handoutnotes element + attribute role { text } + +dbs.handoutnotes.attlist = dbs.handoutnotes.role.attribute? + & db.common.attributes + & db.common.linking.attributes + +dbs.style.attributes = dbs.incremental.attribute? + & dbs.collapsible.attribute? + & dbs.style.attribute? + +dbs.incremental.attribute = + ## Attribute indicating an incremental part + attribute dbs:incremental { + ## disabled + "0" | + ## enabled + "1" } + +dbs.collapsible.attribute = + ## Attribute indicating a collapsible part + attribute dbs:collapsible { + ## disabled + "0" | + ## enabled + "1" | + ## enabled and expanded by default + "expanded" } + +dbs.style.attribute = + ## Attribute indicating a formatting style class + attribute dbs:style { text } diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rng new file mode 100644 index 000000000..9a38eb150 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/slides.rng @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + xml:id + linkend + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates a formatting block that can have its own styling applied + block + + + + + + + + + Role attribute for the block element + + + + + Status attribute for the block element + + + + + + + + + + + + + + + + + + + + Root element of a slides document + slides + + + + + + + + + + + + + + + + + + + + + + + Role attribute for the slides element + + + + + Status attribute for the slides element + + + + + + + + + + + + + + + + + + + + foilgroup + + + + + + + + + + + + + Role attribute for the foilgroup element + + + + + Status attribute for the foilgroup element + + + + + + + + + + + + + + + + + + + + Indicates a foil that may have some info and content + foil + + + + + + + + + + + + + Role attribute for the foil element + + + + + Status attribute for the foil element + + + + + + + + + + + + + + + + + + + + Indicates notes for the speaker + speakernotes + + + + + + + + + Role attribute for the speakernotes element + + + + + + + + + + + + + + Indicates notes that are meant for printed copies + handoutnotes + + + + + + + + Role attribute for the handoutnotes element + + Role attribute for the handoutnotes element + + + + + + + + + + + + + + + + + + + + + + + + + + + Attribute indicating an incremental part + + 0 + disabled + 1 + enabled + + + + + + Attribute indicating a collapsible part + + 0 + disabled + 1 + enabled + expanded + enabled and expanded by default + + + + + + Attribute indicating a formatting style class + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/svg.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/svg.rng new file mode 100644 index 000000000..c7d830c07 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/svg.rng @@ -0,0 +1,112 @@ + + + + + + + +
+ imagedata + An SVG drawing in a media object + + + + + + + + + + + + Specifies that the format of the data is SVG + svg + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ svg:* + Any element from the SVG namespace + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/tasks.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/tasks.rng new file mode 100644 index 000000000..5d5c40ddf --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/tasks.rng @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + +
+ task + A task to be completed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tasksummary + A summary of a task + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ taskprerequisites + The prerequisites for a task + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ taskrelated + Information related to a task + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/technical.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/technical.rng new file mode 100644 index 000000000..4925f5968 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/technical.rng @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + +
+ systemitem + A system-related item or term + + + 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) + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ option + An option for a software command + + + + + + + + + + + + + + + + + + +
+ +
+ optional + Optional information + + + + + + + + + + + + + + + + + + +
+ +
+ property + A unit of data associated with some part of a computer system + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/toc.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/toc.rng new file mode 100644 index 000000000..4394b0f2b --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/toc.rng @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + Indicates the page on which this element occurs in some version of the printed document + + + +
+ toc + A table of contents + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tocdiv + A division in a table of contents + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ tocentry + A component title in a table of contents + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/topic.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/topic.rng new file mode 100644 index 000000000..4e683c18f --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/topic.rng @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ topic + A modular unit of documentation not part of any particular narrative flow + + + + + + + + + Identifies the topic type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/xlink.rng b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/xlink.rng new file mode 100644 index 000000000..3b1240f4c --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/relaxng/xlink.rng @@ -0,0 +1,182 @@ + + + + + + + + + Specifies the XLink traversal-from + + + + + + Specifies the XLink label + + + + + + Specifies the XLink traversal-to + + + + +
+ extendedlink + An XLink extended link + + + + + + + + + + + + Identifies the XLink link type + extended + An XLink extended link + + + + + + + + + + + + + + + + + + + + + +
+ +
+ locator + An XLink locator in an extendedlink + + + + + + + + + + + + + Identifies the XLink link type + locator + An XLink locator link + + + + + + + + + + + + + + + + + + + + +
+ +
+ arc + An XLink arc in an extendedlink + + + + + + + + + + + + + Identifies the XLink link type + arc + An XLink arc link + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/admonitions.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/admonitions.xsd new file mode 100644 index 000000000..7bda3625c --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/admonitions.xsd @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/annotations.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/annotations.xsd new file mode 100644 index 000000000..173daeb57 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/annotations.xsd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/bibliography.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/bibliography.xsd new file mode 100644 index 000000000..1a37beff3 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/bibliography.xsd @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/callouts.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/callouts.xsd new file mode 100644 index 000000000..2205a3204 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/callouts.xsd @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Coordinates expressed as a pair of CALS graphic coordinates. + + + + + Coordinates expressed as a line and column. + + + + + Coordinates expressed as a pair of lines and columns. + + + + + Coordinates expressed as a line range. + + + + + + + + + + + + + + Coordinates expressed in some non-standard units. + + + + + + + + + + + + + + + + Coordinates expressed in some non-standard units. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/calstbl.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/calstbl.xsd new file mode 100644 index 000000000..bf1b4477d --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/calstbl.xsd @@ -0,0 +1,1425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 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. + + + + + Frame only the bottom of the table. + + + + + 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. + + + + + Frame the left and right sides of the table. + + + + + Frame the top of the table. + + + + + Frame the top and bottom of the table. + + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + + + 90 degrees counter-clockwise from the rest of the text flow. + + + + + The same orientation as the rest of the text flow. + + + + + + + + + + + + + + + + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + + + + + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Do not rotate the cell. + + + + + Rotate the cell 90 degrees counter-clockwise. + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Do not rotate the cell. + + + + + Rotate the cell 90 degrees counter-clockwise. + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Centered. + + + + + Aligned on a particular character. + + + + + Left and right justified. + + + + + Left justified. + + + + + Right justified. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + Aligned on the bottom of the entry. + + + + + Aligned in the middle. + + + + + Aligned at the top of the entry. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 90 degrees counter-clockwise from the rest of the text flow. + + + + + The same orientation as the rest of the text flow. + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + 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. + + + + + Frame only the bottom of the table. + + + + + 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. + + + + + Frame the left and right sides of the table. + + + + + Frame the top of the table. + + + + + Frame the top and bottom of the table. + + + + + + + + + + + + Indicates that the full title should be used. + + + + + Indicates that the short short title (titleabbrev) should be used. + + + + + + + + + + + Indicates that the table should not occur in the List of Tables. + + + + + Indicates that the table should appear in the List of Tables. + + + + + + + + + + + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + + + + + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 90 degrees counter-clockwise from the rest of the text flow. + + + + + The same orientation as the rest of the text flow. + + + + + + + + + + + No column separator rule. + + + + + Provide a column separator rule on the right + + + + + + + + + + + No row separator rule. + + + + + Provide a row separator rule below + + + + + + + + + + + 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. + + + + + Frame only the bottom of the table. + + + + + 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. + + + + + Frame the left and right sides of the table. + + + + + Frame the top of the table. + + + + + Frame the top and bottom of the table. + + + + + + + + + + + + Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers). + + + + + Indicates that entries in the first column have no special significance with respect to column headers. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/core.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/core.xsd new file mode 100644 index 000000000..12e7d645e --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/core.xsd @@ -0,0 +1,36 @@ + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/db.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/db.xsd new file mode 100644 index 000000000..11664053d --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/db.xsd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook.xsd new file mode 100644 index 000000000..9fe8fad83 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook.xsd @@ -0,0 +1,37 @@ + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook1.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook1.xsd new file mode 100644 index 000000000..50669f707 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/docbook1.xsd @@ -0,0 +1,37 @@ + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/ebnf.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/ebnf.xsd new file mode 100644 index 000000000..08a5f144a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/ebnf.xsd @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/error.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/error.xsd new file mode 100644 index 000000000..3b08196ef --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/error.xsd @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/glossary.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/glossary.xsd new file mode 100644 index 000000000..9a11e8404 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/glossary.xsd @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd new file mode 100644 index 000000000..56fdb04ee --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd new file mode 100644 index 000000000..59a975045 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/hier.xsd @@ -0,0 +1,606 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A collection of frequently asked questions. + + + + + An article in a journal or other periodical. + + + + + A description of a product. + + + + + A specification. + + + + + A technical report. + + + + + A white paper. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/htmltbl.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/htmltbl.xsd new file mode 100644 index 000000000..61c68a4ec --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/htmltbl.xsd @@ -0,0 +1,536 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Left-flush data/Left-justify text. This is the default value for table data. + + + + + Center data/Center-justify text. This is the default value for table headers. + + + + + Right-flush data/Right-justify text. + + + + + Double-justify text. + + + + + Align text around a specific character. If a user agent doesn't support character alignment, behavior in the presence of this value is unspecified. + + + + + + + + + + + + + + + + + + + + + + + + + Cell data is flush with the top of the cell. + + + + + Cell data is centered vertically within the cell. This is the default value. + + + + + Cell data is flush with the bottom of the cell. + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + No sides. This is the default value. + + + + + The top side only. + + + + + The bottom side only. + + + + + The top and bottom sides only. + + + + + The left-hand side only. + + + + + The right-hand side only. + + + + + The right and left sides only. + + + + + All four sides. + + + + + All four sides. + + + + + + + + + + + No rules. This is the default value. + + + + + Rules will appear between row groups (see thead, tfoot, and tbody) and column groups (see colgroup and col) only. + + + + + Rules will appear between rows only. + + + + + Rules will appear between columns only. + + + + + Rules will appear between all rows and columns. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The current cell provides header information for the rest of the row that contains it + + + + + The current cell provides header information for the rest of the column that contains it. + + + + + The header cell provides header information for the rest of the row group that contains it. + + + + + The header cell provides header information for the rest of the column group that contains it. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 90 degrees counter-clockwise from the rest of the text flow. + + + + + The same orientation as the rest of the text flow. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/index.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/index.xsd new file mode 100644 index 000000000..3635f952f --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/index.xsd @@ -0,0 +1,537 @@ + + + + + + + + + + + + Normal + + + + + Preferred + + + + + + + + + + + + + + + + + + All indexes + + + + + The global index (as for a combined index of a set of books) + + + + + The local index (the index for this document only) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A singular index term + + + + + + + + + + + + + + + + + + + + + A singular index term + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The start of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The end of a range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/keyboard.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/keyboard.xsd new file mode 100644 index 000000000..26ca4d79a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/keyboard.xsd @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + The "Alt" key + + + + + The "Backspace" key + + + + + The "Command" key + + + + + The "Control" key + + + + + The "Delete" key + + + + + The down arrow + + + + + The "End" key + + + + + The "Enter" or "Return" key + + + + + The "Escape" key + + + + + The "Home" key + + + + + The "Insert" key + + + + + The left arrow + + + + + The "Meta" key + + + + + The "Option" key + + + + + The page down key + + + + + The page up key + + + + + The right arrow + + + + + The "Shift" key + + + + + The spacebar + + + + + The "Tab" key + + + + + The up arrow + + + + + + + + + + + + + + Indicates a non-standard function key + + + + + + + + + + + + + + + + Indicates a non-standard function key + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A (single) mouse click. + + + + + A double mouse click. + + + + + A mouse or key press. + + + + + Sequential clicks or presses. + + + + + Simultaneous clicks or presses. + + + + + + + + + + + + + + Indicates a non-standard action + + + + + + + + + + + + + + + + Indicates a non-standard action + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/markup.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/markup.xsd new file mode 100644 index 000000000..d550bd5d3 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/markup.xsd @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An attribute + + + + + An attribute value + + + + + An element + + + + + An empty element tag + + + + + An end tag + + + + + A general entity + + + + + The local name part of a qualified name + + + + + A namespace + + + + + A numeric character reference + + + + + A parameter entity + + + + + A processing instruction + + + + + The prefix part of a qualified name + + + + + An SGML comment + + + + + A start tag + + + + + An XML processing instruction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The value is a limit of some kind + + + + + + + + + + + + + + + + + + + The value is a limit of some kind + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/math.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/math.xsd new file mode 100644 index 000000000..032568a99 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/math.xsd @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/mathml.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/mathml.xsd new file mode 100644 index 000000000..9814b90a9 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/mathml.xsd @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + Specifies MathML. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd new file mode 100644 index 000000000..c7f8bb0c9 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/os.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/os.xsd new file mode 100644 index 000000000..8bd46d0aa --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/os.xsd @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A device + + + + + A directory + + + + + A filename extension + + + + + A header file (as for a programming language) + + + + + A library file + + + + + A partition (as of a hard disk) + + + + + A symbolic link + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Can not be repeated. + + + + + Can be repeated. + + + + + + + + + + + + Formatted to indicate that it is optional. + + + + + Formatted without indication. + + + + + Formatted to indicate that it is required. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/pool.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/pool.xsd new file mode 100644 index 000000000..c0ecb6ec5 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/pool.xsd @@ -0,0 +1,4834 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context. + + + + + 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. + + + + + An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource. + + + + + 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. + + + + + 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. + + + + + + + + + + + + An application should traverse to the ending resource immediately on loading the starting resource. + + + + + An application should traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. + + + + + 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. + + + + + 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The element has been changed. + + + + + The element is new (has been added to the document). + + + + + The element has been deleted. + + + + + Explicitly turns off revision markup for this element. + + + + + + + + + + + + Left-to-right text + + + + + Right-to-left text + + + + + Left-to-right override + + + + + Right-to-left override + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Line numbering continues from the immediately preceding element with the same name. + + + + + Line numbering restarts (begins at 1, usually). + + + + + + + + + + + + Lines are numbered. + + + + + Lines are not numbered. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The spacing should be "compact". + + + + + The spacing should be "normal". + + + + + + + + + + + + The element should be rendered in the current text flow (with the flow column width). + + + + + The element should be rendered across the full text page. + + + + + + + + + + + + + + + The content describes an optional step or steps. + + + + + The content describes a required step or steps. + + + + + + + + + + + + + + + + + + + + + + + + + + + False (do not scale-to-fit; anamorphic scaling may occur) + + + + + True (scale-to-fit; anamorphic scaling is forbidden) + + + + + + + + + + + + + Centered horizontally + + + + + Aligned horizontally on the specified character + + + + + Fully justified (left and right margins or edges) + + + + + Left aligned + + + + + Right aligned + + + + + + + + + Aligned on the bottom of the region + + + + + Centered vertically + + + + + Aligned on the top of the region + + + + + + + + + + A digital object identifier. + + + + + An international standard book number. + + + + + An international standard technical report number (ISO 10444). + + + + + An international standard serial number. + + + + + A Library of Congress reference number. + + + + + A publication number (an internal number or possibly organizational standard). + + + + + A Uniform Resource Identifier + + + + + + + + + + + + + + + + + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + Indicates that the identifier is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Render as a first-level section + + + + + Render as a second-level section + + + + + Render as a third-level section + + + + + Render as a fourth-level section + + + + + Render as a fifth-level section + + + + + + + + + + + + + + + + + Identifies a non-standard rendering + + + + + + + + + + + + + + + + Identifies a non-standard rendering + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Specifies that numbering should begin where the preceding list left off + + + + + Specifies that numbering should begin again at 1 + + + + + + + + + + + + + + + Specifies that numbering should ignore list nesting + + + + + Specifies that numbering should inherit from outer-level lists + + + + + + + + + + + + Specifies Arabic numeration (1, 2, 3, …) + + + + + Specifies upper-case alphabetic numeration (A, B, C, …) + + + + + Specifies lower-case alphabetic numeration (a, b, c, …) + + + + + Specifies upper-case Roman numeration (I, II, III, …) + + + + + Specifies lower-case Roman numeration (i, ii, iii …) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A tabular presentation in row-major order. + + + + + A tabular presentation in column-major order. + + + + + An inline presentation, usually a comma-delimited list. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The literal layout should be formatted with a monospaced font + + + + + The literal layout should be formatted with the current font + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A consortium + + + + + A corporation + + + + + An informal organization + + + + + A non-profit organization + + + + + + + + + + + + + + Indicates a non-standard organization class + + + + + + + + + + + + + + + + Indicates a non-standard organization class + + + + + + + + + + + + + + + + + + + + + + + + Indicates a non-standard organization class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format + + + + + The described resource includes the referenced resource either physically or logically + + + + + The described resource has a version, edition, or adaptation, namely, the referenced resource + + + + + The described resource is the same intellectual content of the referenced resource, but presented in another format + + + + + The described resource is a physical or logical part of the referenced resource + + + + + The described resource is referenced, cited, or otherwise pointed to by the referenced resource + + + + + The described resource is supplanted, displaced, or superceded by the referenced resource + + + + + The described resource is required by the referenced resource, either physically or logically + + + + + 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 + + + + + The described resource references, cites, or otherwise points to the referenced resource + + + + + The described resource supplants, displaces, or supersedes the referenced resource + + + + + The described resource requires the referenced resource to support its function, delivery, or coherence of content + + + + + + + + + + + + + + The described resource has a non-standard relationship with the referenced resource + + + + + + + + + + + + + + + + The described resource has a non-standard relationship with the referenced resource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The DCMI Point identifies a point in space using its geographic coordinates + + + + + ISO 3166 Codes for the representation of names of countries + + + + + The DCMI Box identifies a region of space using its geographic limits + + + + + The Getty Thesaurus of Geographic Names + + + + + + + + + + + + + + Identifies a non-standard type of coverage + + + + + + + + + + + + + + + + Identifies a non-standard type of coverage + + + + + + + + + + + + + + A specification of the limits of a time interval + + + + + W3C Encoding rules for dates and times—a profile based on ISO 8601 + + + + + + + + + + + + + + Specifies a non-standard type of coverage + + + + + + + + + + + + + + + + Specifies a non-standard type of coverage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A copy editor + + + + + A graphic designer + + + + + Some other contributor + + + + + A production editor + + + + + A technical editor + + + + + A translator + + + + + An indexer + + + + + A proof-reader + + + + + A cover designer + + + + + An interior designer + + + + + An illustrator + + + + + A reviewer + + + + + A typesetter + + + + + A converter (a persons responsible for conversion, not an application) + + + + + + + + + + + + + + + + + Identifies a non-standard contribution + + + + + + + + + + + + + + + + Identifies a non-standard contribution + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A command + + + + + A function + + + + + An option + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A command + + + + + A function + + + + + An option + + + + + A parameter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An article + + + + + A bulletin board system + + + + + A book + + + + + A CD-ROM + + + + + A chapter (as of a book) + + + + + A DVD + + + + + An email message + + + + + A gopher page + + + + + A journal + + + + + A manuscript + + + + + A posting to a newsgroup + + + + + A part (as of a book) + + + + + A reference entry + + + + + A section (as of a book or article) + + + + + A series + + + + + A set (as of books) + + + + + A web page + + + + + A wiki page + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A copyright + + + + + A registered copyright + + + + + A service + + + + + A trademark + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/product.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/product.xsd new file mode 100644 index 000000000..097f3e7c1 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/product.xsd @@ -0,0 +1,255 @@ + + + + + + + + + + + + + + + A name with a copyright + + + + + A name with a registered copyright + + + + + A name of a service + + + + + A name which is trademarked + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An alternate or secondary key + + + + + A constraint + + + + + A data type + + + + + A field + + + + + A foreign key + + + + + A group + + + + + An index + + + + + The first or primary key + + + + + An alternate or secondary key + + + + + A name + + + + + The primary key + + + + + A (stored) procedure + + + + + A record + + + + + A rule + + + + + The secondary key + + + + + A table + + + + + A user + + + + + A view + + + + + + + + + + + + + + + + + + + + + + + + + + + + A hardware application + + + + + A software application + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/programming.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/programming.xsd new file mode 100644 index 000000000..225920c85 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/programming.xsd @@ -0,0 +1,749 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Formatted to indicate that it is optional. + + + + + Formatted to indicate that it is required. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This is the synopsis of a class + + + + + This is the synopsis of an interface + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/qandaset.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/qandaset.xsd new file mode 100644 index 000000000..6bb9ee2aa --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/qandaset.xsd @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + No labels + + + + + Numeric labels + + + + + "Q:" and "A:" labels + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refentry.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refentry.xsd new file mode 100644 index 000000000..4c0aa838a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refentry.xsd @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The name of the software product or component to which this topic applies + + + + + The version of the software product or component to which this topic applies + + + + + The section title of the reference page (e.g., User Commands) + + + + + The section title of the reference page (believed synonymous with "manual" but in wide use) + + + + + 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) + + + + + + + + + + + + + + + + + Indicates that the information is some 'other' kind. + + + + + + + + + + + + + + + + Indicates that the information is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refsect1.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refsect1.xsd new file mode 100644 index 000000000..f0d984c0a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/refsect1.xsd @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd new file mode 100644 index 000000000..2fbff4d13 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/sect1.xsd @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/slides.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/slides.xsd new file mode 100644 index 000000000..01f819e8b --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/slides.xsd @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates a formatting block that can have its own styling applied + + + + + + + + + + Role attribute for the block element + + + + + + + + + + Role attribute for the block element + + + + + + + + + + Root element of a slides document + + + + + + + + + + + + + + + + + + Role attribute for the slides element + + + + + + + + + + Role attribute for the slides element + + + + + + + + + + + + + + + + + + + + + Role attribute for the foilgroup element + + + + + + + + + + Role attribute for the foilgroup element + + + + + + + + + + Indicates a foil that may have some info and content + + + + + + + + + + + + + + Role attribute for the foil element + + + + + + + + + + Role attribute for the foil element + + + + + + + + + + Indicates notes for the speaker + + + + + + + + + + Role attribute for the speakernotes element + + + + + + + Role attribute for the speakernotes element + + + + + + + + Indicates notes that are meant for printed copies + + + + + + + + + Role attribute for the handoutnotes element + + + + Role attribute for the handoutnotes element + + + + + + + Role attribute for the handoutnotes element + + + + + + + + + Attribute indicating an incremental part + + + + + + disabled + + + + + enabled + + + + + + + + Attribute indicating a collapsible part + + + + + + disabled + + + + + enabled + + + + + enabled and expanded by default + + + + + + + + Attribute indicating a formatting style class + + + + + + + Attribute indicating an incremental part + + + + + + disabled + + + + + enabled + + + + + + + + + + Attribute indicating a collapsible part + + + + + + disabled + + + + + enabled + + + + + enabled and expanded by default + + + + + + + + + + Attribute indicating a formatting style class + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/svg.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/svg.xsd new file mode 100644 index 000000000..d6dfbf6e1 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/svg.xsd @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + Specifies SVG. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/tasks.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/tasks.xsd new file mode 100644 index 000000000..beb1996e8 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/tasks.xsd @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/technical.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/technical.xsd new file mode 100644 index 000000000..51cf9307c --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/technical.xsd @@ -0,0 +1,250 @@ + + + + + + + + + + + + + A daemon or other system process (syslogd) + + + + + A domain name (example.com) + + + + + An ethernet address (00:05:4E:49:FD:8E) + + + + + An event of some sort (SIGHUP) + + + + + An event handler of some sort (hangup) + + + + + A filesystem (ext3) + + + + + A fully qualified domain name (my.example.com) + + + + + A group name (wheel) + + + + + An IP address (127.0.0.1) + + + + + A library (libncurses) + + + + + A macro + + + + + A netmask (255.255.255.192) + + + + + A newsgroup (comp.text.xml) + + + + + An operating system name (Hurd) + + + + + A process (gnome-cups-icon) + + + + + A protocol (ftp) + + + + + A resource + + + + + A security context (a role, permission, or security token, for example) + + + + + A server (mail.example.com) + + + + + A service (ppp) + + + + + A system name (hephaistos) + + + + + A user name (ndw) + + + + + + + + + + + + + + + + + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + Indicates that the system item is some 'other' kind. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/toc.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/toc.xsd new file mode 100644 index 000000000..630a3fac4 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/toc.xsd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/topic.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/topic.xsd new file mode 100644 index 000000000..f20c894d3 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/topic.xsd @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink.xsd new file mode 100644 index 000000000..28558d32c --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink.xsd @@ -0,0 +1,67 @@ + + + + + + + + + + + + + An XLink simple link + + + + + + + + + + + + + + + + + + + + + An XLink extended link + + + + + + + + + + + + + An XLink locator link + + + + + + + + + + + + + An XLink arc link + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink1.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink1.xsd new file mode 100644 index 000000000..100eff8dc --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xlink1.xsd @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xml.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xml.xsd new file mode 100644 index 000000000..24c87a9fb --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/xml.xsd @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + Whitespace must be preserved. + + + + + + + + + + + + + Extra whitespace and line breaks must be preserved. + + + + + + + -- cgit v1.2.3-54-g00ecf