1
2
3
4
5
6
7
8
9
10
11
12
| <View>
| <Text name="text" value="$text"/>
| <Taxonomy name="taxonomy" toName="text">
| <Choice value="Archaea" />
| <Choice value="Bacteria" />
| <Choice value="Eukarya">
| <Choice value="Human" />
| <Choice value="Oppossum" />
| <Choice value="Extraterrestrial" />
| </Choice>
| </Taxonomy>
| </View>
|
|