<xsd:complexType name="cfChunkElt">
<xsd:annotation>
<xsd:documentation>Defines a context-free chunk, which allows in-line definition of style sheet, font, and list items (as well as document content).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="lists" type="listsElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents list definitions (for example, the Bullets and Numbering options).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="styles" type="stylesElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents style definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fonts" type="fontsListElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents font definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="blockLevelChunkElts" minOccurs="0" maxOccurs="unbounded">
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|