$formal-objects-number-from

$formal-objects-number-from — Identifies where formal-object numeration begins.

Parameter:
{}formal-objects-number-from
Defined in:
param.xsl
Used in:
param.xsl, modules/numbers.xsl

Synopsis

  |$formal-objects-number-from as xs:string := 'component'

Description

Formal object numbers (if formal objects are numbered) begin from here.

See Section 3.5, “Controlling numeration”.

root

Formal objects are numbered from the beginning of the document.

set

Formal objects are numbered from their nearest ancestor set.

book

Formal objects are numbered from their nearest ancestor book.

division

Formal objects are numbered from their nearest ancestor division.

component

Formal objects are numbered from their nearest ancestor component.

section

Formal objects are numbered from their parent section.