Definition Type: Group
Name: blockLevelElts
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Elements that can occur anywhere where we start a new block, such inside the body, comments, headers, textboxes, etc.
Collapse XSD Schema Diagram:
Drilldown into cfChunk in schema wordnet_xsd 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_xsd Drilldown into blockLevelChunkElts in schema wordnet_xsdXSD Diagram of blockLevelElts in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
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
cfChunk W:cfChunk 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> W:blockLevelChunkElts (1) (1)
<xs:group> W:runLevelElts (1) (1)