2

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

kjhughes
  • 106,133
  • 27
  • 181
  • 240
Christophe Roussy
  • 16,299
  • 4
  • 85
  • 85

1 Answers1

2

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.

kjhughes
  • 106,133
  • 27
  • 181
  • 240
  • This looks like a proposal, I have not seen xml files using such a structure so far (no `http://openrosa.org/xforms`), is it used by some project ? Will there be conflicts with JavaRosa 'additions' and the XForms XSD ? – Christophe Roussy Oct 07 '14 at 13:57
  • 1
    There is more about this here: https://groups.google.com/forum/#!msg/open-web-discuss/Bu0HeJxzQ-Q/ESUwyrJujeMJ – Christophe Roussy Oct 07 '14 at 14:02