blob: f407b304d6c530e75d003d5b9d8f9231f42899e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
primary
{
namespace test
{
list list
{
union <anonymous> http://www.w3.org/2001/XMLSchema#int test#enum
}
enumeration enum: http://www.w3.org/2001/XMLSchema#string
{
enumerator male
enumerator female
}
}
}
|