Definition Type: Group
Name: blockLevelChunkElts
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Block level elements that can occur inside a cfChunk and other places.
Collapse XSD Schema Diagram:
Drilldown into tbl in schema wordnet_xsd Drilldown into p in schema wordnet_xsd Drilldown into permEnd in schema wordnet_xsd Drilldown into permStart in schema wordnet_xsd Drilldown into proofErr in schema wordnet_xsd Drilldown into runLevelElts in schema wordnet_xsdXSD Diagram of blockLevelChunkElts in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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 &lt;p&gt; 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 &lt;table&gt; tag.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:any processContents="skip" namespace="##other" minOccurs="0" maxOccurs="unbounded">
        </xsd:any>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
proofErr W:proofErr 0 (1)
permStart W:permStart 0 (1)
permEnd W:permEnd 0 (1)
p W:p 0 unbounded
tbl W:tbl 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> W:runLevelElts (1) (1)