<xsd:complexType name="CT_TextListStyle">
<xsd:sequence>
<xsd:element name="defPPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Default Paragraph Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl1pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 1 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl2pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 2 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl3pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 3 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl4pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 4 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl5pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 5 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl6pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 6 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl7pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 7 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl8pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 8 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lvl9pPr" type="CT_TextParagraphProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>List Level 9 Text Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|