You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by joel vennin <jo...@gmail.com> on 2005/09/16 10:27:05 UTC

inconsistent with another element

 Hello,

I've problem using XMLBeans, i'm using the scomp command and i get the
following error:

essai.xsd:29: error: cos-element-consistent: Type of
'strength@http://www.mytest.org/XMLSchema/ESSAI/1.0' is inconsistent
with another element with the same name in this content model.

In fact, the essai.xsd file includes other xsd files. One of these xsd
files has already defined
the strength element.

I know with jaxb i need to define a binding file in order to bind this
element to another one or something like that. Is there a way to
resolve this problem with XMLBeans ?

Thanks you.