Hi, According to the SCD spec, a schema designator is a single URI for a resource representing an assembled schema and this assembled schema may have been assembled from one or more schema documents, etc. The question I have is that if XSModel represents an assembled schema in Xerces, in what way this 'single URI' is denoted in actual programs(i.e. what type)? In other words, how does Xerces represent this 'single URI' and how can we access it for programming purposes? When it comes to the implementation of SCD, we are going to need a Java object for this "assembled schema" but XSModel is defined as a Java interface. So how can we produce an object for this purspose? Can we use org.apache.xerces.impl.xs.XSModelImpl.java to create this object? Thanks.
On 2/25/10, Mukul Gandhi <[email protected]> wrote: > On Thu, Feb 25, 2010 at 4:10 PM, Ishan Jayawardena <[email protected]> > wrote: >> Hi mukul, to add something new to our discussion, the SCD spec also uses a >> term called "an assembled schema". So with respect to the XSModel >> implementation, does an XSModel object represent this "assembled schema" ? > > yes, Xerces XSModel represents an "assembled schema" as you've pointed > to the SCD spec. > > > -- > Regards, > Mukul Gandhi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
