assertEquals(new XsQName((String) null, "c"), e3.getName());
TypeSG t3 = e3.getTypeSG();
assertTrue(t3.isComplex());
ComplexTypeSG ct3 = t3.getComplexTypeSG();
assertTrue(!ct3.hasSimpleContent());
ComplexContentSG cct3 = ct3.getComplexContentSG();
ParticleSG[] childs = cct3.getGroupSG().getParticles();
assertEquals(2, childs.length);
assertTrue(childs[0].isElement());
ObjectSG child1 = childs[0].getObjectSG();
assertEquals(new XsQName((String) null, "a"), child1.getName());
assertTrue(childs[1].isElement());