Is there an XSD to validate JavaRosa XForm XML files?

165 views Asked by At

What is the way to go to validate a JavaRosa xml file ? Is there an official XSD or DTD ?

1

There are 1 answers

2
kjhughes On BEST ANSWER

For XForms itself, you can use W3C's XForms-11-Schema.xsd.

For JavaRosa form submissions, you can use their OpenRosaMetaDataSchema:

There are two types of metadata in a form submission. The first provides metadata about the identity and version of the XForm used to create the data being submitted. The second captures useful information about the submission itself.