Is xml:id supported in xmlbeans 2.0.0? scomp throws errors when this
element is encountered.
In my gsa.xsd I have :
<xs:attribute ref="xml:id"/>
Executing : scomp -noupa -out myjar.jar gsa.xsd give me the error:
gsa.xsd:93: error: src-resolve: attribute
'[EMAIL PROTECTED]://www.w3.org/XML/1998/namespace' not found.
This is strange to me because the namespace in the schema refers to
http://www.w3.org/2001/XMLSchema . If I leave this attribute out,
scomp works properly. But I need my xmlbeans objects to have a
setXmlId() method available, which it is not. Any ideas?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]