<xsd:complexType name="CT_TLShapeTargetElement">
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="bg" type="CT_Empty">
<xsd:annotation>
<xsd:documentation>Background</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="subSp" type="CT_TLSubShapeId">
<xsd:annotation>
<xsd:documentation>Subshape</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oleChartEl" type="CT_TLOleChartTargetElement">
<xsd:annotation>
<xsd:documentation>OLE Chart Element</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="txEl" type="CT_TLTextTargetElement">
<xsd:annotation>
<xsd:documentation>Text Element</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="graphicEl" type="a:CT_AnimationElementChoice">
<xsd:annotation>
<xsd:documentation>Graphic Element</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="spid" type="a:ST_ShapeID" use="required">
<xsd:annotation>
<xsd:documentation>Shape ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|