summaryrefslogtreecommitdiff
path: root/libxsd-frontend/tests/schema/element-group/test-002.std
blob: d2c60fe917cd17a12e52c9cdb3544f5134ce7ced (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
primary
{
  namespace test
  {
    complex type
    {
      any 'any #1'
      element foo
      any 'any #0'
      [1, 1] sequence
      {
        [0, unbounded] sequence
        {
          [1, 1] any 'any #1'
        }
        [0, unbounded] sequence
        {
          [1, 1] element foo http://www.w3.org/2001/XMLSchema#int
          [1, 1] any 'any #0'
        }
      }
    }
  }
}