Definition Type: Element
Name: system_info
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The system_info element specifies general information about the system that was analyzed including information that can be used to identify the system.
Collapse XSD Schema Diagram:
Drilldown into interfaces in schema oval-results-schema_xsd Drilldown into primary_host_name in schema oval-results-schema_xsd Drilldown into architecture in schema oval-results-schema_xsd Drilldown into os_version in schema oval-results-schema_xsd Drilldown into os_name in schema oval-results-schema_xsdXSD Diagram of system_info in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="system_info">
    <xsd:annotation>
        <xsd:documentation>The system_info element specifies general information about the system that was analyzed including information that can be used to identify the system.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>system_characteristics</parent_elements>
            <child_elements>os_name, os_version, architecture, primary_host_name, interfaces</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval_results:os_name" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval_results:os_version" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval_results:architecture" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval_results:primary_host_name" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="oval_results:interfaces" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
os_name oval_results:os_name 1 1
os_version oval_results:os_version 1 1
architecture oval_results:architecture 1 1
primary_host_name oval_results:primary_host_name 1 1
interfaces oval_results:interfaces 1 1