dfxml:build_environment

A manifest of how the environment was set when the XML generator was
compiled. Note that due to restrictions of element repetitions in XML Schema 1.0's "all" and
"sequence" specificiers, the build_environment definition requires children appear in the
order as generated by an exemplar utility (Fiwalk for now).

Element Information

Model

Attributes

Used By

Element dfxml:creator

Source

<xs:element name="build_environment">
  <xs:annotation>
    <xs:documentation>A manifest of how the environment was set when the XML generator was compiled. Note that due to restrictions of element repetitions in XML Schema 1.0's "all" and "sequence" specificiers, the build_environment 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:compiler" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:compilation_date" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="dfxml:library" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <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>