Definition Type: ComplexType
Name: CT_TextParagraph
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-text.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into endParaRPr in schema dml-text_xsd Drilldown into fld in schema dml-textparagraph_xsd Drilldown into br in schema dml-textparagraph_xsd Drilldown into r in schema dml-textparagraph_xsd Drilldown into EG_TextRun in schema dml-textparagraph_xsd Drilldown into pPr in schema dml-text_xsdXSD Diagram of CT_TextParagraph in schema dml-text_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TextParagraph">
    <xsd:sequence>
        <xsd:element name="pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Text Paragraph Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_TextRun" minOccurs="0" maxOccurs="unbounded">
        </xsd:group>
        <xsd:element name="endParaRPr" type="CT_TextCharacterProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>End Paragraph Run Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pPr a:pPr 0 1
r a:r (1) (1)
br a:br (1) (1)
fld a:fld (1) (1)
endParaRPr a:endParaRPr 0 1
<xs:group> a:EG_TextRun 0 unbounded
Collapse Derivation Tree:
  • CT_TextParagraph
Collapse References:
a:p