diff --git a/modules/intermediate_format/identification.xqm b/modules/intermediate_format/identification.xqm index 55bcf8af4ff3c9c90d890d5fb0c8a0ca278c6e98..b9d6fa8aa9f6d3420983f3a59bbead766ddda49d 100644 --- a/modules/intermediate_format/identification.xqm +++ b/modules/intermediate_format/identification.xqm @@ -34,6 +34,23 @@ declare default element namespace "http://www.tei-c.org/ns/1.0"; :) declare variable $ident:blocklevel-elements := ('titlePage', 'titlePart', 'aligned', 'div', 'list', 'item', 'table', 'row', 'cell', 'head', 'p', 'note'); +(:~ + : ident:apparatus + : Variable defining Apparatus Elements by name + : + : @version 1.0 (2018-02-05) + : @author Uwe Sikora + :) +declare variable $ident:apparatus := ('app'); + +(:~ + : ident:apparatus-readings + : Variable defining Apparatus-Child Elements by name + : + : @version 1.0 (2018-02-05) + : @author Uwe Sikora + :) +declare variable $ident:apparatus-readings := ('lem', 'rdg'); (:############################# Modules Functions #############################:)