sect element

Represents a container for document sections. The sect element encloses all text between inserted section breaks.

Usage

      
<sect />

    

Element Information

Element type Anonymous
Namespace http://schemas.microsoft.com/office/word/2003/auxHint
Schema name Auxiliary XML Document 2003

Elements and Attributes

Child Elements

Element Description
sub-section Represents a document subsection as derived from heading levels in the document.

Attributes

None.

Definition

      
<xsd:element name="sect" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="sub-section" minOccurs="0" maxOccurs="unbounded">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"></xsd:any>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"></xsd:any>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp