Definition Type: Element
Name: os_name
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 required os_name elements describes the operating system of the machine the data was collected on.
Collapse XSD Schema Diagram:
XSD Diagram of os_name in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="os_name" type="xsd:string" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The required os_name elements describes the operating system of the machine the data was collected on.</xsd:documentation>
    </xsd:annotation>
</xsd:element>