QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
catalogDesignDate | xs:date | optional | |||||
version | xs:string | required |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML' |
<xs:element name="dfxml"> <xs:complexType> <xs:sequence> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="dfxml:metadata" minOccurs="1" maxOccurs="1"/> <xs:element ref="dfxml:creator" minOccurs="0" maxOccurs="1"/> <xs:element ref="dfxml:source" minOccurs="0" maxOccurs="1"/> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="dfxml:volume" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="dfxml:fileobject" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="dfxml:rusage" minOccurs="0" maxOccurs="1"/> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="catalogDesignDate" type="xs:date"/> <xs:attribute name="version" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The version of the DFXML schema to which the DFXML file adheres.</xs:documentation> </xs:annotation> </xs:attribute> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> </xs:element> |
< dfxml xmlns = "http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML" xmlns:dc = "http://purl.org/dc/elements/1.1/" version = "1.1.1" > |
< metadata> |
< dc:type> |
Sample |
</ dc:type> |
</ metadata> |
< creator> |
< program> |
vi |
</ program> |
< version> |
8.0 |
</ version> |
< compiler> |
GCC 4.6 |
</ compiler> |
< command_line> |
vi difference_test_2.xml |