Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Empty complexType with "mixed" attribute

From: ht@---.--.--.-- (----- -. --------)
To: Jochen Wiedmann <jochen.wiedmann@----------.--->
Date: 9/13/2004 4:08:00 PM
Jochen Wiedmann <jochen.wiedmann@s...> writes:

>      <complexType mixed="true">
>         <attribute name="test" type="xs:string"/>
>      </complexType>
>
> We are currently discussing, how to evaluate this, with two possible
> solutions:
>
>      - Take it as it is, a complex type with complex content and
>        XsContentType "mixed".

This is correct.

>      - Take it as a complex type with simple content and base xs:string.

This will cause trouble, as it cannot be extended as follows (call
your type above 'base':

 <complexType mixed="true">
  <complexContent>
   <extension base="base">
    <sequence>
      <element ref="elt"/>
    </sequence>
   </extension>
  </complexContent>
 </complexType>

but this is in fact OK.

ht
-- 
 Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                     Half-time member of W3C Team
    2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
            Fax: (44) 131 650-4587, e-mail: ht@i...
                   URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]

From Xan.Gregg@j... Mon Sep 13 14:13:38 2004
Received: from lisa.w3.org (


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent