|
element actionList | ||||||||||
| Jump: DOCUMENTATION | SOURCE | FRAMES NO FRAMES | ||||||||||
| Abstract | false (This can be used in an instance) |
|---|---|
| Nillable | false (Instance values cannot use xsi:nil) |
| Target Namespace | http://www.xml-cml.org/schema/stmml |
| Declared Namespaces | xmlns:sch=http://www.ascc.net/xml/schematron xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns=http://www.xml-cml.org/schema/stmml |
ActionList contains a series ofactions or nestedactionLists.
<!-- demonstrating parallel and sequential actions -->
<actionList order="parallel" endCondition="all food cooked">
<!-- meat and potatoes are cooked in parallel -->
<actionList title="meat">
<action title="cook" endCondition="cooked">
<p>Roast meat</p>
</action>
<action><p>Keep warm in oven</p></action>
</actionList>
<actionList title="vegetables">
<actionList title="cookVeg" endCondition="cooked">
<action title="boil water" endCondition="water boiling">
<p>Heat water</p>
</action>
<action title="cook" endCondition="potatoes cooked">
<p>Cook potatoes</p>
</action>
</actionList>
<action><p>Keep warm in oven</p></action>
</actionList>
</actionList>
|
element actionList | ||||||||||
| Jump: DOCUMENTATION | SOURCE | FRAMES NO FRAMES | ||||||||||
![]() |
||
| Stylus Studio XML Schema Library Home | ||
| Site Map | Privacy Policy | Terms of Use | Trademarks |