Definition Type: Element
Name: version
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: windows:subtestFileVersionType
Containing Schema: windows-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The version of the file.
Collapse XSD Schema Diagram:
Drilldown into private in schema windows-schema_xsd Drilldown into build in schema windows-schema_xsd Drilldown into minor in schema windows-schema_xsd Drilldown into major in schema windows-schema_xsd Drilldown into var_ref in schema oval-schema_xsd Drilldown into operator in schema oval-schema_xsd Drilldown into datatype in schema oval-schema_xsd Drilldown into subtestAttributes in schema oval-schema_xsd Drilldown into subtestBaseType in schema oval-schema_xsd Drilldown into subtestFileVersionType in schema windows-schema_xsdXSD Diagram of version in schema windows-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="version" type="windows:subtestFileVersionType" minOccurs="0" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The version of the file.</xsd:documentation>
        <xsd:appinfo>
            <parent_test>File Test</parent_test>
            <cardinality>0-1</cardinality>
            <content>none</content>
            <valid_datatypes>version</valid_datatypes>
            <valid_operators>equals, not equal, greater than, less than, greater than or equal, less than or equal</valid_operators>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
major windows:major (1) (1)
minor windows:minor (1) (1)
build windows:build (1) (1)
private windows:private (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
datatype oval:datatype string Optional
operator oval:operator equals Optional
var_ref oval:var_ref Optional
<anyAttribute>
Collapse Derivation Tree: