Definition Type: Element
Name: timestamp
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Type: system_characteristics:timeStamp
Containing Schema: system-characteristics-schema.xsd
Abstract
Documentation:
This element specifies the date/time at which the document was created. 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 of the form yyyymmddhhmmss.
Collapse XSD Schema Diagram:
XSD Diagram of timestamp in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="timestamp" type="system_characteristics:timeStamp">
    <xsd:annotation>
        <xsd:documentation>This element specifies the date/time at which the document was created.  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 of the form yyyymmddhhmmss.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>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: