Definition Type: ComplexType
Name: TestsType
Namespace: http://oval.mitre.org/XMLSchema/oval-results-5
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The TestsType complex type is a container for one or more test elements. Each test element holds the result of the evaluation of an OVAL Test. Please refer to the description of TestType for more information about an individual test element.
Collapse XSD Schema Diagram:
Drilldown into test in schema oval-results-schema_xsdXSD Diagram of TestsType in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="TestsType">
    <xsd:annotation>
        <xsd:documentation>The TestsType complex type is a container for one or more test elements. Each test element holds the result of the evaluation of an OVAL Test. Please refer to the description of TestType for more information about an individual test element.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="test" type="oval-res:TestType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
test oval-res:test 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-res:tests