<xsd:complexType name="CT_TextBody"> <xsd:sequence> <xsd:element name="bodyPr" type="CT_TextBodyProperties" minOccurs="1" maxOccurs="1"/> <xsd:element name="lstStyle" type="CT_TextListStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="p" type="CT_TextParagraph" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |