dfxml:dftime

A general structure to represent a xs:dateTime with the precision
attribute.

Complex Type 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

Source

<xs:complexType name="dftime">
  <xs:annotation>
    <xs:documentation>A general structure to represent a xs:dateTime with the precision attribute.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:dateTime">
      <xs:attribute name="prec" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>The precision of this timestamp, in seconds.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>