Hi,

I have defined an element as:

  <xs:element name="adresse">
    <xs:complexType mixed="true">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="livredoc:rue"/>
        <xs:element ref="livredoc:codePostal"/>
        <xs:element ref="livredoc:ville"/>
        <xs:element ref="livredoc:r?gionOuEtat"/>
        <xs:element ref="livredoc:pays"/>
        <xs:element ref="livredoc:autreAdresse"/>
      </xs:choice>
      <xs:attributeGroup ref="livredoc:attributsCommuns"/>
    </xs:complexType>
  </xs:element>

When I create a new adresse, XXE lets me type text directly under the
"adresse" element, it also lets me insert sub elements but when I select
a piece of text under the "adresse" element, the "convert" options are
not available like they use to be in similar vocabularies (DocBook for
instance) defined through DTDs.

Have I missed something or is that a WXS related bug?

Thanks,

Eric
-- 
Weblog:
                 http://eric.van-der-vlist.com/blog?t=category&a=English
Upcoming XML schema languages tutorial:
 - Amsterdam   -half day- (18/04/2004)        http://masl.to/?P220516D7
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
(ISO) RELAX NG   ISBN:0-596-00421-4 http://oreilly.com/catalog/relax
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
------------------------------------------------------------------------


Reply via email to