Definition Type: Element
Name: platformBase
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract True
Documentation:
This element details a specific platform that the definition has been written for. 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 preformed, 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-results-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 element details a specific platform that the definition has been written for.  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 preformed, 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>