Definition Type: Element
Name: ip_address
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
The ip address of the interface
Collapse XSD Schema Diagram:
XSD Diagram of ip_address in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="ip_address" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>The ip address of the interface</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>interface</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>