Definition Type: Element
Name: schema_version
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
This 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 system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="schema_version" type="xsd:decimal">
    <xsd:annotation>
        <xsd:documentation>This 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>