<xsd:group name="blockLevelChunkElts">
<xsd:annotation>
<xsd:documentation>Block level elements that can occur inside a cfChunk and other places.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="runLevelElts">
</xsd:group>
<xsd:element name="p" type="pElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents a paragraph element; analogous to the HTML <p> tag.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tbl" type="tblElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents a table element; analogous to the HTML <table> tag.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any processContents="skip" namespace="##other" minOccurs="0" maxOccurs="unbounded">
</xsd:any>
</xsd:choice>
</xsd:group>
|