doc.getModel().beginRecording(textView);
if (rootElement == null) {
// Create a beans element and add the default namespace
rootElement = doc.createElement(BeansSchemaConstants.ELEM_BEANS);
doc.appendChild(rootElement);
INamespaceDefinition defNamespace = NamespaceUtils.getDefaultNamespaceDefinition();
if (defNamespace != null) {
if (!xsdViewer.getChecked(defNamespace)) {
xsdViewer.setChecked(defNamespace, true);