Definition Type: Element
Name: type
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:dataStringType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
Specifies the type of data stored by the registry key.
Collapse XSD Schema Diagram:
Drilldown into status in schema system-characteristics-schema_xsd Drilldown into datatype in schema system-characteristics-schema_xsdXSD Diagram of type in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="type" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>Specifies the type of data stored by the registry key.</xsd:documentation>
        <xsd:appinfo>
            <parent_item>registry_item</parent_item>
            <cardinality>1</cardinality>
            <content>string</content>
            <valid_datatypes>string</valid_datatypes>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:restriction base="system_characteristics:dataStringType">
                <xsd:enumeration value="reg_binary" />
                <xsd:enumeration value="reg_dword" />
                <xsd:enumeration value="reg_expand_sz" />
                <xsd:enumeration value="reg_multi_sz" />
                <xsd:enumeration value="reg_qword" />
                <xsd:enumeration value="reg_sz" />
                <xsd:enumeration value="" />
            </xsd:restriction>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
datatype system_characteristics:datatype string Optional
status system_characteristics:status exists Optional
Collapse Facets:
Facet Value
Enumeration reg_binary
Enumeration reg_dword
Enumeration reg_expand_sz
Enumeration reg_multi_sz
Enumeration reg_qword
Enumeration reg_sz
Enumeration
Collapse Derivation Tree: