Definition Type: AttributeGroup
Name: testedAttributes
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Documentation:
The following are the default attributes associated with every element in the tested_object section. The datatype attribute determines signifies whether the object was originally part of a pattern match or literal string. (the default datatype is 'string') The datatype attribute is optional in order to keep the XML clean and readable. The default value is used most of the time and putting datatype="literal" for each element would muddy up the XML.
Collapse XSD Schema Diagram:
Drilldown into datatype in schema oval-results-schema_xsdXSD Diagram of testedAttributes in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attributeGroup name="testedAttributes">
    <xsd:annotation>
        <xsd:documentation>The following are the default attributes associated with every element in the tested_object section.  The datatype attribute determines signifies whether the object was originally part of a pattern match or literal string.  (the default datatype is 'string')  The datatype attribute is optional in order to keep the XML clean and readable.  The default value is used most of the time and putting datatype="literal" for each element would muddy up the XML.</xsd:documentation>
        <xsd:appinfo>
            <attributes>[datatype]</attributes>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:attribute name="datatype" type="oval_results:objectDatatypes" use="optional" default="literal" />
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval_results:datatype literal Optional