Definition Type: Element
Name: status_change
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: oval:status
Containing Schema: oval-schema.xsd
Abstract
Documentation:
This element identifies when an OVAL Definition changed status. This represents the movement of a definition through the review process. This is an automatic change and not associated with an individual. The required date attribute identifies when the change was actually made. It is of type date and should be of the form yyyy-mm-dd.
Collapse XSD Schema Diagram:
Drilldown into date in schema oval-schema_xsdXSD Diagram of status_change in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="status_change">
    <xsd:annotation>
        <xsd:documentation>This element identifies when an OVAL Definition changed status.  This represents the movement of a definition through the review process.  This is an automatic change and not associated with an individual.  The required date attribute identifies when the change was actually made.  It is of type date and should be of the form yyyy-mm-dd.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-n</cardinality>
            <attributes>date</attributes>
            <content>string</content>
            <parent_elements>dates</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="oval:status">
                <xsd:attribute name="date" type="xsd:date" use="required" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
date oval:date Required
Collapse Derivation Tree: