Re: trang and xsd-friendly schemas
"Bruce D'Arcus" <[email protected]> Mon, 13 Sep 2004 09:50:49 -0400
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
On Sep 13, 2004, at 9:34 AM, Sebastian Rahtz wrote: > sometimes I wonder what the point of interleave is. if you want x, y > and z, > but don't care about the order, why not specify an order? In my case I both require the elements, but can't specify the order (if you have to represent publisher and place, which goes first depends on the style). So ( A | B )* runs the risk of repeating elements that shouldn't be repeated. Bruce