Definition Type: Element
Name: generator
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Type: oval:GeneratorType
Containing Schema: oval-definitions-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
The required generator section provides information about when the definition file was compiled and under what version.
Collapse XSD Schema Diagram:
Drilldown into timestamp in schema oval-common-schema_xsd Drilldown into schema_version in schema oval-common-schema_xsd Drilldown into product_version in schema oval-common-schema_xsd Drilldown into product_name in schema oval-common-schema_xsd Drilldown into GeneratorType in schema oval-common-schema_xsdXSD Diagram of generator in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="generator" type="oval:GeneratorType" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The required generator section provides information about when the definition file was compiled and under what version.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
product_name oval:product_name 0 1
product_version oval:product_version 0 1
schema_version oval:schema_version 1 1
timestamp oval:timestamp 1 1
<xs:any> 0 unbounded
Collapse Derivation Tree: