summaryrefslogtreecommitdiff
path: root/libxsd-frontend/tests/schema/anonymous/test-001.std
blob: cc3f2d1b9610e23737d2b0124c250a44f6f6ff1b (plain)
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
anonymous: test anon_base anon
anonymous: test anon_nested_base anon_nested
anonymous: test anon_nested_base_base anon_nested_base
primary
{
  namespace test
  {
    enumeration named: http://www.w3.org/2001/XMLSchema#string
    {
      enumerator male
      enumerator female
    }
    enumeration anon_base: http://www.w3.org/2001/XMLSchema#string
    {
      enumerator male
      enumerator female
    }
    enumeration anon: test#anon_base1
    {
      enumerator male
      enumerator female
    }
    enumeration anon_nested: test#anon_nested_base
    {
      enumerator male
      enumerator female
    }
    complex anon_base1: http://www.w3.org/2001/XMLSchema#string
    {
    }
    complex anon_nested_base: test#anon_nested_base_base
    {
    }
    complex anon_nested_base_base: http://www.w3.org/2001/XMLSchema#string
    {
    }
  }
}