Definition Type: Element
Name: generator
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
The generator element is used to format information about what application generated a particular file. This type is used to specify the source of the OVAL Definitions, the application used for the analysis, and optionally the application used for data collection.
Collapse XSD Schema Diagram:
Drilldown into timestamp in schema system-characteristics-schema_xsd Drilldown into schema_version in schema system-characteristics-schema_xsd Drilldown into product_version in schema system-characteristics-schema_xsd Drilldown into product_name in schema system-characteristics-schema_xsdXSD Diagram of generator in schema system-characteristics-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 what application generated a particular file. This type is used to specify the source of the OVAL Definitions, the application used for the analysis, and optionally the application used for data collection.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>none</content>
            <parent_elements>system_characteristics</parent_elements>
            <child_elements>product_name, product_version, schema_version, timestamp</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="system_characteristics:product_name" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="system_characteristics:product_version" minOccurs="0" maxOccurs="1" />
            <xsd:element ref="system_characteristics:schema_version" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="system_characteristics:timestamp" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
product_name system_characteristics:product_name 0 1
product_version system_characteristics:product_version 0 1
schema_version system_characteristics:schema_version 1 1
timestamp system_characteristics:timestamp 1 1