Definition Type: ComplexType
Name: subtestHiveType
Namespace: http://oval.mitre.org/XMLSchema/oval_results#windows
Type: oval_results:subtestStringType
Containing Schema: windows-oval-results-schema.xsd
Abstract
Documentation:
The subtestHiveType restricts a string value to a specific set of values: HKEY_CLASSES_ROOT, HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, and HKEY_USERS. These values describe the possible hives in the registry.
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 subtestHiveType in schema windows-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="subtestHiveType">
    <xsd:annotation>
        <xsd:documentation>The subtestHiveType restricts a string value to a specific set of values: HKEY_CLASSES_ROOT, HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, and HKEY_USERS.  These values describe the possible hives in the registry.</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="HKEY_CLASSES_ROOT" />
            <xsd:enumeration value="HKEY_CURRENT_CONFIG" />
            <xsd:enumeration value="HKEY_CURRENT_USER" />
            <xsd:enumeration value="HKEY_LOCAL_MACHINE" />
            <xsd:enumeration value="HKEY_USERS" />
        </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 HKEY_CLASSES_ROOT
Enumeration HKEY_CURRENT_CONFIG
Enumeration HKEY_CURRENT_USER
Enumeration HKEY_LOCAL_MACHINE
Enumeration HKEY_USERS
Collapse Derivation Tree:
Collapse References:
windows:hive, windows:hive, windows:hive