The answer is yes, its available via the XSAttributeUse.getConstraintValue, which for the attributes in the schema shown in the JBXB-32 issue are:
| Attr(type): , Required: false, ConstraintType: default, ConstraintValue: java.lang.String
| Attr(editor): , Required: false, ConstraintType: none, ConstraintValue: null
| Attr(replace): , Required: false, ConstraintType: default, ConstraintValue: true
| Attr(trim): , Required: false, ConstraintType: default, ConstraintValue: true
|
Currently it looks like we are throwing this info away in the call to XsdBinder.bindAttributes. I think this is something that needs to be implemented for the 4.0.3 release so I'll look into it while Alexey is out.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884856#3884856
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884856
|