On lun, 2005-07-25 at 21:18 +0300, Aaron wrote:
> Hi all,
> I need some help, this is where I am getting confused.
.../...
> I have played with choice, oneormore and optional to no avail.
>
> The behaviour I want is that within the tuplet element all the referenced elements can appear in any order as many times or not at all.
What's wrong with something such as:
<element name="tuplet">
<mixed>
<attribute name="bracket">
<data type="integer"/>
</attribute>
<attribute name="label">
<data type="integer"/>
</attribute>
<attribute name="type">
<data type="integer"/>
</attribute>
<zeroOrMore>
<choice>
<ref name="beam"/>
<ref name="breathe"/>
<ref name="crescbegin"/>
<ref name="crescend"/>
<ref name="dimbegin"/>
<ref name="dimend"/>
<ref name="dynamic"/>
<ref name="glissando"/>
<ref name="markup"/>
<ref name="emphasis"/>
<ref name="prall"/>
<ref name="turn"/>
<ref name="multrest"/>
<ref name="slurbegin"/>
<ref name="slurend"/>
<ref name="staccato"/>
<ref name="slurbegin"/>
<ref name="slurend"/>
<ref name="grace"/>
<ref name="trill"/>
<ref name="acciaccatura"/>
<ref name="beaming"/>
</choice>
</zeroOrMore>
</mixed>
</element>
???
Eric
--
Weblog:
http://eric.van-der-vlist.com/blog?t=category&a=English
------------------------------------------------------------------------
Eric van der Vlist http://xmlfr.org http://dyomedea.com
(ISO) RELAX NG ISBN:0-596-00421-4 http://oreilly.com/catalog/relax
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
------------------------------------------------------------------------
YAHOO! GROUPS LINKS
- Visit your group "rng-users" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
