JBossXmlSchema jbossXmlSchema = root.getUnderlyingAnnotation(JBossXmlSchema.class);
if (jbossXmlSchema != null)
{
attributeForm = jbossXmlSchema.attributeFormDefault();
elementForm = jbossXmlSchema.elementFormDefault();
}
// Look for an annotation
PackageInfo packageInfo = root.getPackage();
if (packageInfo != null)