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