An XMP packet contains XML representation of PDF metadata.
[Source]
# File sources/parser/xfa.rb, line 257 257: def initialize 258: super("xmpdata") 259: 260: add_attribute 'xmlns', 'http://ns.adobe.com/xmpmeta/' 261: add_attribute 'xml:space', 'preserve' 262: end
[Validate]