The datasets element enclosed XML data content that may have originated from an XFA form and/or may be intended to be consumed by an XFA form.
[Source]
# File sources/parser/xfa.rb, line 105 105: def initialize 106: super("xfa:datasets") 107: 108: add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xfa-data/1.0/' 109: end
[Validate]