Definition Type: ComplexType
Name: DirectiveType
Namespace: http://oval.mitre.org/XMLSchema/oval-results-5
Containing Schema: oval-results-schema.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into content in schema oval-results-schema_xsd Drilldown into reported in schema oval-results-schema_xsdXSD Diagram of DirectiveType in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
reported oval-res:reported Required
content oval-res:content full Optional
Collapse Derivation Tree:
Collapse References:
oval-res:definition_error, oval-res:definition_false, oval-res:definition_not_applicable, oval-res:definition_not_evaluated, oval-res:definition_true, oval-res:definition_unknown