From bb074e882cd6e3f23d34f534270db9f8a63fe69e Mon Sep 17 00:00:00 2001
From: uwe <arokis.u@gmail.com>
Date: Mon, 5 Feb 2018 19:21:20 +0100
Subject: [PATCH] added apparatus and apparatus-children variable

---
 modules/intermediate_format/identification.xqm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/modules/intermediate_format/identification.xqm b/modules/intermediate_format/identification.xqm
index 55bcf8a..b9d6fa8 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 #############################:)
 
-- 
GitLab