Definition Type: Element
Name: data
Namespace: http://oval.mitre.org/XMLSchema/oval#unix
Type: oval:dataType
Containing Schema: unix-schema.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into flag in schema unix-schema_xsd Drilldown into netmask in schema unix-schema_xsd Drilldown into broadcast_addr in schema unix-schema_xsd Drilldown into inet_addr in schema unix-schema_xsd Drilldown into hardware_addr in schema unix-schema_xsd Drilldown into operation in schema oval-schema_xsd Drilldown into dataType in schema oval-schema_xsdXSD Diagram of data in schema unix-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="data" minOccurs="0">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval:dataType">
                <xsd:sequence>
                    <xsd:element name="hardware_addr" type="oval:subtestStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the hardware or MAC address of the physical network card.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Interface Test</parent_test>
                                <cardinality>0-1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="inet_addr" type="oval:subtestStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the IP address of the interface.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Interface Test</parent_test>
                                <cardinality>0-1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="broadcast_addr" type="oval:subtestStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the broadcast IP address for this interface's network, like 192.168.255.255.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Interface Test</parent_test>
                                <cardinality>0-1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="netmask" type="oval:subtestStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the bitmask used to calculate the inteface's IP network.  The network number is calculated by bitwise-ANDing this with the IP address.  The host number on that network is calculated by bitwise-XORing this with the IP address.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Interface Test</parent_test>
                                <cardinality>0-1</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="flag" type="oval:subtestStringType" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation>This is the interface flag line, which generally contains flags like "UP" to denote an active interface, "PROMISC" to note that the interface is listening for Ethernet frames not specifically addressed to it, and others.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>Interface Test</parent_test>
                                <cardinality>0-n</cardinality>
                                <content>string</content>
                                <valid_datatypes>string</valid_datatypes>
                                <valid_operators>equals, not equal, pattern match</valid_operators>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
hardware_addr unix:hardware_addr 0 1
inet_addr unix:inet_addr 0 1
broadcast_addr unix:broadcast_addr 0 1
netmask unix:netmask 0 1
flag unix:flag 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
operation oval:operation AND Optional
Collapse Derivation Tree: