Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

elementattribute(s)requireddescription
<fig-group>

Container element for figures that are to be displayed together.

  • <caption>


The caption for a fig-group.

    • <title>


The title for a fig-group.

  • <fig>
@id
@orientation
@position
@fig-type
yes

@id: A document-unique identifier for the element. Starts with "FIG".

@orientation:required. Whether the object should be positioned tall (longe edge vertical "portrait") or wide (long edge horizontal "landscape").

  • "portrait"
  • "landscape"

@position: Whether the object must be anchored to its place or may float algorithmically to another location in the document. Also used for margin placement.

  • "anchor" Object must remain on exact location in the text flow.
  • "float" Default value. Object may move to a new column, page, end of document, etc.
  • "margin" The object should be placed in the margin or gutter.

@fig-type: The type of figure. Supported values:

  • "graphic"
    • <label>


The label for a figure.

    • <caption>

yesThe caption for a figure.
      • <title>

yes

The title for a figure.

      • <p>


See Paragraphs. The paragraph provides explanation.
    • <graphic>
@xlink:hrefyes

Description of and pointer to an external file containing a still image.

@xlink:href: required. The URI where the resource can be found.

      • <alt-text>

yesAlternate Text Name. Word or phrase used to provide a very short textual name, description, or purpose-statement for a structure such as a graphic or figure. This element is to be included for accessibility purposes and as such is always required. In this element, repeat the text given in the relevant <caption>``<title> unless Brill provides a specific alt-textIf no altenate text is provided together with the manuscript, use "See caption". Do not repeat the caption text since screen readers would read the same text twice.
    • <attrib>


Attribution information. Do not use <sc> tags in this element, as the Small Caps style is part of the Brill Typographic Style and NOT semantic.

...

elementattribute(s)requireddescription
<disp-quote>


  • <label>


The reference number for the block quote.

  • <title>


A title displayed before a block quote.
  • <disp-quote>


recursively
  • <p>

yes

The actual text of the quotation is put in one or more <p> text paragraphs.

  • <attrib>


Attribution information. Do not use <sc> tags in this element, as the Small Caps style is part of the Brill Typographic Style and NOT semantic.

List

Ordered and unordered list alike are put in a <list>.

elementattribute(s)requireddescription
<list>@list-type
@id
@continued-from

Sequence of two or more items, which may or may not be ordered.

@list-type:

  • "order" Ordered list. Prefix character is a number or a letter, depending on local style.
  • "bullet" Unordered or bulleted list. Prefix character is a dash conforming to BTS.
  • "alpha-lower" Ordered list. Prefix character is a lowercase alphabetical character.
  • "alpha-upper" Ordered list. Prefix character is an uppercase alphabetical character.
  • "roman-lower" Ordered list. Prefix character is a lowercase roman numeral.
  • "roman-upper" Ordered list. Prefix character is an uppercase roman numeral.
  • "simple" Simple or plain list (No prefix character before each item)

@id See id-syntax: The @id attribute supplies a document-internal unique reference to an element.

@continued-from: To be used if a <list> is a continuation from another <list> earlier in the document. If used, the earlier <list> should include an @id, and the value of said @id should be used as the value of @continued-from here.

  • <list-item>

yes

Single item (one entry) in a list of items.

    • <p>


The actual text of the list-item is put in one or more <p> text paragraphs.

...