<xsd:element name="tests">
<xsd:annotation>
<xsd:documentation>The tests element acts as a container for the detailed results of each test required by the specified OVAL definitions.</xsd:documentation>
<xsd:appinfo>
<cardinality>0-1</cardinality>
<attributes>none</attributes>
<content>none</content>
<parent_elements>oval_results</parent_elements>
<child_elements>test</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="oval_results:test" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|