XML Schemas
From FiFormsWiki
Forms and Reports in FiForms are created using XML elements from the namespace http://xml.fiforms.org/FiForms/. The following documentation is available for this namespace:
- XML Schema
- Complete Documentation in HTML (generated from the schema)
- DTD for FiForm Definition
- DTD for FiForm Definition (with namespace prefix fiform:)
- DTD for FiReport Definition
Note that, while form and report definitions share the same namespace, they have different root elements. Forms must use the root element <fiform>...</fiform>, while reports must use the root element <reportdef>...</reportdef>.
Currently, the menu navigation system uses a different namespace: http://xml.fiforms.org/FiFormsMenu/. The following documentation is available:
- XML Schema
- Complete Documentation in HTML (generated from the schema)
FiReports generates a dataset in a very simple XML format. Documentation for this format can be found at http://xml.fiforms.org/FiReports/.


