Definition Type: Element
Name: tests
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Type: oval-def:TestsType
Containing Schema: oval-definitions-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The optional tests section contains 1 or more tests.
Collapse XSD Schema Diagram:
Drilldown into test in schema oval-definitions-schema_xsd Drilldown into TestsType in schema oval-definitions-schema_xsdXSD Diagram of tests in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="tests" type="oval-def:TestsType" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The optional tests section contains 1 or more tests.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
test oval-def:test 1 unbounded
Collapse Derivation Tree: