Re: XMLBean not generating DocumentFactory
Martin Pieters <[email protected]> Fri, 29 Oct 2010 11:42:48 -0700
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
That did it. Sorry for the absolutely rookie mistake! On Fri, Oct 29, 2010 at 11:39, Gillen, Paul <[email protected]> wrote: > <xs:element name="TestInteractionElement"> > > <xs:complexType> > > <xs:sequence> > > <xs:group ref="TestInteraction"/> > > </xs:sequence> > > </xs:complexType> > > </xs:element> >