[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Implementing JAXB style parsing for aop-mc-int
adrian@jboss.org
do-not-reply at jboss.com
Wed Feb 27 13:31:10 EST 2008
We could actually make (3) a lot easier to manage
if we used xsd:redefine
http://www.w3.org/TR/xmlschema-1/#modify-schema
and shared a common schema to define the shared elements.
i.e. create an mc-common.xsd with no target namespace
and all the shared elements/types
then we each redefine it into our own namespace.
I think (3) would also reduce the amout of typing and baggage
the user has to do, since they don't have to xmlns everywhere. ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132608#4132608
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132608
More information about the jboss-dev-forums
mailing list