Definition Type: Element
Name: submitted
Namespace: http://oval.mitre.org/XMLSchema/oval
Containing Schema: oval-schema.xsd
Abstract
Documentation:
This element identifies when a definition was submitted to the OVAL Community. A definition can only be submitted once. As children, an unbounded number of optional contributor elements outline who is credited with the submission. The required date attribute holds that actual date of the submission. It is of type date and should be of the form yyyy-mm-dd.
Collapse XSD Schema Diagram:
Drilldown into contributor in schema oval-schema_xsd Drilldown into date in schema oval-schema_xsdXSD Diagram of submitted in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="submitted">
    <xsd:annotation>
        <xsd:documentation>This element identifies when a definition was submitted to the OVAL Community.  A definition can only be submitted once.  As children, an unbounded number of optional contributor elements outline who is credited with the submission.  The required date attribute holds that actual date of the submission.  It is of type date and should be of the form yyyy-mm-dd.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>date</attributes>
            <content>none</content>
            <parent_elements>dates</parent_elements>
            <child_elements>[contributor]</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval:contributor" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="date" type="xsd:date" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contributor oval:contributor 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
date oval:date Required