Definition Type: ComplexType
Name: dataFileVersionType
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:dataBaseType
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
The dataFileVersionType 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-system-characteristics-schema_xsd Drilldown into build in schema windows-system-characteristics-schema_xsd Drilldown into minor in schema windows-system-characteristics-schema_xsd Drilldown into major in schema windows-system-characteristics-schema_xsd Drilldown into status in schema system-characteristics-schema_xsd Drilldown into datatype in schema system-characteristics-schema_xsd Drilldown into dataAttributes in schema system-characteristics-schema_xsd Drilldown into dataBaseType in schema system-characteristics-schema_xsdXSD Diagram of dataFileVersionType in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="dataFileVersionType">
    <xsd:annotation>
        <xsd:documentation>The dataFileVersionType 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>system_characteristics:dataBaseType</extends>
            <attributes>(includes system_characteristics:dataAttributes)</attributes>
            <content>none</content>
            <child_elements>major, minor, build, private</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="system_characteristics:dataBaseType">
            <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 system_characteristics:datatype string Optional
status system_characteristics:status exists Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
windows:version