<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>
|