RE: Element + complextype name in xml schema

Hi,

On Fri, 2005-04-08 at 19:43 +0100, Michael Kay wrote:
> > I've been sent an xsd that uses the following construct :
> > 
> > <xsi:element name="foo">
> >   <xsi:complexType name="foo">
> > 
> > Is this something allowed ? 
> 
> No, it's not. A complex type defined anywhere except at the top level must
> be anonymous.
> 
> I'm afraid I can't see immediately where the spec says this but I'm sure it
> does.

It does in the schema for schema:

 <xs:complexType name="localComplexType">
    [...]
        <xs:attribute name="name" use="prohibited"/>


Kasimier

Received on Friday, 8 April 2005 18:50:18 UTC