summaryrefslogtreecommitdiff
path: root/libxsd-frontend/tests/schema/element-group/test-000.std
blob: 1652b6845b8fa9c2cd532bc64521e2bdee3cdbdc (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
primary
{
  namespace test
  {
    complex type
    {
      element foo2
      element bar2
      element foo3
      element bar3
      [1, 1] sequence
      {
        [0, unbounded] choice
        {
          [0, 1] choice
          {
            [1, 1] element foo2 http://www.w3.org/2001/XMLSchema#string
            [0, 1] element bar2 http://www.w3.org/2001/XMLSchema#string
          }
          [1, unbounded] choice
          {
            [1, unbounded] element foo3 http://www.w3.org/2001/XMLSchema#string
            [0, unbounded] element bar3 http://www.w3.org/2001/XMLSchema#string
          }
        }
      }
    }
    element foo2 http://www.w3.org/2001/XMLSchema#string
    element bar2 http://www.w3.org/2001/XMLSchema#string
    element foo3 http://www.w3.org/2001/XMLSchema#string
    element bar3 http://www.w3.org/2001/XMLSchema#string
  }
}