Definition Type: Element
Name: schema_version
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-common-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
The required schema_version specifies the version of the OVAL Schema that the document has been written in and that should be used for validation.
Collapse XSD Schema Diagram:
XSD Diagram of schema_version in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="schema_version" type="xsd:decimal" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The required schema_version specifies the version of the OVAL Schema that the document has been written in and that should be used for validation.</xsd:documentation>
    </xsd:annotation>
</xsd:element>