<xsd:complexType name="testedObjectType">
<xsd:annotation>
<xsd:documentation>This base type is extended by the individual tests found in the schemas of unique families. The tested_object section contains the subtests that show which objects were tested on a system. The result attribute specified the result of the OVAL analysis on the specified object. The object_id is present to allow for a reference to an external document containing the data about the object.</xsd:documentation>
<xsd:appinfo>
<attributes>result, [status], [object_id]</attributes>
<content>none</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="result" type="oval_results:resultType" use="required" />
<xsd:attribute name="status" type="oval_results:statusType" use="optional" default="exists" />
<xsd:attribute name="object_id" type="xsd:string" use="optional" />
</xsd:complexType>
|