Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


how to define a recursive type depth?

From: "Markus Gamperl" <markus.gamperl@---.-->
To: xmlschema-dev@--.---
Date: 2/10/2007 6:05:00 PM
Hi.

In an element "interpret" I want to allow normal text and the "b" (bold) "u" (underline) and the "br" tag.

Example:
<interpret>
this is a normal text.
this is a <b>bold</b> text <br/>
this is a <b><u>bold + underline</u></b> text
</interpret>

I have defined the following schema:

....
<xs:complexType name="interpretationsTyp" mixed="true">
 <xs:choice>
  <xs:element name="b" type="interpretationsTyp" minOccurs="0" maxOccurs="unbounded"/>
  <xs:element name="u" type="interpretationsTyp" minOccurs="0" maxOccurs="unbounded"/>
  <xs:element name="br" minOccurs="0" maxOccurs="unbounded">
	<xs:complexType/>
  </xs:element>
 </xs:choice>
</xs:complexType>
....

How can I define the cursion depth? Because the following shouldn't be allowed (which is now available):
<b><u><b><u>text</u></b></u></b>

Thanks
Markus
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out


From mike@s... Mon Feb 12 08:18:09 2007
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