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:
This element specifies the type of interface which is limited to certain set of values.
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>This element specifies the type of interface which is limited to certain set of values.</xsd:documentation>
        <xsd:appinfo>
            <parent_item>Interface 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="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: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 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: