Definitions

Throughout this reference manual, the grammar for Document Type Definitions (DTD), as defined in the XML specification1, is used to describe the interdependencies and allowed contents of the language elements.

Inside the DTDs that formally describe the eCromedos Markup Language, the following parameter entities are defined, that you should be aware of:

Parameter Entity Name Definition
quoting-text q | qq
coloring-text color
referencing-text cite | label | ref | pageref | entity
formatting-text span | i | b | u | tt | xx-small | x-small | small | medium | large | x-large | xx-large | nobr | br | pagebreak | y
annotating-text footnote | marginal
math-text m
counter-text counter
inline-elements %quoting-text; | %coloring-text; | %referencing-text; | %formatting-text; | %annotating-text; | %math-text; | %counter-text;
block-elements (minisection | figure | table | equation | listing | verbatim | p | ul | ol | dl | pagebreak)*

1 The World Wide Web Consortium. Extensible Markup Language (XML) 1.0 (Third Edition). W3C Recommendation, 2004. Available from http://www.w3.org/TR/REC-xml/.