Hi all,
I've been looking recently at built-in XML schema type
implementations and SchemaDVFactory in Xerces-J XML Schema 1.1
implementation.
I think some of the things here are still not compliant as per the new
XML Schema 1.1 spec.
I can find (or seem to find) following non-compliances at the moment:
1. built in schema atomic types are still derived from
xs:anySimpleType. as per 1.1 spec, these now need to be derived from
xs:anyAtomicType.
2. It seems relationship between xs:anyAtomicType, xs:anySimpleType
and xs:anyType also needs to be revisited in Xerces-J XML Schema 1.1
code-base.
3. The types ENTITIES, IDREFS and NMTOKENS are now (in schema 1.1)
child of xs:anySimpleType. In 1.0 they were child of ENTITY, IDREF and
NMTOKEN respectively. This change also needs to be revisited as well
in Xerces schema 1.1 code-base.
Would any of the committers like to volunteer to look at these issues
and FIX if required. Otherwise I'm willing to look at these, and
built-in types implementation in general in Xerces-J schema 1.1
code-base.
Any advise would be helpful please.
--
Regards,
Mukul Gandhi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]