Namespace declarations
24 « ^»

An XML document can use elements declared in different name spaces.

<TEI xmlns="http://www.tei-c.org/ns/1.0"> ... </TEI>
<TEI xmlns="http://www.tei-c.org/ns/1.0"
            xmlns:math="http://www.mathml.org">
     <p>... <math:expr>...</math:expr> ...</p>
     </TEI>

Multiple schemas may be needed to validate such a document.

CIDOC 2005: TEI Tutorial: intro logo