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). |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
version | xs:string | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML' |
Element | dfxml:dfxml |
<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> |
< creator xmlns = "http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML" > |
< program> |
vi |
</ program> |
< version> |
8.0 |
</ version> |
< compiler> |
GCC 4.6 |
</ compiler> |
< command_line> |
vi difference_test_2.xml |
</ command_line> |
</ creator> |