Definition Type: AttributeGroup
Name: dataAttributes
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Documentation:
The possible attributes for an element in the data section of an item. The optional datatype determines the type of data expected. (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="string" for each element would muddy up the XML. The optional status attribute holds information regarding the success of the data collection. For example, if there was an error collecting a particular piece of data, then the status would be 'error'.
Collapse XSD Schema Diagram:
Drilldown into status in schema system-characteristics-schema_xsd Drilldown into datatype in schema system-characteristics-schema_xsdXSD Diagram of dataAttributes in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:attributeGroup name="dataAttributes">
    <xsd:annotation>
        <xsd:documentation>The possible attributes for an element in the data section of an item.  The optional datatype determines the type of data expected.  (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="string" for each element would muddy up the XML.  The optional status attribute holds information regarding the success of the data collection.  For example, if there was an error collecting a particular piece of data, then the status would be 'error'.</xsd:documentation>
        <xsd:appinfo>
            <attributes>[datatype], [status]</attributes>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:attribute name="datatype" type="system_characteristics:dataDatatypes" use="optional" default="string" />
    <xsd:attribute name="status" type="system_characteristics:statusType" use="optional" default="exists" />
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
datatype system_characteristics:datatype string Optional
status system_characteristics:status exists Optional