Definition Type: SimpleType
Name: timeStamp
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Documentation:
Define acceptable timestamps as a string with 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:simpleType name="timeStamp">
    <xsd:annotation>
        <xsd:documentation>Define acceptable timestamps as a string with the form yyyymmddhhmmss.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="\d{14}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern \d{14}
Collapse Derivation Tree:
Collapse References:
system_characteristics:timestamp