Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
libxml2
/
bf630c0d8bf53b5da49d3c6b3488035a74d6fa8c
/
.
/
test
/
relaxng
/
307377.rng
blob: 37a87c9f5c84632983985beb407b770d6dc9b502 [
file
] [
log
] [
blame
]
<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>