Definition Type: ComplexType
Name: CT_TLShapeTargetElement
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into graphicEl in schema pml-animationinfo_xsd Drilldown into txEl in schema pml-animationinfo_xsd Drilldown into oleChartEl in schema pml-animationinfo_xsd Drilldown into subSp in schema pml-animationinfo_xsd Drilldown into bg in schema pml-animationinfo_xsd Drilldown into spid in schema pml-animationinfo_xsdXSD Diagram of CT_TLShapeTargetElement in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bg p:bg (1) (1)
subSp p:subSp (1) (1)
oleChartEl p:oleChartEl (1) (1)
txEl p:txEl (1) (1)
graphicEl p:graphicEl (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
spid p:spid Required
Collapse Derivation Tree:
  • CT_TLShapeTargetElement
Collapse References:
p:spTgt