noChildContent

Testing how content elements behave when they have no children. The elements themselves are not necessarily in context.

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable>
    <mtr>
      <mtd>
        <mtext>apply</mtext>
      </mtd>
      <mtd>
        <apply/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>reln</mtext>
      </mtd>
      <mtd>
        <reln/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>fn</mtext>
      </mtd>
      <mtd>
        <fn/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>interval</mtext>
      </mtd>
      <mtd>
        <interval/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>condition</mtext>
      </mtd>
      <mtd>
        <condition/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>declare</mtext>
      </mtd>
      <mtd>
        <declare/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>lambda</mtext>
      </mtd>
      <mtd>
        <lambda/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>domainofapp</mtext>
      </mtd>
      <mtd>
        <domainofapplication/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>piecewise</mtext>
      </mtd>
      <mtd>
        <piecewise/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>piece</mtext>
      </mtd>
      <mtd>
        <piece/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>otherwise</mtext>
      </mtd>
      <mtd>
        <otherwise/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>lowlimit</mtext>
      </mtd>
      <mtd>
        <lowlimit/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>uplimit</mtext>
      </mtd>
      <mtd>
        <uplimit/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>bvar</mtext>
      </mtd>
      <mtd>
        <bvar/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>degree</mtext>
      </mtd>
      <mtd>
        <degree/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>set</mtext>
      </mtd>
      <mtd>
        <set/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>list</mtext>
      </mtd>
      <mtd>
        <list/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>moment</mtext>
      </mtd>
      <mtd>
        <moment/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>momentabout</mtext>
      </mtd>
      <mtd>
        <momentabout/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>vector</mtext>
      </mtd>
      <mtd>
        <vector/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>matrix</mtext>
      </mtd>
      <mtd>
        <matrix/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>matrixrow</mtext>
      </mtd>
      <mtd>
        <matrix>
          <matrixrow/>
        </matrix>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>semantics</mtext>
      </mtd>
      <mtd>
        <semantics/>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mtext>annotation</mtext>
      </mtd>
      <mtd>
        <semantics>
          <annotation/>
        </semantics>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Dave Doyle, Design Science