Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0
/
libxml2
/
refs/heads/master
/
.
/
libxml2-2.7.7
/
test
/
relaxng
/
307377.rng
blob: 37a87c9f5c84632983985beb407b770d6dc9b502 [
file
] [
log
] [
blame
] [
edit
]
<element
name
=
"number"
xmlns
=
"http://relaxng.org/ns/structure/1.0"
>
<attribute
name
=
"val"
>
<list>
<oneOrMore>
<choice>
<value>
1
</value>
<value>
2
</value>
<value>
3
</value>
</choice>
</oneOrMore>
</list>
</attribute>
<text/>
</element>