]> git.argeo.org Git - gpl/argeo-suite.git/blob - knowledge/org.argeo.support.odk/src/org/argeo/support/odk/odk.cnd
c3f43c842daf91a6f211a6b8afe8e8e1f8d205cd
[gpl/argeo-suite.git] / knowledge / org.argeo.support.odk / src / org / argeo / support / 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 [orxList:xform]
8 + h:html (odk:html) = odk:html
9
10 [odk:head]
11 + h:title (jcrx:xmlvalue) = jcrx:xmlvalue
12 + xforms:model (odk:model) = odk:model
13
14 [odk:body] > xforms:ui
15
16
17 [odk:html] > mix:referenceable
18 + h:head (odk:head) = odk:head
19 + h:body (odk:body) = odk:body
20
21 [odk:model] > xforms:model
22 + odk:setgeopoint (odk:setgeopoint) = odk:setgeopoint
23 + xforms:itext (odk:itext) = odk:itext
24
25 [odk:itext]
26 + xforms:translation (odk:translation) = odk:translation *
27
28 [odk:translation]
29 - lang (STRING) m
30 - default (STRING)
31 + xforms:text (odk:text) = odk:text *
32
33 [odk:text]
34 - id (STRING) m
35 + xforms:value (jcrx:xmlvalue) = jcrx:xmlvalue
36
37 [odk:setgeopoint]
38 - event (STRING)
39 - ref (STRING)