<monet:definitions xmlns:monet="http://monet.nag.co.uk/monet/ns"
                   xmlns:om="http://www.openmath.org/OpenMath"
                   targetNamespace="http://monet.nag.co.uk/problems/" >

 <monet:problem name ="zero_of_continuous_univariate_function">
  <monet:header>
    <monet:taxonomy taxonomy="http://gams.nist.gov" code="GamsF1b" />
  </monet:header>

  <monet:body>

    <monet:input name="f">
      <monet:signature>
        <om:OMOBJ>
          <om:OMA>
            <om:OMS cd="sts"  name="mapsto" />
            <om:OMV name="R"/>
            <om:OMV name="R"/>
          </om:OMA>
        </om:OMOBJ>
      </monet:signature>
    </monet:input>

    <monet:output name="zero">
      <monet:signature>
        <om:OMOBJ>
          <om:OMV name="R"/>
        </om:OMOBJ>
      </monet:signature>
    </monet:output>

    <monet:pre-condition>
      <om:OMOBJ>
        <om:OMA>
          <om:OMS cd="fns3" name="continuous"/>
          <om:OMV name="f"/>
        </om:OMA>
      </om:OMOBJ>
    </monet:pre-condition>

    <monet:post-condition>
      <om:OMOBJ>
        <om:OMA>
          <om:OMS cd="relation1" name="eq"/>
          <om:OMA>
            <om:OMV name="f"/>
            <om:OMV name="zero"/>
          </om:OMA>
          <om:OMS cd="alg1" name="zero"/>
        </om:OMA>
      </om:OMOBJ>
    </monet:post-condition>

  </monet:body>

 </monet:problem>
</monet:definitions>
