blob: 61ad802fad1f66f21eb495c1c6c3aa49fd6c193c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | primary
{
  namespace test
  {
    complex type
    {
      optional attribute foo2 http://www.w3.org/2001/XMLSchema#string
      required attribute bar2 http://www.w3.org/2001/XMLSchema#string
      optional attribute foo3 http://www.w3.org/2001/XMLSchema#string
      required attribute bar3 http://www.w3.org/2001/XMLSchema#string
    }
    attribute foo2 http://www.w3.org/2001/XMLSchema#string
    attribute bar2 http://www.w3.org/2001/XMLSchema#string
    attribute foo3 http://www.w3.org/2001/XMLSchema#string
    attribute bar3 http://www.w3.org/2001/XMLSchema#string
  }
}
 |