Definition Type: Element
Name: version
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
This element holds the current version of the definition. Versions are integers, starting at 0 and incrementing every time a definition reaches ACCEPTED status (ie, an ACCEPTED version 1 definition which requires modification will return to INTERIM status, remaining at version 1, and will move to version 2 when the changes have been approved and it has become ACCEPTED again).
Collapse XSD Schema Diagram:
XSD Diagram of version in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="version" type="xsd:integer">
    <xsd:annotation>
        <xsd:documentation>This element holds the current version of the definition.  Versions are integers, starting at 0 and incrementing every time a definition reaches ACCEPTED status (ie, an ACCEPTED version 1 definition which requires modification will return to INTERIM status, remaining at version 1, and will move to version 2 when the changes have been approved and it has become ACCEPTED again).</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>integer</content>
            <parent_elements>definition</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>