[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Invalid: derivation of complex type by restriction of simple type not allowed

From: Pete Cordell <petexmldev@tech-know-ware.com>
Date: Sat, 3 Nov 2007 09:02:57 -0000
Message-ID: <005101c81df8$56e56bf0$d400a8c0@Codalogic>
To: <schlamp@gmx.de>, <xmlschema-dev@w3.org>
Re: Invalid: derivation of complex type by restriction of simple type  not allowed

Hi Kai,

The schema snippet you present is illegal.  There are some cases when simple 
types can restrict complex types (and possibly vice versa) but this isn't 
one of them.

If you could say what you would like to do then perhaps someone can suggest 
how to do it.

Cheers,

Pete Cordell
Codalogic
for XML Schema to C++ data binding visit
 http://www.codalogic.com/lmx/
----- Original Message ----- 
From: "Kai Schlamp" <schlamp@medihack.org>
To: <xmlschema-dev@w3.org>
Sent: Thursday, November 01, 2007 2:25 AM
Subject: Invalid: derivation of complex type by restriction of simple type 
not allowed


>
> Hello!
>
> In my schema I have the following:
>
> <xs:complexType name="textareaType">
>        <xs:simpleContent>
>                <xs:restriction base="xs:string">
>                        <xs:attribute ref="label" use="required" />
>                </xs:restriction>
>        </xs:simpleContent>
> </xs:complexType>
>
> But W3C Schema validator tells me there is an error (derivation of
> complex type by restriction of simple type not allowed), even if
> w3schools writes, that this should be valid code (http://
> www.w3schools.com/schema/schema_complex_text.asp).
> I also checked the original Schema reference (http://www.w3.org/TR/
> xmlschema-1/), that points out: "Note that either <restriction> or
> <extension> must be chosen as the content of <simpleContent>."
> When I replace restriction by extension everything works fine. But I
> want to restrict the element type in a further step.
> Any help?
>
> Best regards,
> Kai
>
>
>
>
>
> 
Received on Saturday, 3 November 2007 09:03:23 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.