- From: Michael Kay <mike@saxonica.com>
- Date: Tue, 6 Jun 2006 12:44:36 +0100
- To: "'Vasilis Vagenas'" <vagenas.v@gmail.com>, <xmlschema-dev@w3.org>
> How can I declare an element that satisfies the following: > 1) it has subelements and > 2) the value of its child-text node is restricted (to belong > to a set of values), just as in the example above? You can't. With mixed content, (that is, text nodes and element nodes as siblings of each other) you can't restrict the content (or position) of the text nodes. It's best to avoid using mixed content this way - mixed content is designed for marking up continuous text. Michael Kay http://www.saxonica.com/
Received on Tuesday, 6 June 2006 11:44:48 UTC