Definition Type: ComplexType
Name: subtestBaseType
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The subtestBaseType type is extended by the child elements of an individual test. This type provides uniformity to each child element by including the attributes found in the subtestAttributes group. This attribute is included by other subtest types and makes the same list of attributes available to all children of a test. This specific type describes complex data.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of subtestBaseType in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="subtestBaseType">
    <xsd:annotation>
        <xsd:documentation>The subtestBaseType type is extended by the child elements of an individual test.  This type provides uniformity to each child element by including the attributes found in the subtestAttributes group.  This attribute is included by other subtest types and makes the same list of attributes available to all children of a test.  This specific type describes complex data.</xsd:documentation>
        <xsd:appinfo>
            <attributes>(includes subtestAttributes)</attributes>
            <content>(anyType)</content>
            <child_elements>(anyType)</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:restriction base="xsd:anyType">
            <xsd:attributeGroup ref="oval:subtestAttributes" />
        </xsd:restriction>
    </xsd:complexContent>
</xsd:complexType>
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:
debian:componentType, independent:componentType, macos:componentType, redhat:componentType, solaris:componentType, unix:componentType, windows:componentType, windows:subtestFileVersionType