/* */ {
/* */ static <T, C, F, M> QName calcSchemaType(AnnotationReader<T, C, F, M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src)
/* */ {
/* 61 */ XmlSchemaType xst = (XmlSchemaType)primarySource.readAnnotation(XmlSchemaType.class);
/* 62 */ if (xst != null) {
/* 63 */ return new QName(xst.namespace(), xst.name());
/* */ }
/* */
/* 67 */ XmlSchemaTypes xsts = (XmlSchemaTypes)reader.getPackageAnnotation(XmlSchemaTypes.class, enclosingClass, src);
/* 68 */ XmlSchemaType[] values = null;
/* 69 */ if (xsts != null) {