Definition Type: ComplexType
Name: EntityItemFileTypeType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows
Type: oval-sc:EntityItemStringType
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
The EntityItemFileTypeType restricts a string value to a specific set of values that describe the different types of files. The empty string is also allowed to support empty emlement associated with error conditions.
Collapse XSD Schema Diagram:
Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into mask in schema oval-system-characteristics-schema_xsd Drilldown into datatype in schema oval-system-characteristics-schema_xsdXSD Diagram of EntityItemFileTypeType in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemFileTypeType">
    <xsd:annotation>
        <xsd:documentation>The EntityItemFileTypeType restricts a string value to a specific set of values that describe the different types of files. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="oval-sc:EntityItemStringType">
            <xsd:enumeration value="FILE_ATTRIBUTE_DIRECTORY" />
            <xsd:enumeration value="FILE_TYPE_CHAR" />
            <xsd:enumeration value="FILE_TYPE_DISK" />
            <xsd:enumeration value="FILE_TYPE_PIPE" />
            <xsd:enumeration value="FILE_TYPE_REMOTE" />
            <xsd:enumeration value="FILE_TYPE_UNKNOWN" />
            <xsd:enumeration value="">
                <xsd:annotation>
                    <xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-sc:datatype string Optional
mask oval-sc:mask false Optional
status oval-sc:status exists Optional
Collapse Facets:
Facet Value
Enumeration FILE_ATTRIBUTE_DIRECTORY
Enumeration FILE_TYPE_CHAR
Enumeration FILE_TYPE_DISK
Enumeration FILE_TYPE_PIPE
Enumeration FILE_TYPE_REMOTE
Enumeration FILE_TYPE_UNKNOWN
Enumeration
Collapse Derivation Tree:
Collapse References:
win-sc:type