← Prev in month ← Prev in thread

NVDL, DocBook, and MathML

From
Bob Stayton <>
Date
2016-02-09T00:34:00+00:00
ID
Thread
NVDL, DocBook, and MathML
The DocBook rng schema for inlineequation is as follows:

   <define name="db.inlineequation.content">
      <choice>
         <choice>
            <oneOrMore>
               <ref name="db.inlinemediaobject"/>
            </oneOrMore>
            <oneOrMore>
               <ref name="db.mathphrase"/>
            </oneOrMore>
         </choice>
         <oneOrMore>
            <ref name="db._any.mml"/>
         </oneOrMore>
      </choice>
   </define>
← Prev in month ← Prev in thread