Definition Type: ComplexType
Name: objectHiveType
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:objectStringType
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
The objectHiveType 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 datatype in schema system-characteristics-schema_xsdXSD Diagram of objectHiveType in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="objectHiveType">
    <xsd:annotation>
        <xsd:documentation>The objectHiveType 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>system_characteristics:objectStringType</extends>
            <attributes>(includes system_characteristics:objectAttributes)</attributes>
            <content>string</content>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="system_characteristics:objectStringType">
            <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 system_characteristics:datatype literal 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:hivewindows:hive,