marlinElementList.add(info.getName());
AttributesStructureInfo attributesStructureInfo
= info.getAttributesStructureInfo();
ComplexType complexType = info.getComplexType();
// can only be non-empty if type is not mixed
// always false if region tag
boolean mixed = (complexType != null && complexType.isMixed());
String className = info.getMarlinElementClass();
className = info.getPrefix() + "ElementHandler";
String papiElement = info.getAPIElementClass();
String papiAttributes = info.getAPIAttributesClass();