binding.setDefaultConstraint(attrUse.getConstraintValue());
}
if (ctx.processAnnotations)
{
XSAnnotation an = attr.getAnnotation();
if(an != null)
{
if (ctx.trace)
{
log.trace(attrName + " attribute annotation");
}
XsdAnnotation xsdAn = XsdAnnotation.unmarshal(an.getAnnotationString());
XsdAppInfo appInfo = xsdAn.getAppInfo();
if(appInfo != null)
{
PropertyMetaData propertyMetaData = appInfo.getPropertyMetaData();
if(propertyMetaData != null)