Definition Type: Element
Name: schema_version
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The schema_version element defines the version of the OVAL Schema that the document has been validated against.
Collapse XSD Schema Diagram:
XSD Diagram of schema_version in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="schema_version" type="xsd:decimal">
    <xsd:annotation>
        <xsd:documentation>The schema_version element defines the version of the OVAL Schema that the document has been validated against.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>decimal</content>
            <parent_elements>generator</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>