lgrkvst / xdp2xsd

Convert Adobe XFA xdp forms to an xsd schema
2 stars 0 forks source link

Doesn't take subform occurence into account #2

Closed lgrkvst closed 10 years ago

lgrkvst commented 10 years ago

Occurencies should be mapped to the schema's minOccurs and maxOccurs.

lgrkvst commented 10 years ago

Also added a boolean option, SLOPPY_DATA_BINDING=TRUE [default]. TRUE allows a system (consuming a LiveCycle service) to send xml (in order to populate an xdp form) and skip arbitrary fields and subforms.

I'd say this is expected behavior.