Definition Type: Element
Name: interfaces
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
The interfaces element holds a collection of interface elements that describe each interface on the machine that data was collected from.
Collapse XSD Schema Diagram:
Drilldown into interface in schema system-characteristics-schema_xsdXSD Diagram of interfaces in schema system-characteristics-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 data was collected from.</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="system_characteristics:interface" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interface system_characteristics:interface 1 unbounded