Definition Type: ComplexType
Name: subtestHiveType
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: oval:subtestStringType
Containing Schema: windows-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 var_ref in schema oval-schema_xsd Drilldown into operator in schema oval-schema_xsd Drilldown into datatype in schema oval-schema_xsdXSD Diagram of subtestHiveType in schema windows-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:subtestStringType</extends>
            <attributes>(includes oval:subtestAttributes)</attributes>
            <content>string</content>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval: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:datatype string Optional
operator oval:operator equals Optional
var_ref oval:var_ref 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