Definition Type: Element
Name: unknown_test
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: oval_results:testType
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
This test has been deprecated in version 4.1 of the oval-schema and will be removed completely in version 5. It is recommended that all future OVAL Content use the unknown_test found in the independent schema. An unknown test acts as a placeholder for tests whose implementation is unknown. Any information that is known about the test should be held in the notes child element that is available through the extension of the abstract test element. An unknown test extends the testType. The required result attribute holds the result of the analysis, either true, false, or error.
Collapse XSD Schema Diagram:
Drilldown into message in schema oval-results-schema_xsd Drilldown into version in schema oval-results-schema_xsd Drilldown into comment in schema oval-results-schema_xsd Drilldown into id in schema oval-results-schema_xsd Drilldown into testType in schema oval-results-schema_xsd Drilldown into result in schema oval-results-schema_xsdXSD Diagram of unknown_test in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="unknown_test" substitutionGroup="oval_results:test">
    <xsd:annotation>
        <xsd:documentation>This test has been deprecated in version 4.1 of the oval-schema and will be removed completely in version 5.  It is recommended that all future OVAL Content use the unknown_test found in the independent schema.</xsd:documentation>
        <xsd:documentation>An unknown test acts as a placeholder for tests whose implementation is unknown.  Any information that is known about the test should be held in the notes child element that is available through the extension of the abstract test element.  An unknown test extends the testType.  The required result attribute  holds the result of the analysis, either true, false, or error.</xsd:documentation>
        <xsd:appinfo>
            <test_name>Unknown Test</test_name>
            <extends>TestType</extends>
            <valid_sections>[message]</valid_sections>
            <example>
                <unknown_test id="ukn-0" comment="an example unknown test" version="1" result="0">
                </unknown_test>
            </example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval_results:testType">
                <xsd:attribute name="result" type="oval_results:resultType" use="required" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message oval_results:message 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id oval_results:id Required
comment oval_results:comment Required
version oval_results:version 1 Optional
result oval_results:result Required
Collapse Derivation Tree:
Collapse References:
oval_results:test