Definition Type: ComplexType
Name: CT_TLTextTargetElement
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into pRg in schema pml-animationinfo_xsd Drilldown into charRg in schema pml-animationinfo_xsdXSD Diagram of CT_TLTextTargetElement in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLTextTargetElement">
    <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="charRg" type="CT_IndexRange">
            <xsd:annotation>
                <xsd:documentation>Character Range</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pRg" type="CT_IndexRange">
            <xsd:annotation>
                <xsd:documentation>Paragraph Text Range</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
charRg p:charRg (1) (1)
pRg p:pRg (1) (1)
Collapse Derivation Tree:
  • CT_TLTextTargetElement
Collapse References:
p:txEl