Definition Type: Element
Name: actionList
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A container for a group of actions. ActionList contains a series ofactions or nestedactionLists.
Collapse XSD Schema Diagram:
Drilldown into order in schema schema_xsd Drilldown into actionOrder in schema schema_xsd Drilldown into type in schema schema_xsd Drilldown into type in schema schema_xsd Drilldown into count in schema schema_xsd Drilldown into count in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into endCondition in schema schema_xsd Drilldown into endCondition in schema schema_xsd Drilldown into end in schema schema_xsd Drilldown into end in schema schema_xsd Drilldown into duration in schema schema_xsd Drilldown into duration in schema schema_xsd Drilldown into startCondition in schema schema_xsd Drilldown into startCondition in schema schema_xsd Drilldown into start in schema schema_xsd Drilldown into start in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of actionList in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
start nsA:start (Optional)
startCondition nsA:startCondition (Optional)
duration nsA:duration (Optional)
end nsA:end (Optional)
endCondition nsA:endCondition (Optional)
units nsA:units (Optional)
count nsA:count (Optional)
type nsA:type (Optional)
order nsA:order (Optional)