将表单导出到 xsd 文件而不丢失每个元素类型

Export form to xsd file without losing each elements type

设计表单然后将其导出到 xsd 文件时,每个元素的类型(double、boolean 等)都会丢失。

换句话说: 当定位这个 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

我们该如何预防?

此问题是由于错误 (#4014) 引起的,自 Orbeon Forms PE 2018.2.3 起已修复。