Hi Mukul,

I need to spend some time thinking about that and will let you know once I 
have a fix for it.

Regards,
Khaled





From:
Mukul Gandhi <[email protected]>
To:
[email protected]
Date:
08/15/2010 09:50 AM
Subject:
Re: XML Schema 1.1: implementation of built-in schema types



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]



Reply via email to