polyglotted/xpath-stax

checkBasicClass for Attribute type

Opened this issue · 1 comments

In XmlBinderContext during build time for attribute there is a checkBasicClass, this results into error when attribute "<xsd:attribute name="timeStamp" type="xsd:dateTime" use="optional"/>".

I checked online and seems this is a valid declaration. Any reason for this check?

Regards
Saurabh

Will look into this this weekend.