<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>
|