Definition Type: ComplexType
Name: EntityItemInterfaceTypeType
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 EntityItemInterfaceTypeType restricts a string value to a specific set of values that describe the different types of interfaces. 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 EntityItemInterfaceTypeType in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="EntityItemInterfaceTypeType">
    <xsd:annotation>
        <xsd:documentation>The EntityItemInterfaceTypeType restricts a string value to a specific set of values that describe the different types of interfaces. 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="MIB_IF_TYPE_ETHERNET" />
            <xsd:enumeration value="MIB_IF_TYPE_FDDI" />
            <xsd:enumeration value="MIB_IF_TYPE_LOOPBACK" />
            <xsd:enumeration value="MIB_IF_TYPE_OTHER" />
            <xsd:enumeration value="MIB_IF_TYPE_PPP" />
            <xsd:enumeration value="MIB_IF_TYPE_SLIP" />
            <xsd:enumeration value="MIB_IF_TYPE_TOKENRING" />
            <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 MIB_IF_TYPE_ETHERNET
Enumeration MIB_IF_TYPE_FDDI
Enumeration MIB_IF_TYPE_LOOPBACK
Enumeration MIB_IF_TYPE_OTHER
Enumeration MIB_IF_TYPE_PPP
Enumeration MIB_IF_TYPE_SLIP
Enumeration MIB_IF_TYPE_TOKENRING
Enumeration
Collapse Derivation Tree:
Collapse References:
win-sc:type