Formatting Domain

The formatting domain provides elements for producing specific formatting effects that are either arbitrary (not connected to any particular semantic or structural aspect of the content) or simply required to meet specific publication requirements. These elements should be used only when necessary but when they are necessary they are available.

The elements in this module are:
<art>, <art-ph>
Represents an abstract piece of "art". Holds a reference to one or more graphic objects (<image>) (normally different formats of the same base image, such as a high-resolution TIF and low-resolution JPEG). It may have an "art title", which labels the art as a re-usable object (e.g., when displayed in a CMS system as a standalone object). It may also contain classifying metadata. The <art> element is a paragraph specialization, the <art-ph> element is a specialization of <ph>.
<b-i>
"Bold italic". Allows a single element to represent the combination of <b> and <i>, which is useful for conversion from flat word processing formats.
<b-sc>
"Bold small caps". Allows a single element to represent the combination of <b> and <sc>, which is useful for conversion from flat word processing formats.
<br>
Represents a hard return (as for HTML <br> element). Can be used for example in titles to indicate a hard break point.
d4pSidebarAnchor
Anchors a sidebar topic to a specific point in a topic by linking to the sidebar anchor. The <d4pSidebarAnchor> is a specialization of <xref>.
dropcap
Represents a dropped capitol letter. Normally dropped caps should be generated as a matter of dynamically-applied style but it may be necessary to capture the fact that a letter was set as a drop cap in the original source or you just need to arbitrarily create a dropcap. If you need to specify details of how the dropped cap looks, use @@outputclass to specify some sort of style indicator.
<eqn_block>
Represents a block equation. Same content as for <eqn_inline>.
<eqn_inline>
Represents an inline equation. Can contain any combination of MathML markup, InDesign INX markup, or references to graphics (<art>).
<frac>
Represents a simple mathematical fraction. Enables the rendering of fractions without the use of full MathML markup.
<inx_snippet>
Holds a snippet of InDesign CS3 interchange XML. This element is intended to be a fallback for things like equations that simply cannot be easily represented in any other way for printing purposes. Should be used only when absolutely necessary. INX snippets can only be rendered directly by InDesign.
<linethrough>
Line-through or "strikeout". Text with a line drawn through it as is used for strike-outs.
<roman>
"Roman" (not italic, bold, or small caps). Use to indicate text that is not highlighted, usually within the context of a paragraph-level element that is normally highlighted in some way, such as paragraphs that are normally rendered in italic.
<sc>
"Small caps". Represents a phrase in small caps.
<tab>
Represents a horizontal tab character. Literal tabs cannot be reliably entered in XML data, so this element allows the capturing of tabbed content. Note that the tab stops applied to the tabs is a function of the rendition applied.

The formatting domain includes the standard MathML markup for use with <eqn_inline> and <eqn_block>. The ability to render MathML depends on the rendering system available. MathML rendering is available for HTML and XSL-FO-based outputs. Rendering MathML into InDesign requires commercial tools.