From: <ani...@jb...> - 2005-07-17 17:13:54
|
I just want to use this forum thread as a means to convey to the web services team as to what the schema model will be, that will be plugged into WSDLTypes. The Xerces Schema API works on a flat model with no hierarchies. It has a single XSModel that is built on targetNamespace. Inside this XSModel, it has something called XSNamespaceItems that are full fledged schemas representing the various namespaces possible. Each of these namespaceitems contain types, elements, attributes pertaining to the namespace the nsi is built for. Lets have a pictorial attempt at explaining this: | XSModel (targetNS) | | | contains | | | | | ---------------------------------------------- | | | | | XSNamespaceItem xsnsi xsnsi | (ns1) (ns2) (ns3) | --------------- ------------- ------------- | | | | | | types attrs types attrs | Explanation continued below: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885202#3885202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885202 |