[
Lists Home |
Date Index |
Thread Index
]
- From: roddey@us.ibm.com
- To: xml-dev@ic.ac.uk
- Date: Wed, 12 May 1999 11:29:22 -0600
>> I dispute the usefulness of minOccur and maxOccur. I would like to hear
>> about where people would use these features. I find that people often want
>> them but can find a clearer way of expressing their document type when
>> they are not available.
>
>Interesting statemen. How about an example. How would you define a schema
>where <a> can only contain <b> and <c>, each of which exactly one time?
>
That one is easy, and can be done via DTD now. It would be:
<!ELEMENT a (b,c)>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|