Data Model Documentation

 

%blockStyleAttributes;

A collection of attributes allowed on several elements, mainly to support print layout.

Most are no longer used. It is left to the typesetting template to apply the print styles and the HTML rendering stylesheet to control the web site styles, rather than controlling them from the XML.

A few are occasionally used to provide specific control.

  • alignment: used especially in OSEO to help make the online version of the text look as much like the print edition as possible.
  • collapsible: used to flag whether a control to collapse the element can be used, and its default state.
  • searchable: used to flag whether the text in the element can be searched. The value false prevents answers in Q&A content from appearing in search results.

Name

Type

Value

aboveSpace

NMTOKEN

#IMPLIED

belowSpace

NMTOKEN

#IMPLIED

leftIndent

NMTOKEN

#IMPLIED

rightIndent

NMTOKEN

#IMPLIED

hangingIndent

NMTOKEN

#IMPLIED

relativeTypeSize

NMTOKEN

#IMPLIED

relativeLeading

NMTOKEN

#IMPLIED

fontStyle

(serif | sans | monospace)

#IMPLIED

fontFamily

CDATA

#IMPLIED

alignment

(left | right | centre | justified)

#IMPLIED

collapsible

(collapsed | expanded)

#IMPLIED

searchable

(false)

#IMPLIED