Definition Type: Element
Name: ip_address
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
The reqired ip_address element holds the ip address for the interface.
Collapse XSD Schema Diagram:
XSD Diagram of ip_address in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>