Definition Type: ComplexType
Name: standardTestType
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: oval:testType
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The standardTestType is an extension of the testType. The optional check attribute determines what group of objects to test. (For example: Should the test check that all files match a specified version or that at least one file matches the specified version?) The standardTestType is extended by individual tests in the different family schemas.
Collapse XSD Schema Diagram:
Drilldown into notes in schema oval-schema_xsd Drilldown into comment in schema oval-schema_xsd Drilldown into id in schema oval-schema_xsd Drilldown into testType in schema oval-schema_xsd Drilldown into check in schema oval-schema_xsdXSD Diagram of standardTestType in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="standardTestType">
    <xsd:annotation>
        <xsd:documentation>The standardTestType is an extension of the testType.  The optional check attribute determines what group of objects to test.  (For example: Should the test check that all files match a specified version or that at least one file matches the specified version?)  The standardTestType is extended by individual tests in the different family schemas.</xsd:documentation>
        <xsd:appinfo>
            <extends>testType</extends>
            <attributes>[check]</attributes>
            <content>none</content>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="oval:testType">
            <xsd:attribute name="check" type="oval:check" use="optional" default="all" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notes oval:notes 0 1
Collapse Child Attributes:
Name Type Default Value Use
id oval:id Required
comment oval:comment Required
check oval:check all Optional
Collapse Derivation Tree:
Collapse References:
macos:accountinfo_test, windows:accountprivileges_test, windows:activedirectory_test, windows:auditeventpolicy_test, debian:file_test, macos:file_test, redhat:file_test, solaris:file_test, unix:file_test, windows:file_test, windows:fileauditedpermissions_test, windows:fileeffectiverights_test, hpux:getconf_test, ios:global_test, windows:group_test, hpux:inetd_test, solaris:inetd_test, debian:inetlisteningservers_test, macos:inetlisteningservers_test, redhat:inetlisteningservers_test, debian:interface_test, ios:interface_test, macos:interface_test, redhat:interface_test, solaris:interface_test, unix:interface_test, windows:interface_test, ios:line_test, windows:lockoutpolicy_test, windows:metabase_test, macos:nvram_test, solaris:package_test, hpux:password_test, solaris:password_test, windows:passwordpolicy_test, hpux:patch_test, solaris:patch_test, debian:permission_test, macos:permission_test, redhat:permission_test, solaris:permission_test, unix:permission_test, debian:pkginfo_test, debian:pkgversioncompare_test, windows:port_test, debian:process_test, macos:process_test, redhat:process_test, solaris:process_test, unix:process_test, windows:process_test, macos:pwpolicy_test, windows:registry_test, windows:regkeyauditedpermissions_test, windows:regkeyeffectiverights_test, redhat:rpminfo_test, redhat:rpmversioncompare_test, debian:shadow_test, hpux:shadow_test, redhat:shadow_test, solaris:shadow_test, ios:snmp_test, hpux:swlist_test, debian:textfilecontent_test, independent:textfilecontent_test, macos:textfilecontent_test, redhat:textfilecontent_test, solaris:textfilecontent_test, windows:textfilecontent_test, hpux:trusted_test, debian:uname_test, macos:uname_test, redhat:uname_test, solaris:uname_test, unix:uname_test, windows:user_test, ios:version_test, windows:volume_test, windows:wmi_test, debian:xmlfilecontent_test, independent:xmlfilecontent_test, macos:xmlfilecontent_test, redhat:xmlfilecontent_test, solaris:xmlfilecontent_test, windows:xmlfilecontent_test