Definition Type: Element
Name: platform
Namespace: http://oval.mitre.org/XMLSchema/oval#windows
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: windows-schema.xsd
Abstract
ContentType Restriction
Documentation:
The valid platforms for the Microsoft Windows Family.
Collapse XSD Schema Diagram:
XSD Diagram of platform in schema windows-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="platform" substitutionGroup="oval:platformBase">
    <xsd:annotation>
        <xsd:documentation>The valid platforms for the Microsoft Windows Family.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Microsoft Windows 95" />
            <xsd:enumeration value="Microsoft Windows 98" />
            <xsd:enumeration value="Microsoft Windows ME" />
            <xsd:enumeration value="Microsoft Windows NT" />
            <xsd:enumeration value="Microsoft Windows 2000" />
            <xsd:enumeration value="Microsoft Windows XP" />
            <xsd:enumeration value="Microsoft Windows Server 2003" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration Microsoft Windows 95
Enumeration Microsoft Windows 98
Enumeration Microsoft Windows ME
Enumeration Microsoft Windows NT
Enumeration Microsoft Windows 2000
Enumeration Microsoft Windows XP
Enumeration Microsoft Windows Server 2003
Collapse References:
oval:platformBase