Definition Type: Element
Name: primary_host_name
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The primary host name of the machine that was analyzed.
Collapse XSD Schema Diagram:
XSD Diagram of primary_host_name in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="primary_host_name" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>The primary host name of the machine that was analyzed.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>system_info</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>