Definition Type: Element
Name: interfaces
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The interfaces element holds a collection of interface elements that describe each interface on the machine that was analyzed.
Collapse XSD Schema Diagram:
Drilldown into interface in schema oval-results-schema_xsdXSD Diagram of interfaces in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="interfaces">
    <xsd:annotation>
        <xsd:documentation>The interfaces element holds a collection of interface elements that describe each interface on the machine that was analyzed.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>system_info</parent_elements>
            <child_elements>interface</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval_results:interface" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interface oval_results:interface 1 unbounded