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>