group.setDefinition(buildCompositor(mapping, 0, false, hold));
addDocumentation(info, group);
hold.getSchema().getTopLevelChildren().add(group);
}
if (detail.hasAttribute()) {
AttributeGroupElement attgrp = new AttributeGroupElement();
attgrp.setName(qname.getName());
fillAttributes(mapping, 0, attgrp.getAttributeList(), hold);
addDocumentation(info, attgrp);
hold.getSchema().getTopLevelChildren().add(attgrp);
}
}