I have a form that is bound to a schema that has a definition like
this:
The problem is that when the data is exported using
Acrobat XI's Export Data (as XML) option, the attributes (which are not
bound), are included in the output, i.e.Which causes issue when validating the schema, using
XMLSpy. The output I expect (and need is this):Is there a
way to accomplish this?