Definition Type: Element
Name: platformBase
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract True
Documentation:
This abstract element details the specific platform(s) for which a definition has been written. It is extended by the individual family schemas to incorporate only the valid platforms for the specified family. The inclusion of a particular platform does not mean the definition is physically checking for the existence of the platform. For the actual test to be performed, the correct test must still be included in the definition’s criteria section. The valid platforms are outlined in the platform specific schemas.
Collapse XSD Schema Diagram:
XSD Diagram of platformBase in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="platformBase" type="xsd:string" abstract="true">
    <xsd:annotation>
        <xsd:documentation>This abstract element details the specific platform(s) for which a definition has been written.  It is extended by the individual family schemas to incorporate only the valid platforms for the specified family.  The inclusion of a particular platform does not mean the definition is physically checking for the existence of the platform.  For the actual test to be performed, the correct test must still be included in the definition’s criteria section.  The valid platforms are outlined in the platform specific schemas.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1-n</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>affected</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>