AttributesImpl shownAttributes = new AttributesImpl();
shownAttributes.addAttribute("", "", SHOWN_TYPE_ATTRIBUTE, "", type);
shownAttributes.addAttribute("", "", SHOWN_IS_VISISBLE_ATTRIBUTE, "", "true");
xmlSerHandler.startElement("", SHOWN_ELEMENT, SHOWN_ELEMENT, shownAttributes);
xmlSerHandler.endElement("", SHOWN_ELEMENT, SHOWN_ELEMENT);
}
if (dotCorpus.getTypeSystemFileName() != null) {
AttributesImpl typeSystemFileAttributes = new AttributesImpl();
typeSystemFileAttributes.addAttribute("", "", TYPESYTEM_FILE_ATTRIBUTE, "", dotCorpus