// Group namespaceInfoGroup = new Group(this, SWT.NONE);
// namespaceInfoGroup.setText("Namespace Declarations");
// //XMLCommonUIPlugin.getInstance().getString("_UI_LABEL_XML_SCHEMA_INFORMATION"));
// namespaceInfoGroup.setLayout(new GridLayout(2, false));
// namespaceInfoGroup.setLayoutData(new GridData(GridData.FILL_BOTH));
pageBook = new PageBook(this, SWT.NONE);
pageBook.setLayoutData(new GridData(GridData.FILL_BOTH));
tableSection = new Composite(pageBook, SWT.NONE);
tableSection.setLayout(new GridLayout());
Label label = new Label(tableSection, SWT.NONE);