Definition Type: Element
Name: product_version
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-common-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The optional product_version specifies the version of the application used to generate the file.
Collapse XSD Schema Diagram:
XSD Diagram of product_version in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="product_version" type="xsd:string" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The optional product_version specifies the version of the application used to generate the file.</xsd:documentation>
    </xsd:annotation>
</xsd:element>