In XML Schema, one can use the "mixed" attribute on a <complexType>
to allow it to contain text as well as child elements.
My question is whether there is any way to constrain what type of textual content is allowed, when using the "mixed" attribute. For instance, can I specify that the text must represent a floating-point number?