]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.core/src/org/argeo/app/odk/odk.cnd
Instrument image utils
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / odk / odk.cnd
1 <jr = "http://openrosa.org/javarosa">
2 <orx = "http://openrosa.org/xforms">
3 <orxList = "http://openrosa.org/xforms/xformsList">
4 <orxManifest = "http://openrosa.org/xforms/xformsManifest">
5 <odk = "http://www.opendatakit.org/xforms">
6
7
8 [odk:head]
9 + h:title (jcrx:xmlvalue) = jcrx:xmlvalue
10 + xforms:model (odk:model) = odk:model
11
12 [odk:body] > xforms:ui
13
14
15 [odk:html] > mix:referenceable
16 + h:head (odk:head) = odk:head
17 + h:body (odk:body) = odk:body
18
19 [odk:model] > xforms:model
20 + odk:setgeopoint (odk:setgeopoint) = odk:setgeopoint
21 + xforms:itext (odk:itext) = odk:itext
22
23 [odk:itext]
24 + xforms:translation (odk:translation) = odk:translation *
25
26 [odk:translation]
27 - lang (STRING) m
28 - default (STRING)
29 + xforms:text (odk:text) = odk:text *
30
31 [odk:text]
32 - id (STRING) m
33 + xforms:value (jcrx:xmlvalue) = jcrx:xmlvalue
34
35 [odk:setgeopoint]
36 - event (STRING)
37 - ref (STRING)
38
39 // OpenRosa web API
40
41 [orxList:xform] > mix:created, mix:lastModified, jcrx:csum, entity:form
42 - orxList:formID (STRING)
43 - orxList:version (STRING)
44 + h:html (odk:html) = odk:html
45 + manifest (orxManifest:manifest) = orxManifest:manifest
46
47 [orxManifest:manifest]
48 + * (orxManifest:mediaFile) = orxManifest:mediaFile
49
50 [orxManifest:mediaFile] > nt:address, jcrx:csum
51
52 [orx:submission] > mix:created, entity:formSubmission
53 + xml_submission_file (nt:unstructured) = nt:unstructured
54 + * (nt:file) *
55
56