On Sun, Aug 15, 2010 at 6:41 AM, Mukul Gandhi <[email protected]> wrote: > TO [1] > static final XSSimpleTypeDecl fAnySimpleType = new > XSSimpleTypeDecl(SchemaGrammar.fAnyType11, "anyType", DV_ANYSIMPLETYPE, > ORDERED_FALSE, false, true, false, true, XSConstants.ANYSIMPLETYPE_DT); > (change DV_ANYSIMPLETYPE and XSConstants.ANYSIMPLETYPE_DT also). > in XSSimpleTypeDecl.
I think the above needs to be instead as below: static final XSSimpleTypeDecl fAnySimpleType = new XSSimpleTypeDecl(SchemaGrammar.fAnyType11, "anySimpleType", DV_ANYSIMPLETYPE, ORDERED_FALSE, false, true, false, true, XSConstants.ANYSIMPLETYPE_DT); I might be wrong when I said this: "change DV_ANYSIMPLETYPE and XSConstants.ANYSIMPLETYPE_DT also" & "I think, something like AnyTypeDV doesn't exist in org.apache.xerces.impl.dv.xs. I guess, we may need to create this as well and link it with [1] above." I hope all these points probably helps in analysis of the situation we are discussing in this thread. @ Khaled: i'll be happy to see this non-compliance corrected in Xerces schema-dev SVN repos :) -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
