<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>
|