Definition Type: Element
Name: timestamp
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: oval:timestamp
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The timestamp element specifies the date/time at which the OVAL Definition Document was compiled. Note that the timestamp does not specify when a definition (or set of definitions) was created or modified. This timestamp can be used to differentiate between multiple OVAL files and to determine which document is the most up-to-date. The timestamp is a string in the form yyyymmddhhmmss.
Collapse XSD Schema Diagram:
XSD Diagram of timestamp in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="timestamp" type="oval:timestamp">
    <xsd:annotation>
        <xsd:documentation>The timestamp element specifies the date/time at which the OVAL Definition Document was compiled.  Note that the timestamp does not specify when a definition (or set of definitions) was created or modified.  This timestamp can be used to differentiate between multiple OVAL files and to determine which document is the most up-to-date.  The timestamp is a string in the form yyyymmddhhmmss.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>generator</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: