[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 08 Jan 1998 13:59:12 -0800
At 11:06 AM 30/09/97 -0400, Tyler Baker wrote:
> I am a little perplexed
>about an element declaration of the form:
>
><!ELEMENT Foo (bar1 | bar2 | bar3)*>
any number of bar1, bar2, and bar3 elements in any order
<!ELEMENT Foo (bar1|bar2|bar3)>
one child element, either bar1, bar2, or bar3
><!ELEMENT Foo (bar1, bar2, bar3)*>
0 or more bar1, bar2, bar3 sequences.
><!ELEMENT Foo (bar1?, bar2?, bar3?)>
any of:
bar1
bar2
bar3
bar1 bar2
bar1 bar3
bar2 bar3
bar1 bar2 bar3
I agree that the semantic of '|' is not as it is in some other
systems. -T.
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/
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)
|