Definition Type: ComplexType
Name: DefinitionsType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The DefinitionsType complex type is a container for one or more definition elements. Each definition element describes a single OVAL Definition. Please refer to the description of the DefinitionType for more information about an individual definition.
Collapse XSD Schema Diagram:
Drilldown into definition in schema oval-definitions-schema_xsdXSD Diagram of DefinitionsType in schema oval-definitions-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 describes a single OVAL Definition. Please refer to the description of the DefinitionType for more information about an individual definition.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="definition" type="oval-def:DefinitionType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
definition oval-def:definition 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-def:definitions