<xsd:element name="actionList" id="el.actionList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container for a group of actions.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:tt>ActionList</h:tt> contains a series of<h:tt>action</h:tt>s or
nested<h:tt>actionList</h:tt>s.</h:div>
<h:div class="example" href="actionList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:any processContents="lax" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="start" />
<xsd:attributeGroup ref="startCondition" />
<xsd:attributeGroup ref="duration" />
<xsd:attributeGroup ref="end" />
<xsd:attributeGroup ref="endCondition" />
<xsd:attributeGroup ref="units" />
<xsd:attributeGroup ref="count" />
<xsd:attributeGroup ref="type" />
<xsd:attributeGroup ref="actionOrder" />
</xsd:complexType>
</xsd:element>
|