dfxml:crtime

The time the file was created. Sometimes called "Birth
time."

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
prec xs:nonNegativeInteger optional
The precision of this timestamp, in seconds.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML'

Used By

Complex Type dfxml:fileobject_type

Source

<xs:element name="crtime" type="dfxml:dftime">
  <xs:annotation>
    <xs:documentation>The time the file was created. Sometimes called "Birth time."</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< fileobject xmlns = "http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML" >

< filename>

CHANGE___move_from_P1M_to_P3G

</ filename>

< partition>

1

</ partition>

< filesize>

4097

</ filesize>

< inode>

3

</ inode>

< mtime>

2007-08-09T12:34:56Z

</ mtime>

< atime>

2007-08-09T12:34:56Z

</ atime>

< crtime>

2007-08-09T12:34:56Z

</ crtime>

< hashdigest type = "sha1" >

0000000000000000000000000000000000000000

</ hashdigest>

</ fileobject>