<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>
|