Definition Type: Element
Name: status
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Type: oval_results:status
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
This element contains the current status of the definition. Possible values are: ACCEPTED, DEPRECATED, DRAFT, INCOMPLETE, INITIAL SUBMISSION, INTERIM. Please refer to the oval website for a description of each of these statuses. Status changes are managed by MITRE.
Collapse XSD Schema Diagram:
XSD Diagram of status in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="status" type="oval_results:status">
    <xsd:annotation>
        <xsd:documentation>This element contains the current status of the definition.  Possible values are: ACCEPTED, DEPRECATED, DRAFT, INCOMPLETE, INITIAL SUBMISSION, INTERIM.  Please refer to the oval website for a description of each of these statuses.  Status changes are managed by MITRE.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>definition</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: