The Schema snippet doesn't say that the type is abstract, but that the element "Collection" is abstract, so you should check the value on SchemaGlobalElementImpl._abs.
Radu On Sun, 2009-05-10 at 07:51 -0700, Matthew Young wrote: > using XMLBeans 2.4 > > the _abs property with the schema Type associated with the following XML is > not set properly (ie. not sure how setAbstractFinal gets used internally): > <xs:element name="Collection" type="logical:Collection" > abstract="true"></xs:element> > > _abs is always equal to false despite the abstract attribute in the xml > schema? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

