<xsd:complexType name="DirectiveType">
<xsd:annotation>
<xsd:documentation>Each directive determines whether or not certain results are included in the results file. The required reported attribute controls this by providing a true or false for the specific directive. The optional content attribute controls how much information about the specific result is provided. For example, thin conten would only be the id of the definition and the result, while a full content set would be the definition id with the result along with results for all the individual tests and extended definitions. Please refer to the contentEnumeration for details about the different content options.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="reported" type="xsd:boolean" use="required" />
<xsd:attribute name="content" type="oval-res:ContentEnumeration" use="optional" default="full" />
</xsd:complexType>
|