Definition Type: ComplexType
Name: InterfacesType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Containing Schema: oval-system-characteristics-schema.xsd
Abstract
Documentation:
The InterfacesType complex type is a container for zero or more interface elements. Each interface element is used to describe an existing network interface on the system.
Collapse XSD Schema Diagram:
Drilldown into interface in schema oval-system-characteristics-schema_xsdXSD Diagram of InterfacesType in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="InterfacesType">
    <xsd:annotation>
        <xsd:documentation>The InterfacesType complex type is a container for zero or more interface elements. Each interface element is used to describe an existing network interface on the system.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="interface" type="oval-sc:InterfaceType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Please refer to the description of the InterfaceType for more information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interface oval-sc:interface 0 unbounded
Collapse Derivation Tree:
Collapse References:
oval-sc:interfaces