Definition Type: ComplexType
Name: CT_TLTimeNodeSequence
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into nextCondLst in schema pml-animationinfo_xsd Drilldown into prevCondLst in schema pml-animationinfo_xsd Drilldown into cTn in schema pml-animationinfo_xsd Drilldown into nextAc in schema pml-animationinfo_xsd Drilldown into prevAc in schema pml-animationinfo_xsd Drilldown into concurrent in schema pml-animationinfo_xsdXSD Diagram of CT_TLTimeNodeSequence in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLTimeNodeSequence">
    <xsd:sequence>
        <xsd:element name="cTn" type="CT_TLCommonTimeNodeData" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Common TimeNode Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="prevCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Previous Conditions List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="nextCondLst" type="CT_TLTimeConditionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Next Conditions List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="concurrent" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation>Concurrent</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="prevAc" type="ST_TLPreviousActionType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Previous Action</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="nextAc" type="ST_TLNextActionType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Next Action</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cTn p:cTn 1 1
prevCondLst p:prevCondLst 0 1
nextCondLst p:nextCondLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
concurrent p:concurrent Optional
prevAc p:prevAc Optional
nextAc p:nextAc Optional
Collapse Derivation Tree:
  • CT_TLTimeNodeSequence
Collapse References:
p:seq