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