I could find Hiranya's patch for xs:override (ref, https://issues.apache.org/jira/browse/XERCESJ-1341).
We may be able to reuse code (may be not able to use it completely :-( ) from this JIRA patch. I just want to confirm, whether this patch takes care of following aspects of xs:override spec: 1. Constructing (considering) the target set of an <override> element as defined in the XML Schema 1.1 spec. 2. Does the patch make sure, that we are able to override *completely* the definitions from the parent Schema? i.e., we do not have a restriction or extension dependency between the current Schema and the base schema (as for the xs:redefine construct). I think, these are the two important aspects, that we need to take care for xs:override. On Tue, Jun 23, 2009 at 12:54 PM, Mukul Gandhi<[email protected]> wrote: > Hi all, > I believe, Xerces still doesn't have an implementation of XML > Schema 1.1 facility, xs:override (ref, > http://www.w3.org/TR/2009/CR-xmlschema11-1-20090430/#override-schema). > > I am keen to have this implemented in Xerces-J. I remember, Hiranya > did some work on xs:override implementation, and had submitted an > implementation code for it as a JIRA issue. But I believe, the > xs:override spec got changed somewhat after Hiranya's initial work on > xs:override implementation. > > I am keen to write implementation for xs:override. Would anybody like > to work with me on this (perhaps Hiranya), or can I go alone on this? -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
