You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

glossary.xml 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. <?xml version="1.0"?>
  2. <glossary>
  3. <term-entry>
  4. <term>basic-link</term>
  5. <definition>The fo:basic-link is used for representing the start resource
  6. of a simple link.</definition>
  7. </term-entry>
  8. <term-entry>
  9. <term>bidi-override</term>
  10. <definition>The fo:bidi-override inline formatting object is used where
  11. it is necessary to override the default Unicode-bidirectionality
  12. algorithm direction for different (or nested) inline scripts in
  13. mixed-language documents.</definition>
  14. </term-entry>
  15. <term-entry>
  16. <term>block</term>
  17. <definition>The fo:block formatting object is commonly used for formatting
  18. paragraphs, titles, headlines, figure and table captions, etc.</definition>
  19. </term-entry>
  20. <term-entry>
  21. <term>block-container</term>
  22. <definition>The fo:block-container flow object is used to generate a
  23. block-level reference-area.</definition>
  24. </term-entry>
  25. <term-entry>
  26. <term>character</term>
  27. <definition>The fo:character flow object represents a character that is
  28. mapped to a glyph for presentation.</definition>
  29. </term-entry>
  30. <term-entry>
  31. <term>color-profile</term>
  32. <definition>Used to declare a color profile for a stylesheet.</definition>
  33. </term-entry>
  34. <term-entry>
  35. <term>conditional-page-master-reference</term>
  36. <definition>The fo:conditional-page-master-reference
  37. is used to identify a page-master that is to be used when the conditions
  38. on its use are satisfied.</definition>
  39. </term-entry>
  40. <term-entry>
  41. <term>declarations</term>
  42. <definition>Used to group global declarations for a stylesheet.</definition>
  43. </term-entry>
  44. <term-entry>
  45. <term>external-graphic</term>
  46. <definition>The fo:external-graphic flow object is used for a graphic
  47. where the graphics data resides outside of the XML result tree in the
  48. fo namespace.</definition>
  49. </term-entry>
  50. <term-entry>
  51. <term>float</term>
  52. <definition>The fo:float serves two purposes. It can be used so that during the
  53. normal placement of content, some related content is formatted into a
  54. separate area at beginning of the page (or of some following page) where
  55. it is available to be read without immediately intruding on the reader.
  56. Alternatively, it can be used when an area is intended to float to one
  57. side, with normal content flowing alongside.</definition>
  58. </term-entry>
  59. <term-entry>
  60. <term>flow</term>
  61. <definition>The content of the fo:flow formatting object is a sequence
  62. of flow objects that provides the flowing text content that is distributed
  63. into pages.</definition>
  64. </term-entry>
  65. <term-entry>
  66. <term>footnote</term>
  67. <definition>The fo:footnote is used to produce a footnote citation and the
  68. corresponding footnote.</definition>
  69. </term-entry>
  70. <term-entry>
  71. <term>footnote-body</term>
  72. <definition>The fo:footnote-body is used to generate the content of the
  73. footnote.</definition>
  74. </term-entry>
  75. <term-entry>
  76. <term>initial-property-set</term>
  77. <definition>The fo:initial-property-set specifies formatting properties
  78. for the first line of an fo:block.</definition>
  79. </term-entry>
  80. <term-entry>
  81. <term>inline</term>
  82. <definition>The fo:inline formatting object is commonly used for
  83. formatting a portion of text with a background or enclosing it in a
  84. border.</definition>
  85. </term-entry>
  86. <term-entry>
  87. <term>inline-container</term>
  88. <definition>The fo:inline-container flow object is used to generate an
  89. inline reference-area.</definition>
  90. </term-entry>
  91. <term-entry>
  92. <term>instream-foreign-object</term>
  93. <definition>The fo:instream-foreign-object flow object is used for an
  94. inline graphic or other "generic" object where the object data resides
  95. as descendants of the fo:instream-foreign-object.</definition>
  96. </term-entry>
  97. <term-entry>
  98. <term>layout-master-set</term>
  99. <definition>The fo:layout-master-set is a wrapper around all masters used
  100. in the document.</definition>
  101. </term-entry>
  102. <term-entry>
  103. <term>leader</term>
  104. <definition>The fo:leader formatting object is used to generate leaders
  105. consisting either of a rule or of a row of a repeating character or
  106. cyclically repeating pattern of characters that may be used for connecting
  107. two text formatting objects.</definition>
  108. </term-entry>
  109. <term-entry>
  110. <term>list-block</term>
  111. <definition>The fo:list-block flow object is used to format a list.</definition>
  112. </term-entry>
  113. <term-entry>
  114. <term>list-item</term>
  115. <definition>The fo:list-item formatting object contains the label and the
  116. body of an item in a list.</definition>
  117. </term-entry>
  118. <term-entry>
  119. <term>list-item-body</term>
  120. <definition>The fo:list-item-body formatting object contains the content
  121. of the body of a list-item.</definition>
  122. </term-entry>
  123. <term-entry>
  124. <term>list-item-label</term>
  125. <definition>The fo:list-item-label formatting object contains the content
  126. of the label of a list-item; typically used to either enumerate, identify,
  127. or adorn the list-item's body.</definition>
  128. </term-entry>
  129. <term-entry>
  130. <term>marker</term>
  131. <definition>The fo:marker is used in conjunction with fo:retrieve-marker
  132. to produce running headers or footers.</definition>
  133. </term-entry>
  134. <term-entry>
  135. <term>multi-case</term>
  136. <definition>The fo:multi-case is used to contain (within an fo:multi-switch)
  137. each alternative sub-tree of formatting objects among which the parent
  138. fo:multi-switch will choose one to show and will hide the rest.</definition>
  139. </term-entry>
  140. <term-entry>
  141. <term>multi-properties</term>
  142. <definition>The fo:multi-properties is used to switch between two or more
  143. property sets that are associated with a given portion of content.</definition>
  144. </term-entry>
  145. <term-entry>
  146. <term>multi-property-set</term>
  147. <definition>The fo:multi-property-set is used to specify an alternative
  148. set of formatting properties that, dependent on a User Agent state, are
  149. applied to the content. </definition>
  150. </term-entry>
  151. <term-entry>
  152. <term>multi-switch</term>
  153. <definition>The fo:multi-switch wraps the specification of alternative
  154. sub-trees of formatting objects (each sub-tree being within an
  155. fo:multi-case), and controls the switching (activated via fo:multi-toggle)
  156. from one alternative to another. </definition>
  157. </term-entry>
  158. <term-entry>
  159. <term>multi-toggle</term>
  160. <definition>The fo:multi-toggle is used within an fo:multi-case to switch
  161. to another fo:multi-case.</definition>
  162. </term-entry>
  163. <term-entry>
  164. <term>page-number</term>
  165. <definition>The fo:page-number formatting object is used to represent the
  166. current page-number.</definition>
  167. </term-entry>
  168. <term-entry>
  169. <term>page-number-citation</term>
  170. <definition>The fo:page-number-citation is used to reference the
  171. page-number for the page containing the first normal area returned by the
  172. cited formatting object.</definition>
  173. </term-entry>
  174. <term-entry>
  175. <term>page-sequence</term>
  176. <definition>The fo:page-sequence formatting object is used to specify how
  177. to create a (sub-)sequence of pages within a document; for example, a
  178. chapter of a report. The content of these pages comes from flow children
  179. of the fo:page-sequence.</definition>
  180. </term-entry>
  181. <term-entry>
  182. <term>page-sequence-master</term>
  183. <definition>The fo:page-sequence-master specifies sequences of page-masters
  184. that are used when generating a sequence of pages.</definition>
  185. </term-entry>
  186. <term-entry>
  187. <term>region-after</term>
  188. <definition>This region defines a viewport that is located on the "after"
  189. side of fo:region-body region. </definition>
  190. </term-entry>
  191. <term-entry>
  192. <term>region-before</term>
  193. <definition>This region defines a viewport that is located on the "before"
  194. side of fo:region-body region.</definition>
  195. </term-entry>
  196. <term-entry>
  197. <term>region-body</term>
  198. <definition>This region specifies a viewport/reference pair that is located
  199. in the "center" of the fo:simple-page-master.</definition>
  200. </term-entry>
  201. <term-entry>
  202. <term>region-end</term>
  203. <definition>This region defines a viewport that is located on the "end"
  204. side of fo:region-body region.</definition>
  205. </term-entry>
  206. <term-entry>
  207. <term>region-start</term>
  208. <definition>This region defines a viewport that is located on the "start"
  209. side of fo:region-body region.</definition>
  210. </term-entry>
  211. <term-entry>
  212. <term>repeatable-page-master-alternatives</term>
  213. <definition>An fo:repeatable-page-master-alternatives specifies a
  214. sub-sequence consisting of repeated instances of a set of alternative
  215. page-masters. The number of repetitions may be bounded or potentially
  216. unbounded.</definition>
  217. </term-entry>
  218. <term-entry>
  219. <term>repeatable-page-master-reference</term>
  220. <definition>An fo:repeatable-page-master-reference specifies a sub-sequence
  221. consisting of repeated instances of a single page-master. The number of
  222. repetitions may be bounded or potentially unbounded.</definition>
  223. </term-entry>
  224. <term-entry>
  225. <term>retrieve-marker</term>
  226. <definition>The fo:retrieve-marker is used in conjunction with fo:marker
  227. to produce running headers or footers.</definition>
  228. </term-entry>
  229. <term-entry>
  230. <term>root</term>
  231. <definition>The fo:root node is the top node of an XSL result tree. This
  232. tree is composed of formatting objects.</definition>
  233. </term-entry>
  234. <term-entry>
  235. <term>simple-page-master</term>
  236. <definition>The fo:simple-page-master is used in the generation of pages
  237. and specifies the geometry of the page. The page may be subdivided into
  238. up to five regions.</definition>
  239. </term-entry>
  240. <term-entry>
  241. <term>single-page-master-reference</term>
  242. <definition>An fo:single-page-master-reference specifies a sub-sequence
  243. consisting of a single instance of a single page-master.</definition>
  244. </term-entry>
  245. <term-entry>
  246. <term>static-content</term>
  247. <definition>The fo:static-content formatting object holds a sequence or a
  248. tree of formatting objects that is to be presented in a single region or
  249. repeated in like-named regions on one or more pages in the page-sequence.
  250. Its common use is for repeating or running headers and footers.</definition>
  251. </term-entry>
  252. <term-entry>
  253. <term>table</term>
  254. <definition>The fo:table flow object is used for formatting the tabular
  255. material of a table.</definition>
  256. </term-entry>
  257. <term-entry>
  258. <term>table-and-caption</term>
  259. <definition>The fo:table-and-caption flow object is used for formatting a
  260. table together with its caption.</definition>
  261. </term-entry>
  262. <term-entry>
  263. <term>table-body</term>
  264. <definition>The fo:table-body formatting object is used to contain the
  265. content of the table body.</definition>
  266. </term-entry>
  267. <term-entry>
  268. <term>table-caption</term>
  269. <definition>The fo:table-caption formatting object is used to contain
  270. block-level formatting objects containing the caption for the table only
  271. when using the fo:table-and-caption.</definition>
  272. </term-entry>
  273. <term-entry>
  274. <term>table-cell</term>
  275. <definition>The fo:table-cell formatting object is used to group content to
  276. be placed in a table cell.</definition>
  277. </term-entry>
  278. <term-entry>
  279. <term>table-column</term>
  280. <definition>The fo:table-column formatting object specifies characteristics
  281. applicable to table cells that have the same column and span.</definition>
  282. </term-entry>
  283. <term-entry>
  284. <term>table-footer</term>
  285. <definition>The fo:table-footer formatting object is used to contain the
  286. content of the table footer.</definition>
  287. </term-entry>
  288. <term-entry>
  289. <term>table-header</term>
  290. <definition>The fo:table-header formatting object is used to contain the
  291. content of the table header.</definition>
  292. </term-entry>
  293. <term-entry>
  294. <term>table-row</term>
  295. <definition>The fo:table-row formatting object is used to group table-cells
  296. into rows.</definition>
  297. </term-entry>
  298. <term-entry>
  299. <term>title</term>
  300. <definition>The fo:title formatting object is used to associate a title with
  301. a given document. This title may be used by an interactive User Agent to
  302. identify the document. For example, the content of the fo:title can be
  303. formatted and displayed in a "title" window or in a "tool tip".</definition>
  304. </term-entry>
  305. <term-entry>
  306. <term>wrapper </term>
  307. <definition>The fo:wrapper formatting object is used to specify inherited
  308. properties for a group of formatting objects. It has no additional
  309. formatting semantics.</definition>
  310. </term-entry>
  311. </glossary>