<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../../../../style/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <!--
Copyright &#251; 1994-2003 World Wide Web Consortium, (Massachusetts Institute
of Technology, European Consortium for Informatics and
Mathematics, Keio University). All Rights Reserved. See
http://www.w3.org/Consortium/Legal/.
  -->
  <head>
    <title> W3C MathML TestSuite, Version 2: rec-set2</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../../Content/TheoryOfSets/set/rec-set1.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../../Content/TheoryOfSets/set/set-empty.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>Content/TheoryOfSets/set/rec-set2.xml (<a href="rec-set2.mml">mml file</a>)
        </td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Author:</td>
          <td>MathML 2 Recommendation</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Description:</td>
          <td>set with condition
</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="rec-set2.png" alt="Created by: webeq"/>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    <p>
      <b>Your browser's rendering</b>:</p>
    <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <set> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 5 </cn> 
            </apply> 
            <apply> 
              <in/> 
              <ci> x </ci> 
              <naturalnumbers/> 
            </apply> 
          </apply> 
        </condition> 
        <ci> x </ci> 
      </set> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;set> 
        &lt;bvar> 
          &lt;ci> x &lt;/ci> 
        &lt;/bvar> 
        &lt;condition> 
          &lt;apply> 
            &lt;and/> 
            &lt;apply> 
              &lt;lt/> 
              &lt;ci> x &lt;/ci> 
              &lt;cn> 5 &lt;/cn> 
            &lt;/apply> 
            &lt;apply> 
              &lt;in/> 
              &lt;ci> x &lt;/ci> 
              &lt;naturalnumbers/> 
            &lt;/apply> 
          &lt;/apply> 
        &lt;/condition> 
        &lt;ci> x &lt;/ci> 
      &lt;/set> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
