<xsd:complexType name="standardTestType">
<xsd:annotation>
<xsd:documentation>The standardTestType is an extension of the testType. The optional check attribute determines what group of objects to test. (For example: Should the test check that all files match a specified version or that at least one file matches the specified version?) The result attribute holds the result of the analysis, either true, false, or error. The standardTestType is extended by individual tests in the different family schemas.</xsd:documentation>
<xsd:appinfo>
<extends>testType</extends>
<attributes>[check], result</attributes>
<content>none</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="oval_results:testType">
<xsd:attribute name="check" type="oval_results:check" use="optional" default="all" />
<xsd:attribute name="result" type="oval_results:resultType" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|