dfxml:creator

A block of build environment and execution provenance for the XML file. Note
that due to restrictions of element repetitions in XML Schema 1.0's "all" and "sequence"
specifiers, the creator definition requires children appear in the order as generated by an
exemplar utility (Fiwalk for now).

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
version xs:string optional
DEPRECATED. Will be removed in DFXML v1.2.0.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML'

Used By

Element dfxml:dfxml

Source

<xs:element name="creator">
  <xs:annotation>
    <xs:documentation>A block of build environment and execution provenance for the XML file. Note that due to restrictions of element repetitions in XML Schema 1.0's "all" and "sequence" specifiers, the creator definition requires children appear in the order as generated by an exemplar utility (Fiwalk for now).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="dfxml:program" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:version" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:build_environment" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:execution_environment" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:library" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="version" type="xs:string">
      <xs:annotation>
        <xs:documentation>DEPRECATED. Will be removed in DFXML v1.2.0.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample

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

< program>

vi

</ program>

< version>

8.0

</ version>

< build_environment>

< compiler>

GCC 4.6

</ compiler>

</ build_environment>

< execution_environment>

< command_line>

vi difference_test_2.xml

</ command_line>

</ execution_environment>

</ creator>