Definition Type: ComplexType
Name: InterfaceType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Containing Schema: oval-system-characteristics-schema.xsd
Abstract
Documentation:
The InterfaceType complex type is used to describe an existing network interface on the system. This information can help identify a specific system on a given network.
Collapse XSD Schema Diagram:
Drilldown into mac_address in schema oval-system-characteristics-schema_xsd Drilldown into ip_address in schema oval-system-characteristics-schema_xsd Drilldown into interface_name in schema oval-system-characteristics-schema_xsdXSD Diagram of InterfaceType in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="InterfaceType">
    <xsd:annotation>
        <xsd:documentation>The InterfaceType complex type is used to describe an existing network interface on the system. This information can help identify a specific system on a given network.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="interface_name" type="xsd:string" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>The required interface_name element is the name of the interface</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ip_address" type="xsd:string" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>The reqired ip_address element holds the ip address for the interface.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mac_address" type="xsd:string" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>The required mac_address element holds teh mac address for the interface.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interface_name oval-sc:interface_name 1 1
ip_address oval-sc:ip_address 1 1
mac_address oval-sc:mac_address 1 1
Collapse Derivation Tree:
Collapse References:
oval-sc:interface