dfxml:library

This element can be a child of the build_environment element, or the creator
element. If this element is a child of build_environment, the element is about the program
as it was built. If it's a child of creator, the library is about the program as it was
run.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
version xs:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML'

Used By

Source

<xs:element name="library">
  <xs:annotation>
    <xs:documentation>This element can be a child of the build_environment element, or the creator element. If this element is a child of build_environment, the element is about the program as it was built. If it's a child of creator, the library is about the program as it was run.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="name" type="xs:string"/>
    <xs:attribute name="version" type="xs:string"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample