public void startElement(String namespaceURI, String localName,
String qName, Attributes atts) {
flushText();
if (builder != null)
builderStack.push(builder);
Location loc = makeLocation();
builder = schemaBuilder.makeElementAnnotationBuilder(namespaceURI,
localName,
findPrefix(qName, namespaceURI),
loc,
getComments(),