Definition Type: Element
Name: timestamp
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-common-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
The required timestamp specifies when the particular OVAL document was compiled. The format for the timestamp is yyyy-mm-ddThh:mm:ss. Note that the timestamp element does not specify when a definition (or set of definitions) was created or modified but rather when the actual XML document that contains the definition was created. For example, the document might have pulled a bunch of existing OVAL Definitions together, each of the definitions having been created at some point in the past. The timestamp in this case would be when the combined document was created.
Collapse XSD Schema Diagram:
XSD Diagram of timestamp in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="timestamp" type="xsd:dateTime" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The required timestamp specifies when the particular OVAL document was compiled. The format for the timestamp is yyyy-mm-ddThh:mm:ss. Note that the timestamp element does not specify when a definition (or set of definitions) was created or modified but rather when the actual XML document that contains the definition was created. For example, the document might have pulled a bunch of existing OVAL Definitions together, each of the definitions having been created at some point in the past. The timestamp in this case would be when the combined document was created.</xsd:documentation>
    </xsd:annotation>
</xsd:element>