Class CTTLTimeNodeSequence

java.lang.Object
org.pptx4j.pml.CTTLTimeNodeSequence
All Implemented Interfaces:
Child

public class CTTLTimeNodeSequence
extends java.lang.Object
implements Child

Java class for CT_TLTimeNodeSequence complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLTimeNodeSequence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
         <element name="prevCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
         <element name="nextCondLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeConditionList" minOccurs="0"/>
       </sequence>
       <attribute name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="prevAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLPreviousActionType" />
       <attribute name="nextAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLNextActionType" />
     </restriction>
   </complexContent>
 </complexType>