JClass jClass = state.jClass;
initialize(jClass);
//-- XML information
Schema schema = simpleType.getSchema();
classInfo.setNamespaceURI(schema.getTargetNamespace());
classInfo.setNodeName(typeName);
//-- process annotation
String comment = processAnnotations(simpleType);
if (comment != null)