Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


"mixing" simpleType and complexType

From: Andreas Peter <info@-------.-->
To: XML Schema List <xmlschema-dev@--.--->
Date: 7/25/2008 11:13:00 PM
Hello list-users,

I need to "mix" simpleTypes and complexTypes. To be more precisely an 
example:

As result I need the following

<peculiar>=CE=A9<subscript>2</subscript></peculiar>

where as the "=CE=A9" should be from the unicode block "greek" and the "2=
" 
from the unicode block "superscriptsandsubscripts". The problem is that 
I defined a simpleType for both and I do not know how to nest them in an 
element "peculiar"? The "=CE=A9" and the "2" should be tested if they are=
 
part of the unicode blocks.


    <xs:simpleType name="greekType">
        <xs:restriction base="xs:string">
            <xs:pattern value="\p{IsGreek}+"/>
        </xs:restriction>
    </xs:simpleType>

    <xs:simpleType name="subscriptType">
        <xs:restriction base="xs:string">
            <xs:pattern value="\p{IsSuperscriptsandSubscripts}+"/>
        </xs:restriction>
    </xs:simpleType>
   
    <xs:element name="peculiar">
        <xs:complexType>
            ???
        </xs:complexType>
    </xs:element>

I hope that the problem was described clearly :-)
Any hints are welcome. Thanks so much,

Andreas





From mike@s... Fri Jul 25 20:05:13 2008
Received: from maggie.w3.org ([193.51.2


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