You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Tobbi <to...@systinet.com> on 2002/08/07 14:56:03 UTC

Can't recognize structure

   Hi,
I've got problem with a very simple structure:

<xsd:element name="Unknown" minOccurs="0">
    <xsd:complexType/>
</xsd:element>

What does't it mean? Is it like anyType or is it element with no content?

   Thanks very much. Tobbi


Re: Can't recognize structure

Posted by Eddie Robertsson <er...@allette.com.au>.
Hi Tobbi,

> <xsd:element name="Unknown" minOccurs="0">
>     <xsd:complexType/>
> </xsd:element>
>  
> What does't it mean? Is it like anyType or is it element with no content?

This is an element with no content.

<Unknown/> or
<Unknown></Unknown>

Cheers,
/Eddie


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org