<xsd:complexType name="CT_TLBuildParagraph">
<xsd:sequence>
<xsd:element name="tmplLst" type="CT_TLTemplateList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Template effects</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="AG_TLBuild" />
<xsd:attribute name="build" type="ST_TLParaBuildType" use="optional" default="whole">
<xsd:annotation>
<xsd:documentation>Build Types</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bldLvl" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Build Level</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="animBg" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Animate Background</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="autoUpdateAnimBg" type="xsd:boolean" default="true" use="optional">
<xsd:annotation>
<xsd:documentation>Auto Update Animation Background</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rev" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Reverse</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="advAuto" type="ST_TLTime" use="optional" default="indefinite">
<xsd:annotation>
<xsd:documentation>Auto Advance Time</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|