Definition Type: ComplexType
Name: EntityObjectRegistryHiveType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#windows
Type: oval-def:EntityObjectStringType
Containing Schema: windows-definitions-schema.xsd
Abstract
Documentation:
The EntityObjectRegistryHiveType 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. The empty string is also allowed to support empty emlement associated with variable references.
Collapse XSD Schema Diagram:
Drilldown into var_ref in schema oval-definitions-schema_xsd Drilldown into mask in schema oval-definitions-schema_xsd Drilldown into operation in schema oval-definitions-schema_xsd Drilldown into datatype in schema oval-definitions-schema_xsd Drilldown into var_check in schema oval-definitions-schema_xsdXSD Diagram of EntityObjectRegistryHiveType in schema windows-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityObjectRegistryHiveType">
    <xsd:annotation>
        <xsd:documentation>The EntityObjectRegistryHiveType 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. The empty string is also allowed to support empty emlement associated with variable references.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-def:EntityObjectStringType">
            <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:enumeration value="" />
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-def:datatype string Optional
operation oval-def:operation equals Optional
mask oval-def:mask false Optional
var_ref oval-def:var_ref Optional
var_check oval-def:var_check all Optional
Collapse Facets:
Facet Value
Enumeration HKEY_CLASSES_ROOT
Enumeration HKEY_CURRENT_CONFIG
Enumeration HKEY_CURRENT_USER
Enumeration HKEY_LOCAL_MACHINE
Enumeration HKEY_USERS
Enumeration
Collapse Derivation Tree:
Collapse References:
win-def:hive, win-def:hive, win-def:hive, win-def:hive, win-def:hive