Definition Type: Element
Name: generators
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The generators element specifies information about who generated the set of OVAL definitions used in the analysis, what application collected the data used for the analysis, and what application preformed the analysis. Note that the system_characteristics generator information is optional to allow for other data sources.
Collapse XSD Schema Diagram:
Drilldown into results in schema oval-results-schema_xsd Drilldown into system_characteristics in schema oval-results-schema_xsd Drilldown into oval in schema oval-results-schema_xsdXSD Diagram of generators in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="generators">
    <xsd:annotation>
        <xsd:documentation>The generators element specifies information about who generated the set of OVAL definitions used in the analysis, what application collected the data used for the analysis, and what application preformed the analysis. Note that the system_characteristics generator information is optional to allow for other data sources.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>none</content>
            <parent_elements>oval_results</parent_elements>
            <child_elements>oval, system_characteristics, results</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval_results:oval" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval_results:system_characteristics" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="oval_results:results" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
oval oval_results:oval 1 1
system_characteristics oval_results:system_characteristics 0 1
results oval_results:results 1 1