-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_schema.xml
110 lines (110 loc) · 3.12 KB
/
ui_schema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0"?>
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:jr="http://openrosa.org/javarosa" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:head>
<h:title>Fill This In</h:title>
<model>
<instance>
<faims id="Fill_This_In">
<style>
<orientation>
<orientation/>
</orientation>
<even>
<layout_weight/>
</even>
<large>
<layout_weight/>
</large>
</style>
<User>
<User>
<Select_User/>
<Login/>
</User>
</User>
<Site>
<Tab>
<Test_Attrib/>
<Link_to_Child/>
</Tab>
</Site>
<Site_Child>
<Tab>
<Site_Child_Attrib/>
</Tab>
</Site_Child>
</faims>
</instance>
</model>
</h:head>
<h:body>
<group ref="style">
<label/>
<group ref="orientation">
<label/>
<input ref="orientation">
<label>horizontal</label>
</input>
</group>
<group ref="even">
<label/>
<input ref="layout_weight">
<label>1</label>
</input>
</group>
<group ref="large">
<label/>
<input ref="layout_weight">
<label>3</label>
</input>
</group>
</group>
<group ref="User">
<label>{User}</label>
<group ref="User">
<label>{User}</label>
<select1 ref="Select_User">
<label>{Select_User}</label>
<item>
<label>Options not loaded</label>
<value>0</value>
</item>
</select1>
<trigger ref="Login">
<label>{Login}</label>
</trigger>
</group>
</group>
<group ref="Site" faims_archent_type="Site">
<label>{Site}</label>
<group ref="Tab">
<label>{Tab}</label>
<select1 faims_attribute_type="vocab" ref="Test_Attrib" faims_attribute_name="Test Attrib">
<label>{Test_Attrib}</label>
<!--WARNING: No type t was given for this view; assuming it is a dropdown-->
<item>
<label>Options not loaded</label>
<value>0</value>
</item>
</select1>
<select1 appearance="compact" ref="Link_to_Child" faims_attribute_name="Link to Child">
<label>{Link_to_Child}</label>
<item>
<label>Options not loaded</label>
<value>0</value>
</item>
</select1>
</group>
</group>
<group ref="Site_Child" faims_archent_type="Site Child">
<label>{Site_Child}</label>
<group ref="Tab">
<label>{Tab}</label>
<input faims_attribute_type="measure" ref="Site_Child_Attrib" faims_attribute_name="Site Child Attrib">
<label>{Site_Child_Attrib}</label>
<!--WARNING: No type t was given for this view; assuming it is an input-->
</input>
</group>
</group>
</h:body>
</h:html>