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