Definition Type: Element
Name: generator
Namespace: http://oval.mitre.org/XMLSchema/oval
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The generator element is used to format information about when a particular OVAL Definition Document was compiled and what version of the schema was used. Note that the timestamp does not specify when a definition (or set of definitions) was created or modified.
Collapse XSD Schema Diagram:
Drilldown into timestamp in schema oval-schema_xsd Drilldown into schema_version in schema oval-schema_xsdXSD Diagram of generator in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="generator">
    <xsd:annotation>
        <xsd:documentation>The generator element is used to format information about when a particular OVAL Definition Document was compiled and what version of the schema was used.  Note that the timestamp does not specify when a definition (or set of definitions) was created or modified.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>none</content>
            <parent_elements>oval</parent_elements>
            <child_elements>schema_version, timestamp</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval:schema_version" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval:timestamp" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schema_version oval:schema_version 1 1
timestamp oval:timestamp 1 1