Definition Type: ComplexType
Name: subtestFileVersionType
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: oval:subtestBaseType
Containing Schema: windows-schema.xsd
Abstract
Documentation:
The subtestFileVersionType allows the different portions of a windows file version to be represented. A windows file version is made up of for distinct parts: a major version, a minor version, a build number, and a private number. Each part is an integer
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_xsdXSD Diagram of subtestFileVersionType in schema windows-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="subtestFileVersionType">
    <xsd:annotation>
        <xsd:documentation>The subtestFileVersionType allows the different portions of a windows file version to be represented.  A windows file version is made up of for distinct parts: a major version, a minor version, a build number, and a private number.  Each part is an integer</xsd:documentation>
        <xsd:appinfo>
            <extends>oval:subtestBaseType</extends>
            <attributes>(includes oval:subtestAttributes)</attributes>
            <content>none</content>
            <child_elements>major, minor, build, private</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="oval:subtestBaseType">
            <xsd:all>
                <xsd:element name="major" type="xsd:integer" />
                <xsd:element name="minor" type="xsd:integer" />
                <xsd:element name="build" type="xsd:integer" />
                <xsd:element name="private" type="xsd:integer" />
            </xsd:all>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
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:
Collapse References:
windows:version