<?xml version="1.0" encoding="UTF-8"?>
<oval_definitions xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5">
  <generator>
    <oval:product_name>The OVAL Repository</oval:product_name>
    <oval:schema_version>5.6</oval:schema_version>
    <oval:timestamp>2009-11-20T04:31:40.285-05:00</oval:timestamp>
  </generator>
  <definitions>
    <definition id="oval:org.mitre.oval:def:6259" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if arithmetic operations are properly supported</title>
        <description>This definition is intended to evaluate to true if the interpreter properly supports all of the valid arithmetic operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-05-21T11:46:00">
              <contributor organization="The MITRE Corporation">Michael Chisholm</contributor>
            </submitted>
            <status_change date="2009-05-27T17:29:27.498-04:00">DRAFT</status_change>
            <status_change date="2009-06-15T04:01:13.435-04:00">INTERIM</status_change>
            <status_change date="2009-07-06T04:00:50.136-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <notes>
        <note>Tests oval:andy:tst:4 and oval:andy:tst:8 of this definition are unused since the
          Oval language does not yet support the type of test required to evaluate them.</note>
      </notes>
      <criteria operator="AND">
        <criteria operator="AND" comment="Test to make sure add is supported properly">
          <criterion comment="Check int + int result." test_ref="oval:org.mitre.oval:tst:10126"/>
          <criterion comment="Check int + float result." test_ref="oval:org.mitre.oval:tst:10092"/>
          <criterion comment="Check float + float result." test_ref="oval:org.mitre.oval:tst:9942"/>
        </criteria>
        <criteria operator="AND" comment="Test to make sure multiply is supported properly">
          <criterion comment="Check int * int result." test_ref="oval:org.mitre.oval:tst:10234"/>
          <criterion comment="Check int * float result." test_ref="oval:org.mitre.oval:tst:9734"/>
          <criterion comment="Check float * float result." test_ref="oval:org.mitre.oval:tst:10218"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:6241" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the version datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the version datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:19:50.946-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:19.397-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:29.309-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:8839"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal version string." test_ref="oval:org.mitre.oval:tst:9723"/>
          <criterion comment="Check of the equals operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9546"/>
          <criterion negate="true" comment="Check of the equals operation with multiple unequal version strings." test_ref="oval:org.mitre.oval:tst:9722"/>
          <criterion comment="Check of the equals operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9462"/>
          <criterion negate="true" comment="Check of the equals operation with multiple unequal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9063"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:9640"/>
          <criterion comment="Check of the not equal operation with a single unequal version string." test_ref="oval:org.mitre.oval:tst:8844"/>
          <criterion negate="true" comment="Check of the not equal operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9012"/>
          <criterion comment="Check of the not equal operation with multiple unequal version strings." test_ref="oval:org.mitre.oval:tst:9693"/>
          <criterion negate="true" comment="Check of the not equal operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9826"/>
          <criterion comment="Check of the not equal operation with multiple unequal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9494"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than operation is supported">
          <criterion comment="Check of the greater than operation with a single greater than version string." test_ref="oval:org.mitre.oval:tst:9529"/>
          <criterion negate="true" comment="Check of the greater than operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:9579"/>
          <criterion negate="true" comment="Check of the greater than operation with a single less than version string." test_ref="oval:org.mitre.oval:tst:9613"/>
          <criterion comment="Check of the greater than operation with multiple greater than version strings." test_ref="oval:org.mitre.oval:tst:9831"/>
          <criterion negate="true" comment="Check of the greater than operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9489"/>
          <criterion negate="true" comment="Check of the greater than operation with multiple less than version strings." test_ref="oval:org.mitre.oval:tst:9080"/>
          <criterion comment="Check of the greater than operation with multiple greater than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9843"/>
          <criterion negate="true" comment="Check of the greater than operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9690"/>
          <criterion negate="true" comment="Check of the greater than operation with multiple less than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9637"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than or equal operation is supported">
          <criterion comment="Check of the greater than or equal operation with a single greater than version string." test_ref="oval:org.mitre.oval:tst:8856"/>
          <criterion comment="Check of the greater than or equal operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:9845"/>
          <criterion negate="true" comment="Check of the greater than or equal operation with a single less than version string." test_ref="oval:org.mitre.oval:tst:9851"/>
          <criterion comment="Check of the greater than or equal operation with multiple greater than version strings." test_ref="oval:org.mitre.oval:tst:9599"/>
          <criterion comment="Check of the greater than or equal operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9811"/>
          <criterion negate="true" comment="Check of the greater than or equal operation with multiple less than version strings." test_ref="oval:org.mitre.oval:tst:9501"/>
          <criterion comment="Check of the greater than or equal operation with multiple greater than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9697"/>
          <criterion comment="Check of the greater than or equal operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9557"/>
          <criterion negate="true" comment="Check of greater than or equal operation with multiple less than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9015"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than operation is supported">
          <criterion comment="Check of the less than operation with a single less than version string." test_ref="oval:org.mitre.oval:tst:9780"/>
          <criterion negate="true" comment="Check of the less than operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:8883"/>
          <criterion negate="true" comment="Check of the less than operation with a single greater than version string." test_ref="oval:org.mitre.oval:tst:9862"/>
          <criterion comment="Check of the less than operation with multiple less than version strings." test_ref="oval:org.mitre.oval:tst:9458"/>
          <criterion negate="true" comment="Check of the less than operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9846"/>
          <criterion negate="true" comment="Check of the less than operation with multiple greater than version strings." test_ref="oval:org.mitre.oval:tst:9797"/>
          <criterion comment="Check of the less than operation with multiple less than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9827"/>
          <criterion negate="true" comment="Check of the less than operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9692"/>
          <criterion negate="true" comment="Check of the less than operation with multiple greater than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9451"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than or equal operation is supported">
          <criterion comment="Check of the less than or equal operation with a single less than version string." test_ref="oval:org.mitre.oval:tst:9787"/>
          <criterion comment="Check of the less than or equal operation with a single equal version string." test_ref="oval:org.mitre.oval:tst:9802"/>
          <criterion negate="true" comment="Check of the less than or equal operation with a single greater than version string." test_ref="oval:org.mitre.oval:tst:9712"/>
          <criterion comment="Check of the less than or equal operation with multiple less than version strings." test_ref="oval:org.mitre.oval:tst:9737"/>
          <criterion comment="Check of the less than or equal operation with multiple equal version strings." test_ref="oval:org.mitre.oval:tst:9524"/>
          <criterion negate="true" comment="Check of the less than or equal operation with multiple greater than version strings." test_ref="oval:org.mitre.oval:tst:9800"/>
          <criterion comment="Check of the less than or equal operation with multiple less than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:8991"/>
          <criterion comment="Check of the less than or equal operation with multiple equal version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9834"/>
          <criterion negate="true" comment="Check of the less than or equal operation with multiple greater than version strings that utilize mixed delimiters." test_ref="oval:org.mitre.oval:tst:9396"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5921" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the int datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the int datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:14.583-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:13.826-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:24.951-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <notes>
        <note>The "bitwise and" and "bitwise or" operations are currently not supported and will generate an error value for this test definition.  Therefore, they should be commented out when running this test definition.</note>
      </notes>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9792"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal integer." test_ref="oval:org.mitre.oval:tst:9647"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9774"/>
          <criterion comment="Check of the not equal operation with a single unequal integer." test_ref="oval:org.mitre.oval:tst:8923"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than operation is supported">
          <criterion comment="Check of the greater than operation with a single greater than integer." test_ref="oval:org.mitre.oval:tst:9517"/>
          <criterion negate="true" comment="Check of the greater than operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9912"/>
          <criterion negate="true" comment="Check of the greater than operation with a single less than integer." test_ref="oval:org.mitre.oval:tst:9837"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than or equal operation is supported">
          <criterion comment="Check of the greater than or equal operation with a single greater than integer." test_ref="oval:org.mitre.oval:tst:9881"/>
          <criterion comment="Check of the greater than or equal operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9481"/>
          <criterion negate="true" comment="Check of the greater than or equal operation with a single less than integer." test_ref="oval:org.mitre.oval:tst:9807"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than operation is supported">
          <criterion comment="Check of the less than operation with a single less than integer." test_ref="oval:org.mitre.oval:tst:9279"/>
          <criterion negate="true" comment="Check of the less than operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9870"/>
          <criterion negate="true" comment="Check of the less than operation with a single greater than integer." test_ref="oval:org.mitre.oval:tst:9806"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than or equal operation is supported">
          <criterion comment="Check of the less than or equal operation with a single less than integer." test_ref="oval:org.mitre.oval:tst:9694"/>
          <criterion comment="Check of the less than or equal operation with a single equal integer." test_ref="oval:org.mitre.oval:tst:9818"/>
          <criterion negate="true" comment="Check of the less than or equal operation with a single greater than integer." test_ref="oval:org.mitre.oval:tst:9791"/>
        </criteria>
        <criteria operator="AND" comment="True if the bitwise and operation is supported">
          <criterion comment="Check of the bitwise and operation with a single integer where the result is the same as the state mask." test_ref="oval:org.mitre.oval:tst:9336"/>
          <criterion negate="true" comment="Check of the bitwise and operation with a single integer where the result is not the same as the state mask." test_ref="oval:org.mitre.oval:tst:9648"/>
        </criteria>
        <criteria operator="AND" comment="True if the bitwise or operation is supported">
          <criterion comment="Check of the bitwise or operation with a single integer where the result is the same as the state mask." test_ref="oval:org.mitre.oval:tst:9589"/>
          <criterion negate="true" comment="Check of the bitwise or operation with a single integer where the result is not the same as the state mask." test_ref="oval:org.mitre.oval:tst:9799"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5904" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the boolean datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the boolean datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:16.790-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:12.813-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:24.538-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal boolean value." test_ref="oval:org.mitre.oval:tst:9941"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal boolean value." test_ref="oval:org.mitre.oval:tst:9897"/>
          <criterion comment="Check of the equals operation with a single equal boolean value (mixed types)." test_ref="oval:org.mitre.oval:tst:9927"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal boolean value (mixed types)." test_ref="oval:org.mitre.oval:tst:9609"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal boolean value." test_ref="oval:org.mitre.oval:tst:9536"/>
          <criterion comment="Check of the not equal operation with a single unequal boolean value." test_ref="oval:org.mitre.oval:tst:9786"/>
          <criterion negate="true" comment="Check of the not equal operation with a single equal boolean value (mixed types)." test_ref="oval:org.mitre.oval:tst:9520"/>
          <criterion comment="Check of the not equal operation with a single unequal boolean value (mixed types)." test_ref="oval:org.mitre.oval:tst:8985"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5776" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the binary datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the binary datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:18.583-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:12.413-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:24.297-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <notes>
        <note/>
      </notes>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal binary value." test_ref="oval:org.mitre.oval:tst:9519"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal binary value." test_ref="oval:org.mitre.oval:tst:9923"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal binary value." test_ref="oval:org.mitre.oval:tst:8943"/>
          <criterion comment="Check of the not equal operation with a single unequal binary value." test_ref="oval:org.mitre.oval:tst:9667"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5753" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the string datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the string datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:20.807-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:12.115-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:23.699-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal string." test_ref="oval:org.mitre.oval:tst:9542"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal string." test_ref="oval:org.mitre.oval:tst:9210"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal string." test_ref="oval:org.mitre.oval:tst:9643"/>
          <criterion comment="Check of the not equal operation with a single unequal string." test_ref="oval:org.mitre.oval:tst:9747"/>
        </criteria>
        <criteria operator="AND" comment="True if the case insensitive equals operation is supported">
          <criterion comment="Check of the case insensitive equals operation with a single mixed case equal string." test_ref="oval:org.mitre.oval:tst:9854"/>
          <criterion negate="true" comment="Check of the case insensitive equals operation with a single mixed case unequal string." test_ref="oval:org.mitre.oval:tst:9037"/>
        </criteria>
        <criteria operator="AND" comment="True if the case insensitive not equal operation is supported">
          <criterion negate="true" comment="Check of the case insensitive not equal operation with a single mixed case equal string." test_ref="oval:org.mitre.oval:tst:8912"/>
          <criterion comment="Check of the case insensitive not equal operation with a single mixed case unequal string." test_ref="oval:org.mitre.oval:tst:8918"/>
        </criteria>
        <criteria operator="AND" comment="True if the pattern match operation is supported">
          <criterion comment="Check of the pattern match operation with a single string that matches the regular expression." test_ref="oval:org.mitre.oval:tst:9853"/>
          <criterion negate="true" comment="Check of the pattern match operation with a single string that doesn't match the regular expression." test_ref="oval:org.mitre.oval:tst:9707"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5749" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the evr_string datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the evr_string datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:25.383-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:11.547-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:23.274-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9776"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal evr_string." test_ref="oval:org.mitre.oval:tst:9948"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9950"/>
          <criterion comment="Check of the not equal operation with a single unequal evr_string." test_ref="oval:org.mitre.oval:tst:9545"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than operation is supported">
          <criterion comment="Check of the greater than operation with a single greater than evr_string." test_ref="oval:org.mitre.oval:tst:9963"/>
          <criterion negate="true" comment="Check of the greater than operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9549"/>
          <criterion negate="true" comment="Check of the greater than operation with a single less than evr_string." test_ref="oval:org.mitre.oval:tst:9376"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than or equal operation is supported">
          <criterion comment="Check of the greater than or equal operation with a single greater than evr_string." test_ref="oval:org.mitre.oval:tst:9938"/>
          <criterion comment="Check of the greater than or equal operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9909"/>
          <criterion negate="true" comment="Check of the greater than or equal operation with a single less than evr_string." test_ref="oval:org.mitre.oval:tst:9766"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than operation is supported">
          <criterion comment="Check of the less than operation with a single less than evr_string." test_ref="oval:org.mitre.oval:tst:9844"/>
          <criterion negate="true" comment="Check of the less than operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9571"/>
          <criterion negate="true" comment="Check of the less than operation with a single greater than evr_string." test_ref="oval:org.mitre.oval:tst:9577"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than or equal operation is supported">
          <criterion comment="Check of the less than or equal operation with a single less than evr_string." test_ref="oval:org.mitre.oval:tst:9186"/>
          <criterion comment="Check of the less than or equal operation with a single equal evr_string." test_ref="oval:org.mitre.oval:tst:9804"/>
          <criterion negate="true" comment="Check of the less than or equal operation with a single greater than evr_string." test_ref="oval:org.mitre.oval:tst:9849"/>
        </criteria>
      </criteria>
    </definition>
    <definition id="oval:org.mitre.oval:def:5368" version="1" class="miscellaneous">
      <metadata>
        <title>Evaluate to true if the float datatype is properly supported</title>
        <description>This definition is intended to evalutate to true if the interpreter properly supports the float datatype and all of its valid operations.</description>
        <oval_repository>
          <dates>
            <submitted date="2009-04-02T11:21:42">
              <contributor organization="The MITRE Corporation">Dan Haynes</contributor>
            </submitted>
            <status_change date="2009-04-08T14:20:38.897-04:00">DRAFT</status_change>
            <status_change date="2009-04-27T04:00:06.821-04:00">INTERIM</status_change>
            <status_change date="2009-05-18T04:00:17.514-04:00">ACCEPTED</status_change>
          </dates>
          <status>ACCEPTED</status>
        </oval_repository>
      </metadata>
      <notes>
        <note>Other tests that should be added are tests using special values (INF, -INF, and NaN) 
                        and tests using mixed floating point value representations.</note>
      </notes>
      <criteria operator="AND">
        <criteria operator="AND" comment="True if the equals operation is supported">
          <criterion comment="Check of the equals operation with a single equal float." test_ref="oval:org.mitre.oval:tst:9944"/>
          <criterion negate="true" comment="Check of the equals operation with a single unequal float." test_ref="oval:org.mitre.oval:tst:9982"/>
        </criteria>
        <criteria operator="AND" comment="True if the not equal operation is supported">
          <criterion negate="true" comment="Check of the not equal operation with a single equal float." test_ref="oval:org.mitre.oval:tst:8987"/>
          <criterion comment="Check of the not equal operation with a single unequal float." test_ref="oval:org.mitre.oval:tst:9527"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than operation is supported">
          <criterion comment="Check of the greater than operation with a single greater than float." test_ref="oval:org.mitre.oval:tst:9922"/>
          <criterion negate="true" comment="Check of the greater than operation with a single equal float." test_ref="oval:org.mitre.oval:tst:9407"/>
          <criterion negate="true" comment="Check of the greater than operation with a single less than float." test_ref="oval:org.mitre.oval:tst:9979"/>
        </criteria>
        <criteria operator="AND" comment="True if the greater than or equal operation is supported">
          <criterion comment="Check of the greater than or equal operation with a single greater than float." test_ref="oval:org.mitre.oval:tst:9679"/>
          <criterion comment="Check of the greater than or equal operation with a single equal float." test_ref="oval:org.mitre.oval:tst:9968"/>
          <criterion negate="true" comment="Check of the greater than or equal operation with a single less than float." test_ref="oval:org.mitre.oval:tst:9091"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than operation is supported">
          <criterion comment="Check of the less than operation with a single less than float." test_ref="oval:org.mitre.oval:tst:9869"/>
          <criterion negate="true" comment="Check of the less than operation with a single equal float." test_ref="oval:org.mitre.oval:tst:9850"/>
          <criterion negate="true" comment="Check of the less than operation with a single greater than float." test_ref="oval:org.mitre.oval:tst:9072"/>
        </criteria>
        <criteria operator="AND" comment="True if the less than or equal operation is supported">
          <criterion comment="Check of the less than or equal operation with a single less than float." test_ref="oval:org.mitre.oval:tst:9970"/>
          <criterion comment="Check of the less than or equal operation with a single equal float." test_ref="oval:org.mitre.oval:tst:9620"/>
          <criterion negate="true" comment="Check of the less than or equal operation with a single greater than float." test_ref="oval:org.mitre.oval:tst:9934"/>
        </criteria>
      </criteria>
    </definition>
  </definitions>
  <tests>
    <variable_test id="oval:org.mitre.oval:tst:9942" version="1" comment="Check float + float result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6983"/>
      <state state_ref="oval:org.mitre.oval:ste:4799"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9734" version="1" comment="Check int * float result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6486"/>
      <state state_ref="oval:org.mitre.oval:ste:5133"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:10234" version="1" comment="Check int * int result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6880"/>
      <state state_ref="oval:org.mitre.oval:ste:4906"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:10218" version="1" comment="Check float * float result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6990"/>
      <state state_ref="oval:org.mitre.oval:ste:5069"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:10126" version="1" comment="Check int + int result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6763"/>
      <state state_ref="oval:org.mitre.oval:ste:4895"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:10092" version="1" comment="Check int + float result." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6891"/>
      <state state_ref="oval:org.mitre.oval:ste:5114"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9862" version="1" comment="Check of the less than operation with a single greater than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6908"/>
      <state state_ref="oval:org.mitre.oval:ste:4863"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9851" version="1" comment="Check of the greater than or equal operation with a single less than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6640"/>
      <state state_ref="oval:org.mitre.oval:ste:4851"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9846" version="1" comment="Check of the less than operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4874"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9845" version="1" comment="Check of the greater than or equal operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4836"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9843" version="1" comment="Check of the greater than operation with multiple greater than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6332"/>
      <state state_ref="oval:org.mitre.oval:ste:4868"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9834" version="1" comment="Check of the less than or equal operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4766"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9831" version="1" comment="Check of the greater than operation with multiple greater than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6680"/>
      <state state_ref="oval:org.mitre.oval:ste:4981"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9827" version="1" comment="Check of the less than operation with multiple less than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6799"/>
      <state state_ref="oval:org.mitre.oval:ste:4759"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9826" version="1" comment="Check of the not equal operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4903"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9811" version="1" comment="Check of the greater than or equal operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4922"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9802" version="1" comment="Check of the less than or equal operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4145"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9800" version="1" comment="Check of the less than or equal operation with multiple greater than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6680"/>
      <state state_ref="oval:org.mitre.oval:ste:4723"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9797" version="1" comment="Check of the less than operation with multiple greater than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6680"/>
      <state state_ref="oval:org.mitre.oval:ste:4606"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9787" version="1" comment="Check of the less than or equal operation with a single less than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6640"/>
      <state state_ref="oval:org.mitre.oval:ste:4956"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9780" version="1" comment="Check of the less than operation with a single less than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6640"/>
      <state state_ref="oval:org.mitre.oval:ste:4020"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9737" version="1" comment="Check of the less than or equal operation with multiple less than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6621"/>
      <state state_ref="oval:org.mitre.oval:ste:4866"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9723" version="1" comment="Check of the equals operation with a single unequal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6171"/>
      <state state_ref="oval:org.mitre.oval:ste:4921"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9722" version="1" comment="Check of the equals operation with multiple unequal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6311"/>
      <state state_ref="oval:org.mitre.oval:ste:4333"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9712" version="1" comment="Check of the less than or equal operation with a single greater than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6908"/>
      <state state_ref="oval:org.mitre.oval:ste:4831"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9697" version="1" comment="Check of the greater than or equal operation with multiple greater than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6332"/>
      <state state_ref="oval:org.mitre.oval:ste:4896"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9693" version="1" comment="Check of the not equal operation with multiple unequal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6311"/>
      <state state_ref="oval:org.mitre.oval:ste:4495"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9692" version="1" comment="Check of the less than operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4784"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9690" version="1" comment="Check of the greater than operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4646"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9640" version="1" comment="Check of the not equal operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4873"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9637" version="1" comment="Check of the greater than operation with multiple less than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6799"/>
      <state state_ref="oval:org.mitre.oval:ste:4832"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9613" version="1" comment="Check of the greater than operation with a single less than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6640"/>
      <state state_ref="oval:org.mitre.oval:ste:4788"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9599" version="1" comment="Check of the greater than or equal operation with multiple greater than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6680"/>
      <state state_ref="oval:org.mitre.oval:ste:4872"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9579" version="1" comment="Check of the greater than operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4927"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9557" version="1" comment="Check of the greater than or equal operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4822"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9546" version="1" comment="Check of the equals operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4584"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9529" version="1" comment="Check of the greater than operation with a single greater than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6908"/>
      <state state_ref="oval:org.mitre.oval:ste:4879"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9524" version="1" comment="Check of the less than or equal operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4670"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9501" version="1" comment="Check of the greater than or equal operation with multiple less than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6621"/>
      <state state_ref="oval:org.mitre.oval:ste:4660"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9494" version="1" comment="Check of the not equal operation with multiple unequal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6376"/>
      <state state_ref="oval:org.mitre.oval:ste:4657"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9489" version="1" comment="Check of the greater than operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4933"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9462" version="1" comment="Check of the equals operation with multiple equal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5940"/>
      <state state_ref="oval:org.mitre.oval:ste:4697"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9458" version="1" comment="Check of the less than operation with multiple less than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6621"/>
      <state state_ref="oval:org.mitre.oval:ste:4893"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9451" version="1" comment="Check of the less than operation with multiple greater than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6332"/>
      <state state_ref="oval:org.mitre.oval:ste:4901"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9396" version="1" comment="Check of the less than or equal operation with multiple greater than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6332"/>
      <state state_ref="oval:org.mitre.oval:ste:4890"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9080" version="1" comment="Check of the greater than operation with multiple less than version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6621"/>
      <state state_ref="oval:org.mitre.oval:ste:4932"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9063" version="1" comment="Check of the equals operation with multiple unequal version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6376"/>
      <state state_ref="oval:org.mitre.oval:ste:4840"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9015" version="1" comment="Check of greater than or equal operation with multiple less than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6799"/>
      <state state_ref="oval:org.mitre.oval:ste:4604"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9012" version="1" comment="Check of the not equal operation with multiple equal version strings." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6187"/>
      <state state_ref="oval:org.mitre.oval:ste:4385"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8991" version="1" comment="Check of the less than or equal operation with multiple less than version strings that utilize mixed delimiters." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6799"/>
      <state state_ref="oval:org.mitre.oval:ste:4265"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8883" version="1" comment="Check of the less than operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4961"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8856" version="1" comment="Check of the greater than or equal operation with a single greater than version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6908"/>
      <state state_ref="oval:org.mitre.oval:ste:4339"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8844" version="1" comment="Check of the not equal operation with a single unequal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6171"/>
      <state state_ref="oval:org.mitre.oval:ste:4824"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8839" version="1" comment="Check of the equals operation with a single equal version string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6625"/>
      <state state_ref="oval:org.mitre.oval:ste:4343"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9912" version="1" comment="Check of the greater than operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4427"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9881" version="1" comment="Check of the greater than or equal operation with a single greater than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6790"/>
      <state state_ref="oval:org.mitre.oval:ste:4876"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9870" version="1" comment="Check of the less than operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4173"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9837" version="1" comment="Check of the greater than operation with a single less than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:4758"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9818" version="1" comment="Check of the less than or equal operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4797"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9807" version="1" comment="Check of the greater than or equal operation with a single less than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:4920"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9806" version="1" comment="Check of the less than operation with a single greater than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6790"/>
      <state state_ref="oval:org.mitre.oval:ste:4746"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9799" version="1" comment="Check of the bitwise or operation with a single integer where the result is not the same as the state mask." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6000"/>
      <state state_ref="oval:org.mitre.oval:ste:4596"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9792" version="1" comment="Check of the equals operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4798"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9791" version="1" comment="Check of the less than or equal operation with a single greater than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6790"/>
      <state state_ref="oval:org.mitre.oval:ste:4993"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9774" version="1" comment="Check of the not equal operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4794"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9694" version="1" comment="Check of the less than or equal operation with a single less than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:4994"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9648" version="1" comment="Check of the bitwise and operation with a single integer where the result is not the same as the state mask." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6000"/>
      <state state_ref="oval:org.mitre.oval:ste:4938"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9647" version="1" comment="Check of the equals operation with a single unequal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:4765"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9589" version="1" comment="Check of the bitwise or operation with a single integer where the result is the same as the state mask." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6320"/>
      <state state_ref="oval:org.mitre.oval:ste:4786"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9517" version="1" comment="Check of the greater than operation with a single greater than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6790"/>
      <state state_ref="oval:org.mitre.oval:ste:4985"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9481" version="1" comment="Check of the greater than or equal operation with a single equal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6359"/>
      <state state_ref="oval:org.mitre.oval:ste:4754"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9336" version="1" comment="Check of the bitwise and operation with a single integer where the result is the same as the state mask." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6320"/>
      <state state_ref="oval:org.mitre.oval:ste:4997"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9279" version="1" comment="Check of the less than operation with a single less than integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:4470"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8923" version="1" comment="Check of the not equal operation with a single unequal integer." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6666"/>
      <state state_ref="oval:org.mitre.oval:ste:5006"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9941" version="1" comment="Check of the equals operation with a single equal boolean value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6767"/>
      <state state_ref="oval:org.mitre.oval:ste:4588"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9927" version="1" comment="Check of the equals operation with a single equal boolean value (mixed types)." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5989"/>
      <state state_ref="oval:org.mitre.oval:ste:4976"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9897" version="1" comment="Check of the equals operation with a single unequal boolean value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6890"/>
      <state state_ref="oval:org.mitre.oval:ste:4977"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9786" version="1" comment="Check of the not equal operation with a single unequal boolean value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6890"/>
      <state state_ref="oval:org.mitre.oval:ste:4995"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9609" version="1" comment="Check of the equals operation with a single unequal boolean value (mixed types)." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6782"/>
      <state state_ref="oval:org.mitre.oval:ste:4548"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9536" version="1" comment="Check of the not equal operation with a single equal boolean value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6767"/>
      <state state_ref="oval:org.mitre.oval:ste:4957"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9520" version="1" comment="Check of the not equal operation with a single equal boolean value (mixed types)." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:5989"/>
      <state state_ref="oval:org.mitre.oval:ste:4315"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8985" version="1" comment="Check of the not equal operation with a single unequal boolean value (mixed types)." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6782"/>
      <state state_ref="oval:org.mitre.oval:ste:4501"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9923" version="1" comment="Check of the equals operation with a single unequal binary value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6536"/>
      <state state_ref="oval:org.mitre.oval:ste:4857"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9667" version="1" comment="Check of the not equal operation with a single unequal binary value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6536"/>
      <state state_ref="oval:org.mitre.oval:ste:4915"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9519" version="1" comment="Check of the equals operation with a single equal binary value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6940"/>
      <state state_ref="oval:org.mitre.oval:ste:4838"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8943" version="1" comment="Check of the not equal operation with a single equal binary value." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6940"/>
      <state state_ref="oval:org.mitre.oval:ste:4305"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9854" version="1" comment="Check of the case insensitive equals operation with a single mixed case equal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6720"/>
      <state state_ref="oval:org.mitre.oval:ste:4288"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9853" version="1" comment="Check of the pattern match operation with a single string that matches the regular expression." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6773"/>
      <state state_ref="oval:org.mitre.oval:ste:4936"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9747" version="1" comment="Check of the not equal operation with a single unequal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6932"/>
      <state state_ref="oval:org.mitre.oval:ste:4827"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9707" version="1" comment="Check of the pattern match operation with a single string that doesn't match the regular expression." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6220"/>
      <state state_ref="oval:org.mitre.oval:ste:4721"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9643" version="1" comment="Check of the not equal operation with a single equal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6756"/>
      <state state_ref="oval:org.mitre.oval:ste:4394"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9542" version="1" comment="Check of the equals operation with a single equal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6756"/>
      <state state_ref="oval:org.mitre.oval:ste:4617"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9210" version="1" comment="Check of the equals operation with a single unequal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6932"/>
      <state state_ref="oval:org.mitre.oval:ste:4818"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9037" version="1" comment="Check of the case insensitive equals operation with a single mixed case unequal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6912"/>
      <state state_ref="oval:org.mitre.oval:ste:4654"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8918" version="1" comment="Check of the case insensitive not equal operation with a single mixed case unequal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6912"/>
      <state state_ref="oval:org.mitre.oval:ste:4659"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8912" version="1" comment="Check of the case insensitive not equal operation with a single mixed case equal string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6720"/>
      <state state_ref="oval:org.mitre.oval:ste:4852"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9963" version="1" comment="Check of the greater than operation with a single greater than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6901"/>
      <state state_ref="oval:org.mitre.oval:ste:4750"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9950" version="1" comment="Check of the not equal operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6690"/>
      <state state_ref="oval:org.mitre.oval:ste:4583"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9948" version="1" comment="Check of the equals operation with a single unequal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6453"/>
      <state state_ref="oval:org.mitre.oval:ste:4807"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9938" version="1" comment="Check of the greater than or equal operation with a single greater than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6955"/>
      <state state_ref="oval:org.mitre.oval:ste:4909"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9909" version="1" comment="Check of the greater than or equal operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6690"/>
      <state state_ref="oval:org.mitre.oval:ste:4880"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9849" version="1" comment="Check of the less than or equal operation with a single greater than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6955"/>
      <state state_ref="oval:org.mitre.oval:ste:4899"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9844" version="1" comment="Check of the less than operation with a single less than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6453"/>
      <state state_ref="oval:org.mitre.oval:ste:4558"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9804" version="1" comment="Check of the less than or equal operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6690"/>
      <state state_ref="oval:org.mitre.oval:ste:4261"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9776" version="1" comment="Check of the equals operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6901"/>
      <state state_ref="oval:org.mitre.oval:ste:4885"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9766" version="1" comment="Check of the greater than or equal operation with a single less than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6453"/>
      <state state_ref="oval:org.mitre.oval:ste:5003"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9577" version="1" comment="Check of the less than operation with a single greater than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6955"/>
      <state state_ref="oval:org.mitre.oval:ste:4845"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9571" version="1" comment="Check of the less than operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6690"/>
      <state state_ref="oval:org.mitre.oval:ste:4805"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9549" version="1" comment="Check of the greater than operation with a single equal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6690"/>
      <state state_ref="oval:org.mitre.oval:ste:4762"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9545" version="1" comment="Check of the not equal operation with a single unequal evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6516"/>
      <state state_ref="oval:org.mitre.oval:ste:4095"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9376" version="1" comment="Check of the greater than operation with a single less than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6453"/>
      <state state_ref="oval:org.mitre.oval:ste:4728"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9186" version="1" comment="Check of the less than or equal operation with a single less than evr_string." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6453"/>
      <state state_ref="oval:org.mitre.oval:ste:4616"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9982" version="1" comment="Check of the equals operation with a single unequal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:4996"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9979" version="1" comment="Check of the greater than operation with a single less than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6942"/>
      <state state_ref="oval:org.mitre.oval:ste:4380"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9970" version="1" comment="Check of the less than or equal operation with a single less than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6942"/>
      <state state_ref="oval:org.mitre.oval:ste:4905"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9968" version="1" comment="Check of the greater than or equal operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:4980"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9944" version="1" comment="Check of the equals operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:4790"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9934" version="1" comment="Check of the less than or equal operation with a single greater than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:4123"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9922" version="1" comment="Check of the greater than operation with a single greater than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:4817"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9869" version="1" comment="Check of the less than operation with a single less than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6942"/>
      <state state_ref="oval:org.mitre.oval:ste:4891"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9850" version="1" comment="Check of the less than operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:4910"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9679" version="1" comment="Check of the greater than or equal operation with a single greater than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:4316"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9620" version="1" comment="Check of the less than or equal operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:4271"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9527" version="1" comment="Check of the not equal operation with a single unequal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:4615"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9407" version="1" comment="Check of the greater than operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:4892"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9091" version="1" comment="Check of the greater than or equal operation with a single less than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6942"/>
      <state state_ref="oval:org.mitre.oval:ste:4581"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:9072" version="1" comment="Check of the less than operation with a single greater than float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6712"/>
      <state state_ref="oval:org.mitre.oval:ste:5009"/>
    </variable_test>
    <variable_test id="oval:org.mitre.oval:tst:8987" version="1" comment="Check of the not equal operation with a single equal float." check_existence="at_least_one_exists" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <object object_ref="oval:org.mitre.oval:obj:6800"/>
      <state state_ref="oval:org.mitre.oval:ste:5011"/>
    </variable_test>
  </tests>
  <objects>
    <variable_object id="oval:org.mitre.oval:obj:6983" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:918</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6486" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:508</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6880" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:307</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6990" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:849</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6763" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:663</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6891" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:959</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6311" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:280</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6640" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:967</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6680" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:195</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:5940" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:956</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6332" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:733</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6621" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:327</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6376" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:991</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6187" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:267</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6799" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:564</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6908" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:656</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6171" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:912</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6625" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:944</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6000" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:932</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6790" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:368</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6359" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:468</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6320" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:758</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6666" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:651</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6890" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:693</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6767" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:367</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:5989" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:539</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6782" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:391</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6536" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:905</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6940" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:261</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6773" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:866</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6220" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:926</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6756" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:106</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6932" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:259</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6912" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:937</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6720" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:374</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6901" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:585</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6955" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:513</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6690" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:472</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6516" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:631</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6453" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:492</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6942" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:627</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6712" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:573</var_ref>
    </variable_object>
    <variable_object id="oval:org.mitre.oval:obj:6800" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <var_ref>oval:org.mitre.oval:var:308</var_ref>
    </variable_object>
  </objects>
  <states>
    <variable_state id="oval:org.mitre.oval:ste:4799" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">2.2</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5133" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">1.1</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4906" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int">1</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5069" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">1.21</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4895" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int">2</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5114" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">2.1</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4863" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4851" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4874" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4836" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4868" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4766" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4981" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4759" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4903" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4922" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4145" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4723" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4606" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4956" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4020" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4866" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4921" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4333" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4831" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4896" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4495" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4784" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4646" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4873" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4832" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4788" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4872" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4927" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4822" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4584" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4879" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4670" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4660" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4657" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4933" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4697" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4893" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4901" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4890" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4932" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4840" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4604" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4385" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4265" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4961" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="less than">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4339" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="greater than or equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4824" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version" operation="not equal">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4343" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="version">1.2.3.4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4427" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4876" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4173" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4758" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4797" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4920" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4746" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4596" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="bitwise or">14</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4798" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4993" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4794" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="not equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4994" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4938" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="bitwise and">4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4765" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4786" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="bitwise or">14</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4985" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4754" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="greater than or equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4997" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="bitwise and">4</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4470" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="less than">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5006" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="int" operation="not equal">1234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4588" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4976" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4977" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4995" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean" operation="not equal">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4548" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4957" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean" operation="not equal">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4315" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean" operation="not equal">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4501" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="boolean" operation="not equal">true</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4857" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="binary">9F</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4915" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="binary" operation="not equal">9F</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4838" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="binary">9F</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4305" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="binary" operation="not equal">9F</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4288" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="case insensitive equals">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4936" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="pattern match">[0-9]([a-z])*[0-9]</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4827" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="not equal">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4721" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="pattern match">[0-9]([a-z])*[0-9]</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4394" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="not equal">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4617" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value>test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4818" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value>test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4654" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="case insensitive equals">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4659" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="case insensitive not equal">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4852" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value operation="case insensitive not equal">test_string</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4750" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than">:3.5ssa-0.20030801.48</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4583" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="not equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4807" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4909" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4880" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4899" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4558" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4261" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4885" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string">5:1.9.10-1.RHEL</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5003" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4845" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4805" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4762" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4095" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="not equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4728" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="greater than">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4616" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="evr_string" operation="less than or equal">1:2.3.4-5.6</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4996" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4380" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4905" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4980" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4790" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4123" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4817" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4891" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4910" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4316" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4271" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4615" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="not equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4892" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:4581" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="greater than or equal">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5009" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="less than">1.234</value>
    </variable_state>
    <variable_state id="oval:org.mitre.oval:ste:5011" version="1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent">
      <value datatype="float" operation="not equal">1.234</value>
    </variable_state>
  </states>
  <variables>
    <local_variable id="oval:org.mitre.oval:var:918" version="1" comment="Adding floats" datatype="float">
      <arithmetic arithmetic_operation="add">
        <literal_component datatype="float">1.1</literal_component>
        <literal_component datatype="float">1.1</literal_component>
      </arithmetic>
    </local_variable>
    <local_variable id="oval:org.mitre.oval:var:508" version="1" comment="Multiplying int and float" datatype="float">
      <arithmetic arithmetic_operation="multiply">
        <literal_component datatype="int">1</literal_component>
        <literal_component datatype="float">1.1</literal_component>
      </arithmetic>
    </local_variable>
    <local_variable id="oval:org.mitre.oval:var:307" version="1" comment="Multiplying ints" datatype="int">
      <arithmetic arithmetic_operation="multiply">
        <literal_component datatype="int">1</literal_component>
        <literal_component datatype="int">1</literal_component>
      </arithmetic>
    </local_variable>
    <local_variable id="oval:org.mitre.oval:var:849" version="1" comment="Multiplying floats" datatype="float">
      <arithmetic arithmetic_operation="multiply">
        <literal_component datatype="float">1.1</literal_component>
        <literal_component datatype="float">1.1</literal_component>
      </arithmetic>
    </local_variable>
    <local_variable id="oval:org.mitre.oval:var:663" version="1" comment="Adding ints" datatype="int">
      <arithmetic arithmetic_operation="add">
        <literal_component datatype="int">1</literal_component>
        <literal_component datatype="int">1</literal_component>
      </arithmetic>
    </local_variable>
    <local_variable id="oval:org.mitre.oval:var:959" version="1" comment="Adding int and float" datatype="float">
      <arithmetic arithmetic_operation="add">
        <literal_component datatype="int">1</literal_component>
        <literal_component datatype="float">1.1</literal_component>
      </arithmetic>
    </local_variable>
    <constant_variable id="oval:org.mitre.oval:var:280" version="1" comment="A set of valid version strings" datatype="version">
      <value>1.1.1.1.1</value>
      <value>1.2.3.4.5</value>
      <value>1,2</value>
      <value>0,1</value>
      <value>3m4m5m6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:967" version="1" comment="A single valid version string" datatype="version">
      <value>1.0.3.1</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:195" version="1" comment="A set of valid version strings" datatype="version">
      <value>5.7.4.5.2</value>
      <value>1.2.3.4.5</value>
      <value>4,6</value>
      <value>4,9</value>
      <value>3m4m5m6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:956" version="1" comment="A set of valid version strings" datatype="version">
      <value>1.2.3.4</value>
      <value>1a2s3d4</value>
      <value>1.2.3-04</value>
      <value>1.2+3.4</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:733" version="1" comment="A set of valid version strings" datatype="version">
      <value>5.7.4f5s2</value>
      <value>1c2.3.4c5</value>
      <value>4,6-5.3</value>
      <value>4,9-0p34</value>
      <value>3m4m5m6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:327" version="1" comment="A set of valid version strings" datatype="version">
      <value>1.0.45.2</value>
      <value>1.2.3.3</value>
      <value>0,6</value>
      <value>1,0,4</value>
      <value>0m4m5m6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:991" version="1" comment="A set of valid version strings" datatype="version">
      <value>1a1s1d1f1</value>
      <value>1.2-3-4.5</value>
      <value>1,2-4</value>
      <value>0,1.7.65</value>
      <value>3m488a99</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:267" version="1" comment="A set of valid version strings" datatype="version">
      <value>1.2.3.4</value>
      <value>1.2.3.4</value>
      <value>1.2.3.4</value>
      <value>1.2.3.4</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:564" version="1" comment="A set of valid version strings" datatype="version">
      <value>1x0c45d2</value>
      <value>1,2.3!3</value>
      <value>0+6</value>
      <value>1@0#4</value>
      <value>0q4,5z6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:656" version="1" comment="A single valid version string" datatype="version">
      <value>1.5.9.3</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:912" version="1" comment="A single valid version string" datatype="version">
      <value>1.1.1.1.1</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:944" version="1" comment="A single valid version string" datatype="version">
      <value>1.2.3.4</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:932" version="1" comment="A single valid int" datatype="int">
      <value>1</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:368" version="1" comment="A single valid int" datatype="int">
      <value>5890</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:468" version="1" comment="A single valid int" datatype="int">
      <value>1234</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:758" version="1" comment="A single valid int" datatype="int">
      <value>6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:651" version="1" comment="A single valid int" datatype="int">
      <value>942</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:693" version="1" comment="A single valid boolean value" datatype="boolean">
      <value>false</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:367" version="1" comment="A single valid boolean value" datatype="boolean">
      <value>true</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:539" version="1" comment="A single valid boolean value" datatype="boolean">
      <value>1</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:391" version="1" comment="A single valid boolean value" datatype="boolean">
      <value>0</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:905" version="1" comment="A single valid binary value" datatype="binary">
      <value>3A</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:261" version="1" comment="A single valid binary value" datatype="binary">
      <value>9F</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:866" version="1" comment="A single valid string" datatype="string">
      <value>9test9</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:926" version="1" comment="A single valid string" datatype="string">
      <value>test</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:106" version="1" comment="A single valid string" datatype="string">
      <value>test_string</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:259" version="1" comment="A single valid string" datatype="string">
      <value>string_test</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:937" version="1" comment="A single valid string" datatype="string">
      <value>StRiNg_TeSt</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:374" version="1" comment="A single valid string" datatype="string">
      <value>TeSt_StRiNg</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:585" version="1" comment="A single valid evr_string" datatype="evr_string">
      <value>5:1.9.10-1.RHEL</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:513" version="1" comment="A single valid evr_string" datatype="evr_string">
      <value>15:4.9.3-6.7.8.9</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:472" version="1" comment="A single valid evr_string" datatype="evr_string">
      <value>1:2.3.4-5.6</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:631" version="1" comment="A single valid evr_string" datatype="evr_string">
      <value>:3.5ssa-0.20030801.48</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:492" version="1" comment="A single valid evr_string" datatype="evr_string">
      <value>1:0.1.2-3.4</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:627" version="1" comment="A single valid float" datatype="float">
      <value>1.05254</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:573" version="1" comment="A single valid float" datatype="float">
      <value>1.234e2</value>
    </constant_variable>
    <constant_variable id="oval:org.mitre.oval:var:308" version="1" comment="A single valid float" datatype="float">
      <value>1.234</value>
    </constant_variable>
  </variables>
</oval_definitions>