macro.anyXML
| macro.anyXML defines a content model within which any XML elements are permitted | |
| モジュール | tei — The TEI Infrastructure |
| 当該モジュールを使用するもの | |
| 宣言 |
macro.anyXML = element * - (tei:* | teix:egXML) { attribute * { text }*, ( text | macro.anyXML )* } |
Version 2.9.1. Last updated on 15th October 2015, revision 46ac023
| macro.anyXML defines a content model within which any XML elements are permitted | |
| モジュール | tei — The TEI Infrastructure |
| 当該モジュールを使用するもの | |
| 宣言 |
macro.anyXML = element * - (tei:* | teix:egXML) { attribute * { text }*, ( text | macro.anyXML )* } |