Definition Type: Element
Name: product
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
This element details a specific application, subsystem, library, etc. that the definition has been written for. If a definition is not tied to a specific product, then this element should not be included. The absence of the product element can be thought of as definition applying to all products. The inclusion of a particular product does not mean the definition is physically checking for the existence of the product. For the actual test to be preformed, the correct test must still be included in the definition's criteria section.
Collapse XSD Schema Diagram:
XSD Diagram of product in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="product" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>This element details a specific application, subsystem, library, etc. that the definition has been written for.  If a definition is not tied to a specific product, then this element should not be included.  The absence of the product element can be thought of as definition applying to all products.  The inclusion of a particular product does not mean the definition is physically checking for the existence of the product.  For the actual test to be preformed, the correct test must still be included in the definition's criteria section.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-n</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>affected</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>