Definition Type: ComplexType
Name: subtestAuditType
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:subtestStringType
Containing Schema: windows-oval-results-schema.xsd
Abstract
Documentation:
The subtestAuditType restricts a string value to a specific set of values: AUDIT_NONE, AUDIT_SUCCESS, AUDIT_FAILURE, and AUDIT_SUCCESS_FAILURE. These values describe which audit records should be generated.
Collapse XSD Schema Diagram:
Drilldown into version in schema oval-results-schema_xsd Drilldown into var_ref in schema oval-results-schema_xsd Drilldown into operator in schema oval-results-schema_xsd Drilldown into datatype in schema oval-results-schema_xsdXSD Diagram of subtestAuditType in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="subtestAuditType">
    <xsd:annotation>
        <xsd:documentation>The subtestAuditType restricts a string value to a specific set of values: AUDIT_NONE, AUDIT_SUCCESS, AUDIT_FAILURE, and AUDIT_SUCCESS_FAILURE.  These values describe which audit records should be generated.</xsd:documentation>
        <xsd:appinfo>
            <extends>oval_results:subtestStringType</extends>
            <attributes>(includes oval_results:subtestAttributes)</attributes>
            <content>string</content>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval_results:subtestStringType">
            <xsd:enumeration value="AUDIT_FAILURE" />
            <xsd:enumeration value="AUDIT_NONE" />
            <xsd:enumeration value="AUDIT_SUCCESS" />
            <xsd:enumeration value="AUDIT_SUCCESS_FAILURE" />
            <xsd:enumeration value="" />
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype string Optional
operator oval_results:operator equals Optional
var_ref oval_results:var_ref Optional
version oval_results:version 1 Optional
Collapse Facets:
Facet Value
Enumeration AUDIT_FAILURE
Enumeration AUDIT_NONE
Enumeration AUDIT_SUCCESS
Enumeration AUDIT_SUCCESS_FAILURE
Enumeration
Collapse Derivation Tree:
Collapse References:
windows:access_system_security, windows:access_system_security, windows:account_logon, windows:account_management, windows:detailed_tracking, windows:directory_service_access, windows:file_append_data, windows:file_delete_child, windows:file_execute, windows:file_read_attributes, windows:file_read_data, windows:file_read_ea, windows:file_write_attributes, windows:file_write_data, windows:file_write_ea, windows:generic_all, windows:generic_all, windows:generic_execute, windows:generic_execute, windows:generic_read, windows:generic_read, windows:generic_write, windows:generic_write, windows:key_create_link, windows:key_create_sub_key, windows:key_enumerate_sub_keys, windows:key_notify, windows:key_query_value, windows:key_set_value, windows:key_wow64_32key, windows:key_wow64_64key, windows:key_wow64_res, windows:logon, windows:object_access, windows:policy_change, windows:privilege_use, windows:standard_delete, windows:standard_delete, windows:standard_read_control, windows:standard_read_control, windows:standard_synchronize, windows:standard_synchronize, windows:standard_write_dac, windows:standard_write_dac, windows:standard_write_owner, windows:standard_write_ownerwindows:system,