Stefan, you can use a "mixed" content type. In the definition of your element in XSD, declare the attribute "mixed" as "true".
Regards, John On Mon, March 10, 2008 13:10, Stefan Lischke wrote: > Hi, > > > It may be OT, but maybe you can help me, i need an xsd expression to > allow text-content or any other node like > > <node>text</node> > > > or > > <node><anynode/></node> > > > when using xs:any i cannot put in simple text there > > any idea? > > thanx in advance > > Stefan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

