Gabriel
Gabriel

Reputation: 163

Export form to xsd file without losing each elements type

When designing a form then exporting it to an xsd file, the type (double, boolean, etc.) of each elements is lost.

In other words : When targeting this url https://example.com/orbeon/fr/service/project_name/form_name/schema we get the xsd representing the form. Unfortunately, there is no type on the generated elements. https://doc.orbeon.com/form-runner/api/other-apis/xml-schema-generation

How can we prevent it?

Upvotes: 0

Views: 54

Answers (1)

avernet
avernet

Reputation: 31743

This issue was due to a bug (#4014), which is fixed as of Orbeon Forms PE 2018.2.3.

Upvotes: 1

Related Questions