Definition Type: Element
Name: product_version
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 version of the product used to generate this file of OVAL definitions
Collapse XSD Schema Diagram:
XSD Diagram of product_version in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="product_version" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>The version of the product used to generate this file of OVAL definitions</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>oval, system_characteristics, results</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>