This packet contains the form template.
[Source]
# File sources/parser/xfa.rb, line 217 217: def initialize 218: super("xfa:template") 219: 220: add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xfa-template/3.0/' 221: end
[Validate]