After all (including support for properties bound to model groups), I renamed the elements
again.
/**
| * True means the element or model group the property is bound to will be bound to
the namespace specified by the prefix.
| * False means the element or model group will be in the schema's target
namespace.
| *
| * @return
| */
| boolean applyToComponentQName() default true;
|
| /**
| * True means the type of the property (including its child elements, their types
and model groups recursively)
| * will be bound to the namespace specified by the prefix.
| * False means the type of the property (including its child elements, their types
and model groups recursively)
| * will be bound to the schema's target namespace.
| *
| * @return
| */
| boolean applyToComponentContent() default true;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202333#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...