Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » XSDSchema.resolveTypeDefinition on redefined schema
XSDSchema.resolveTypeDefinition on redefined schema [message #591706] Sat, 25 September 2004 01:55
James Taylor is currently offline James TaylorFriend
Messages: 21
Registered: July 2009
Junior Member
If SchemaA defines TypeA and SchemaB redefines TypeA, should calling
SchemaB.resolveTypeDefinition(TypeA.getName()) return the new redefined
type? It appears to return the old original definition. Same thing for
other named components. Is this correct? Is there something else I can
call to get the redefined type? I notice that if I iterator over all
global types, the redefined type is there.

Also, if I programmatically add a type to be redefined (with
incrementalUpdate set to true), there does not seem to be any effect until
after I call XSDSchema.update(). Is this expected?

Thanks,

James
Previous Topic:Delete an Element
Next Topic:How to get resolvedModelGroupDefinition()?
Goto Forum:
  


Current Time: Thu Sep 26 04:38:19 GMT 2024

Powered by FUDForum. Page generated in 0.04564 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top