summaryrefslogtreecommitdiff
path: root/libxsd-frontend/tests/schema/default/test-001.std
blob: 1b84a0717243b35c3cf257bf56c29ebe53811032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
primary
{
  namespace test
  {
    complex type
    {
      element e=foo#unqual
      optional attribute a=foo#unqual http://www.w3.org/2001/XMLSchema#QName
      [1, 1] sequence
      {
        [1, 1] element e=foo#unqual http://www.w3.org/2001/XMLSchema#QName
      }
    }
  }
}