<xsd:group name="blockLevelElts">
<xsd:annotation>
<xsd:documentation>Elements that can occur anywhere where we start a new block, such inside the body, comments, headers, textboxes, etc.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="blockLevelChunkElts">
</xsd:group>
<xsd:element name="cfChunk" type="cfChunkElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents a context-free chunk -- allows in-line definition of style sheet, font, and list items.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|