/* 217 */ if (jbossXmlSchema != null)
/* */ {
/* 219 */ if (this.attributeForm == XmlNsForm.UNSET)
/* 220 */ this.attributeForm = jbossXmlSchema.attributeFormDefault();
/* 221 */ if (this.elementForm == XmlNsForm.UNSET) {
/* 222 */ this.elementForm = jbossXmlSchema.elementFormDefault();
/* */ }
/* */ }
/* 225 */ XmlSchema xmlSchema = (XmlSchema)packageInfo.getUnderlyingAnnotation(XmlSchema.class);
/* 226 */ if (xmlSchema != null)
/* */ {