[jboss-dev-forums] [Design of JBossXB] - Re: problem parsing sip.xml with JBossXB

alex.loubyansky@jboss.com do-not-reply at jboss.com
Fri Jan 16 02:53:15 EST 2009


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#4202333

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202333



More information about the jboss-dev-forums mailing list