The xdc packet encloses application-specific XFA driver configuration instruction.
[Source]
# File sources/parser/xfa.rb, line 230 230: def initialize 231: super("xsl:xdc") 232: 233: add_attribute 'xmlns:xdc', 'http://www.xfa.org/schema/xdc/1.0/' 234: end
[Validate]