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