Represents a context-free chunk -- allows in-line definition of style sheet, font, and list items.
      
<cfChunk />
    | Element type | cfChunkElt | 
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| lists | Represents list definitions (for example, the Bullets and Numbering options). | 
| styles | Represents style definitions. | 
| fonts | Represents font definitions. | 
None.
      
<xsd:element name="cfChunk" type="cfChunkElt" minOccurs="0" maxOccurs="unbounded" >
</xsd:element>