home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / specs / XML-MathML-20010221 / xml / glossary.xml < prev    next >
Text File  |  2001-02-15  |  19KB  |  522 lines

  1. <inform-div1 id="glossary" role="appendixh" ><head>Glossary</head>
  2. <!-- $Id: glossary.xml,v 1.21 2001/02/16 06:19:29 ion Exp $ -->
  3.  
  4. <p>Several of the following definitions of terms have been borrowed or
  5. modified from similar definitions in documents originating from W3C or
  6. standards organizations. See the individual definitions for more
  7. information.</p>
  8.  
  9. <glist>
  10. <gitem>
  11. <label id="dt-argument">Argument</label>
  12. <def><p>A child of a presentation layout schema. That is, <quote>A is an
  13. argument of B</quote> means <quote>A is a child of B and B is a
  14. presentation layout schema</quote>. Thus, token elements have no arguments,
  15. even if they have children (which can only be 
  16. <kw role="element">malignmark</kw>).</p></def>
  17. </gitem>
  18.  
  19. <gitem>
  20. <label id="dt-attribute">Attribute</label>
  21. <def><p>A parameter used to specify some property of an SGML or XML element
  22. type. It is defined in terms of an attribute name, attribute type, and a
  23. default value.  A value may be specified for it on a start-tag for that
  24. element type.</p></def>
  25. </gitem>
  26.  
  27. <gitem>
  28. <label id="dt-axis">Axis</label>
  29. <def><p>The axis is an imaginary alignment line upon which a fraction line
  30. is centered. Often, operators as well as characters that can stretch, such
  31. as parentheses, brackets, braces, summation signs etc., are centered on
  32. the axis, and are symmetric with respect to it.</p></def>
  33. </gitem>
  34.  
  35. <gitem>
  36. <label id="dt-baseline">Baseline</label>
  37. <def><p>The baseline is an imaginary alignment line upon which a glyph
  38. without a descender rests.  The baseline is an intrinsic property of the
  39. glyph (namely a horizontal line). Often baselines are aligned (joined)
  40. during typesetting.</p></def>
  41. </gitem>
  42.  
  43. <gitem>
  44. <label id="dt-blackbox">Black box</label>
  45. <def><p>The bounding box of the actual size taken up by the viewable
  46. portion (ink) of a glyph or expression.</p></def>
  47. </gitem>
  48.  
  49. <gitem>
  50. <label id="dt-boundingbox">Bounding box</label>
  51. <def><p>The rectangular box of smallest size, taking into account the
  52. constraints on boxes allowed in a particular context, which contains some
  53. specific part of a rendered display.</p></def>
  54. </gitem>
  55.  
  56. <gitem>
  57. <label id="dt-box">Box</label>
  58. <def><p>A rectangular plane area considered to contain a character or
  59. further sub-boxes, used in discussions of rendering for display. It is
  60. usually considered to have a baseline, height, depth and width.</p></def>
  61. </gitem>
  62.  
  63. <gitem>
  64. <label id="dt-css">Cascading Style Sheets (CSS)</label>
  65. <def><p>A language that allows authors and readers to attach style
  66. (e.g. fonts, colors and spacing) to HTML and XML documents.</p></def>
  67. </gitem>
  68.  
  69. <gitem>
  70. <label id="dt-character">Character</label>
  71. <def><p>A member of a set of identifiers used for the organization, control
  72. or representation of text. ISO/IEC Standard 10646-1:1993 uses the word
  73. <quote>data</quote> here instead of <quote>text</quote>.</p></def>
  74. </gitem>
  75.  
  76. <gitem>
  77. <label id="dt-cdata">Character data (<kw>CDATA</kw>)</label>
  78. <def><p>A data type in SGML and XML for raw data that does not include
  79. markup or entity references. Attributes of type <kw>CDATA</kw> may contain
  80. entity references. These are expanded by an XML processor before the
  81. attribute value is processed as <kw>CDATA</kw>.</p></def>
  82. </gitem>
  83.  
  84. <gitem>
  85. <label id="dt-char-depth">Character or expression depth</label>
  86. <def><p>Distance between the baseline and bottom edge of the character
  87. glyph or expression. Also known as the descent.</p></def>
  88. </gitem>
  89.  
  90. <gitem>
  91. <label id="dt-char-height">Character or expression height</label>
  92. <def><p>Distance between the baseline and top edge of the character glyph
  93. or expression. Also known as the ascent.</p></def>
  94. </gitem>
  95.  
  96. <gitem>
  97. <label id="dt-char-width">Character or expression width</label>
  98. <def><p>Horizontal distance taken by the character glyph as indicated in
  99. the font metrics, or the total width of an expression.</p></def>
  100. </gitem>
  101.  
  102. <gitem>
  103. <label id="dt-condition">Condition</label>
  104. <def><p>A MathML content element used to place a mathematical condition on
  105. one or more variables.</p></def>
  106. </gitem>
  107.  
  108. <gitem>
  109. <label id="dt-contained">Contained (element A is contained in element B)</label>
  110. <def><p>A is part of B's content.</p></def>
  111. </gitem>
  112.  
  113. <gitem>
  114. <label id="dt-container">Container (Constructor)</label>
  115. <def><p>A non-empty MathML Content element that is used to construct a
  116. mathematical object such as a number, set, or list.</p></def>
  117. </gitem>
  118.  
  119. <gitem>
  120. <label id="dt-content-elements">Content elements</label>
  121. <def><p>MathML elements that explicitly specify the mathematical meaning
  122. of a portion of a MathML expression (defined in <specref ref="contm"/>).</p></def>
  123. </gitem>
  124.  
  125. <gitem>
  126. <label id="dt-content-token-element">Content token element</label>
  127. <def><p>Content element having only <kw>PCDATA</kw>, <kw role="element">sep</kw>
  128. and presentation expressions as content. Represents either an identifier
  129. (<kw role="element">ci</kw>) or a number (<kw role="element">cn</kw>).</p></def>
  130. </gitem>
  131.  
  132. <gitem>
  133. <label id="dt-context">Context (of a given MathML expression)</label>
  134. <def><p>Information provided during the rendering of some MathML data to
  135. the rendering process for the given MathML expression; especially
  136. information about the MathML markup surrounding the expression.</p></def>
  137. </gitem>
  138.  
  139. <gitem>
  140. <label id="dt-declaration">Declaration</label>
  141. <def><p>An instance of the declare element.</p></def>
  142. </gitem>
  143.  
  144. <gitem>
  145. <label id="dt-depth">Depth</label>
  146. <def><p>(of a box) The distance from the baseline of the box to the bottom
  147. edge of the box.</p></def>
  148. </gitem>
  149.  
  150. <gitem>
  151. <label id="dt-direct-sub-expression">Direct sub-expression
  152. (of a MathML expression <quote>E</quote>)</label>
  153. <def><p>A sub-expression directly contained in E.</p></def>
  154. </gitem>
  155.  
  156. <gitem>
  157. <label id="dt-directly-contained">Directly contained
  158. (element A in element B)</label>
  159. <def><p>A is a child of B (as defined in XML), in other words
  160. A is contained in B, but not in any element that is itself contained in
  161. B.</p></def>
  162. </gitem>
  163.  
  164. <gitem>
  165. <label id="dt-dom">Document Object Model</label>
  166. <def><p>A model in which the document or Web page is treated as an object
  167. repository. This model is developed by the DOM Working Group (DOM) of the
  168. W3C.</p></def>
  169. </gitem>
  170.  
  171. <gitem>
  172. <label id="dt-dsssl">Document Style Semantics and Specification Language (DSSSL)</label>
  173. <def><p>A method of specifying the formatting and transformation of
  174. SGML documents. ISO International Standard 10179:1996.</p></def>
  175. </gitem>
  176.  
  177. <gitem>
  178. <label id="dt-dtd">Document Type Definition (DTD)</label>
  179. <def><p>In SGML or XML, a DTD is a formal definition of the elements and
  180. the relationship among the data elements (the structure) for a particular
  181. type of document.</p></def>
  182. </gitem>
  183.  
  184. <gitem>
  185. <label id="dt-em">Em</label>
  186. <def><p>A font-relative measure encoded by the font. Before electronic
  187. typesetting, an <kw role="attval">em</kw> was the width of an
  188. <quote>M</quote> in the font. In modern usage, an <kw role="attval">em</kw>
  189. is either specified by the designer of the font or is taken to be the
  190. height (point size) of the font. Em's are typically used for font-relative
  191. horizontal sizes.</p></def>
  192. </gitem>
  193.  
  194. <gitem>
  195. <label id="dt-ex">Ex</label>
  196. <def><p>A font-relative measure that is the height of an <quote>x</quote>
  197. in the font.  <kw role="attval">ex</kw>s are typically used for
  198. font-relative vertical sizes.</p></def>
  199. </gitem>
  200.  
  201. <gitem>
  202. <label id="dt-height">Height</label>
  203. <def><p>(of a box) The distance from the baseline of the box to the top
  204. edge of the box.</p></def>
  205. </gitem>
  206.  
  207. <gitem>
  208. <label id="dt-inferred-mrow">Inferred <kw role="element">mrow</kw></label>
  209. <def><p>An <kw role="element">mrow</kw> element that is
  210. <quote>inferred</quote> around the contents of certain layout schemata when
  211. they have other than exactly one argument. Defined precisely in <specref
  212. ref="presm_summary"/></p>
  213. </def>
  214. </gitem>
  215.  
  216. <gitem>
  217. <label id="dt-embedded-object">Embedded object</label>
  218. <def><p>Embedded objects such as Java applets, Microsoft Component Object
  219. Model (COM) objects (e.g. ActiveX Controls and ActiveX Document
  220. embeddings), and plug-ins that reside in an HTML document.</p></def>
  221. </gitem>
  222.  
  223. <gitem>
  224. <label id="dt-embellished-operator">Embellished operator</label>
  225. <def><p>An operator, including any <quote>embellishment</quote> it may
  226. have, such as superscripts or style information. The
  227. <quote>embellishment</quote> is represented by a layout schema that
  228. contains the operator itself.
  229. Defined precisely in <specref ref="presm_mo"/>.</p></def>
  230. </gitem>
  231.  
  232. <gitem>
  233. <label id="dt-entity-reference">Entity reference</label>
  234. <def><p>A sequence of ASCII characters of the form <kw
  235. role="entity">name</kw> representing some other data, typically a
  236. non-ASCII character, a sequence of characters, or an external source of
  237. data, e.g. a file containing a set of standard entity definitions such as
  238. ISO Latin 1.</p></def>
  239. </gitem>
  240.  
  241. <gitem>
  242. <label id="dt-xml">Extensible Markup Language (XML)</label>
  243. <def><p>A simple dialect of SGML intended to enable generic SGML to be
  244. served, received, and processed on the Web.</p></def>
  245. </gitem>
  246.  
  247. <gitem>
  248. <label id="dt-fences">Fences</label>
  249. <def><p>In typesetting, bracketing tokens like parentheses, braces, and
  250. brackets, which usually appear in matched pairs.</p></def>
  251. </gitem>
  252.  
  253. <gitem>
  254. <label id="dt-font">Font</label>
  255. <def><p>A particular collection of glyphs of a typeface of a given size,
  256. weight and style, for example <quote>Times Roman Bold 12 point</quote>.</p></def>
  257. </gitem>
  258.  
  259. <gitem>
  260. <label id="dt-glyph">Glyph</label>
  261. <def><p>The actual shape (bit pattern, outline) of a character.
  262. ISO/IEC Standard 9541-1:1991 defines a glyph as a recognizable abstract 
  263. graphic symbol that is independent of any specific design.</p></def>
  264. </gitem>
  265.  
  266. <gitem>
  267. <label id="dt-indirectly-contained">Indirectly contained</label>
  268. <def><p>A is contained in B, but not directly contained in B.</p></def>
  269. </gitem>
  270.  
  271. <gitem>
  272. <label id="dt-mathml-instance">Instance of MathML</label>
  273. <def><p>A single instance of the top level element of MathML, and/or a
  274. single instance of embedded MathML in some other data format.</p></def>
  275. </gitem>
  276.  
  277. <gitem>
  278. <label id="dt-inverse-function">Inverse function</label>
  279. <def><p>A mathematical function that, when composed with the original
  280. function acts like an identity function.</p></def>
  281. </gitem>
  282.  
  283. <gitem>
  284. <label id="dt-lambda-exp">Lambda expression</label>
  285. <def><p>A mathematical expression used to define a function in terms of
  286. variables and an expression in those variables.</p></def>
  287. </gitem>
  288.  
  289. <gitem>
  290. <label id="dt-layout-schema">Layout schema (plural: schemata)</label>
  291. <def><p>A presentation element defined in chapter 3, other than the token
  292. elements and empty elements defined there (i.e. not the elements defined in
  293. <specref ref="presm_tokel"/> and <specref ref="presm_malign"/>, or the
  294. empty elements <kw role="element">none</kw> and
  295. <kw role="element">mprescripts</kw> defined in <specref ref="presm_mmultiscripts"/>).
  296. The layout schemata are never empty elements (though their content may
  297. contain nothing in some cases), are always expressions, and all allow any
  298. MathML expressions as arguments (except for requirements on argument count,
  299. and the requirement for a certain empty element in <kw
  300. role="element">mmultiscripts</kw>).</p></def>
  301. </gitem>
  302.  
  303. <gitem>
  304. <label id="dt-mathml">Mathematical Markup Language (MathML)</label>
  305. <def><p>The markup language specified in this document for describing
  306. the structure of mathematical expressions, together with a mathematical
  307. context.</p></def>
  308. </gitem>
  309.  
  310. <gitem>
  311. <label id="dt-mathml-element">MathML element</label>
  312. <def><p>An XML element that forms part of the logical structure of a
  313. MathML document.</p></def>
  314. </gitem>
  315.  
  316. <gitem>
  317. <label id="dt-mathml-exp">MathML expression (within some valid MathML
  318. data)</label>
  319. <def><p>A single instance of a presentation element, except for the empty
  320. elements <kw role="element">none</kw> or
  321. <kw role="element">mprescripts</kw>, or an instance of <kw
  322. role="element">malignmark</kw> within a token element (defined below);
  323. or a single instance of certain of the content elements
  324. (see <specref ref="contm"/> for a precise definition of which ones).</p></def>
  325. </gitem>
  326.  
  327. <gitem>
  328. <label id="dt-mime">Multi-purpose Internet Mail Extensions (MIME)</label>
  329. <def><p>A set of specifications that offers a way to interchange text in
  330. languages with different character sets, and multimedia content among many
  331. different computer systems that use Internet mail standards.</p></def>
  332. </gitem>
  333.  
  334. <gitem>
  335. <label id="dt-operator-content">Operator, content element</label>
  336. <def><p>A mathematical object that is applied to arguments using the 
  337. <kw role="element">apply</kw> element.</p></def>
  338. </gitem>
  339.  
  340. <gitem>
  341. <label id="dt-operator">Operator, an <kw role="element">mo</kw>
  342. element</label>
  343. <def><p>Used to represent ordinary operators, fences, separators in MathML
  344. presentation. (The token element <kw role="element">mo</kw> is defined in
  345. <specref ref="presm_mo"/>).</p></def>
  346. </gitem>
  347.  
  348. <gitem>
  349. <label id="dt-openmath">OpenMath</label>
  350. <def><p>A general representation language for communicating mathematical
  351. objects between application programs.</p></def>
  352. </gitem>
  353.  
  354. <gitem>
  355. <label id="dt-pcdata">Parsed character data (<kw>PCDATA</kw>)</label>
  356. <def><p>An SGML/XML data type for raw data occurring in a context where
  357. text is parsed and markup (for instance entity references and element
  358. start/end tags) is recognized.</p></def>
  359. </gitem>
  360.  
  361. <gitem>
  362. <label id="dt-pt">Point</label>
  363. <def><p>Point is often abbreviated <quote>pt</quote>. The value of 1 pt 
  364. is approximately 1/72 inch. Points are typically used to specify
  365. absolute sizes for font-related objects.</p></def>
  366. </gitem>
  367.  
  368. <gitem>
  369. <label id="dt-predef-fun">Pre-defined function</label>
  370. <def><p>One of the empty elements defined in <specref
  371. ref="contm_funopqual"/> and used with the <kw role="element">apply</kw>
  372. construct to build function applications.</p></def>
  373. </gitem>
  374.  
  375. <gitem>
  376. <label id="dt-pres-elements">Presentation elements</label>
  377. <def><p>MathML tags and entities intended to express the syntactic
  378. structure of mathematical notation (defined in <specref ref="presm"/>).</p></def>
  379. </gitem>
  380.  
  381. <gitem>
  382. <label id="dt-pres-layout-schema">Presentation layout schema</label>
  383. <def><p>A presentation element that can have other MathML elements as
  384. content.</p></def>
  385. </gitem>
  386.  
  387. <gitem>
  388. <label id="dt-pres-token-element">Presentation token element</label>
  389. <def><p>A presentation element that can contain only parsed character data
  390. or the <kw role="element">malignmark</kw> element.</p></def>
  391. </gitem>
  392.  
  393. <gitem>
  394. <label id="dt-qualifier">Qualifier</label>
  395. <def><p>A MathML content element that is used to specify the value of a
  396. specific named parameter in the application of selected pre-defined
  397. functions.</p></def>
  398. </gitem>
  399.  
  400. <gitem>
  401. <label id="dt-relation">Relation</label>
  402. <def><p>A MathML content element used to construct expressions such as
  403. <mi>a</mi> < <mi>b</mi>.</p></def>
  404. </gitem>
  405.  
  406. <gitem>
  407. <label id="dt-render">Render</label>
  408. <def><p>Faithfully translate into application-specific form allowing native
  409. application operations to be performed.</p></def>
  410. </gitem>
  411.  
  412. <gitem>
  413. <label id="dt-schema">Schema</label>
  414. <def><p>Schema (plural: schemata or schemas). See <quote>presentation layout
  415. schema</quote>.</p></def>
  416. </gitem>
  417.  
  418. <gitem>
  419. <label id="dt-declaration-scope">Scope of a declaration</label>
  420. <def><p>The portion of a MathML document in which a particular
  421. definition is active.</p></def>
  422. </gitem>
  423.  
  424. <gitem>
  425. <label id="dt-selected-sub-exp">Selected sub-expression
  426. (of an <kw role="element">maction</kw> element)</label>
  427. <def><p>The argument of an <kw role="element">maction</kw> element (a
  428. layout schema defined in <specref ref="presm_enliven"/>) that is (at any
  429. given time) <quote>selected</quote> within the viewing state of a MathML
  430. renderer, or by the <kw role="attrib">selection</kw> attribute when the
  431. element exists only in MathML data. Defined precisely in the abovementioned
  432. section.</p></def>
  433. </gitem>
  434.  
  435. <gitem>
  436. <label id="dt-spacelike">Space-like (MathML expression)</label>
  437. <def><p>A MathML expression that is ignored by the suggested rendering
  438. rules for MathML presentation elements when they determine operator forms
  439. and effective operator rendering attributes based on operator positions in
  440. <kw role="element">mrow</kw> elements. Defined precisely in <specref
  441. ref="presm_mspace"/>.</p></def>
  442. </gitem>
  443.  
  444. <gitem>
  445. <label id="dt-sgml">Standard Generalized Markup Language (SGML)</label>
  446. <def><p>An ISO standard (ISO 8879:1986) that provides a formal
  447. mechanism for the definition of document structure via DTDs (Document
  448. Type Definitions), and a notation for the markup of document instances
  449. conforming to a DTD.</p></def>
  450. </gitem>
  451.  
  452. <gitem>
  453. <label id="dt-sub-exp">Sub-expression (of a MathML expression
  454. <quote>E</quote>)</label>
  455. <def><p>A MathML expression contained (directly or indirectly) in the
  456. content of E.</p></def>
  457. </gitem>
  458.  
  459. <gitem>
  460. <label id="dt-suggested-rendering-rules">Suggested rendering rules for
  461. MathML presentation elements</label>
  462. <def><p>Defined throughout <specref ref="presm"/>; the ones that use other
  463. terms defined here occur mainly in <specref ref="presm_mo"/> and in
  464. <specref ref="presm_enliven"/>.</p></def>
  465. </gitem>
  466.  
  467. <gitem>
  468. <label id="dt-tex">&TeX;</label>
  469.  
  470. <def><p>A software system developed by Professor Donald Knuth for
  471. typesetting documents.</p></def>
  472. </gitem>
  473.  
  474. <gitem>
  475. <label id="dt-token-element">Token element</label>
  476. <def><p>Presentation token element or a Content token element.  (See
  477. above.)</p></def>
  478. </gitem>
  479.  
  480. <gitem>
  481. <label id="dt-toplevel-element">Top-level element (of MathML)</label>
  482. <def><p><kw role="element">math</kw> (defined in <specref ref="interf"/>).</p></def>
  483. </gitem>
  484.  
  485. <gitem>
  486. <label id="dt-typeface">Typeface</label>
  487. <def><p>A typeface is a specific design of a set of letters, numbers and
  488. symbols, such as <quote>Times Roman</quote> or <quote>Chicago</quote>.</p></def>
  489. </gitem>
  490.  
  491. <gitem>
  492. <label id="dt-valid-mathml">Valid MathML data</label>
  493. <def><p>MathML data that (1) conforms to the MathML DTD, (2) obeys the
  494. additional rules defined in the MathML standard for the legal contents and
  495. attribute values of each MathML element, and (3) satisfies the EBNF grammar
  496. for content elements.</p></def>
  497. </gitem>
  498.  
  499. <gitem>
  500. <label id="dt-width">Width (of a box)</label>
  501. <def><p>The distance from the left edge of the box to the right edge of the
  502. box.</p></def>
  503. </gitem>
  504.  
  505. <gitem>
  506. <label id="dt-xsl">Extensible Style Language (XSL)</label>
  507. <def><p>A style language for XML developed by W3C. See XSL FO and XSLT.</p></def>
  508. </gitem>
  509.  
  510. <gitem>
  511. <label id="dt-xslfo">XSL Formatting Objects (XSL FO)</label>
  512. <def><p>An XML vocabulary to express formatting, which is a part of XSL.</p></def>
  513. </gitem>
  514.  
  515. <gitem>
  516. <label id="dt-xslt">XSL Transformation (XSLT)</label>
  517. <def><p>A language to express the transformation of XML documents
  518. into other XML documents.</p></def>
  519. </gitem>
  520. </glist>
  521. </inform-div1>
  522.