hello,
i'm a newbie, but have already read a little bit to try to solve the following problem in xml:
I would like to create a schema that produces the following structure:
<actionList>
<action answer="ack">
<name>play</name>
</action>
<action answer="ack">
<name>pause</name>
</action>
<action answer="ack">
<name>variplay</name>
<paramList>
<input>
<paramName>varispeed</paramName>
</input>
</paramList>
</action>
....
the order of the content of the elements (play, pause...) should be fix, so that always play will be the first e.g. similar like a sequence of elements but i don't want to name the elements "play" and "pause"...
after "variplay" with it's fixed paramList schould follow some "action" elements with a list of content of any possible order.
has anybody an idea?
would be great, if someone could help!!
thanks,
robbie101
i'm a newbie, but have already read a little bit to try to solve the following problem in xml:
I would like to create a schema that produces the following structure:
<actionList>
<action answer="ack">
<name>play</name>
</action>
<action answer="ack">
<name>pause</name>
</action>
<action answer="ack">
<name>variplay</name>
<paramList>
<input>
<paramName>varispeed</paramName>
</input>
</paramList>
</action>
....
the order of the content of the elements (play, pause...) should be fix, so that always play will be the first e.g. similar like a sequence of elements but i don't want to name the elements "play" and "pause"...
after "variplay" with it's fixed paramList schould follow some "action" elements with a list of content of any possible order.
has anybody an idea?
would be great, if someone could help!!
thanks,
robbie101