Another way for the error message :
<xsd:simpleType name="mySimpleType">
<xsd:annotation>
<xsd:appinfo>
<jxb:javaType name="myPackage.myClasse" parseMethod="package.classe.parse"
printMethod="package.classe.print"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
I have the same question :
Is there any workaround for this?
regards.