sub-section element

Represents a document subsection as derived from heading levels in the document.

Usage

      
<sub-section />

    

Element Information

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

Elements and Attributes

Parent Elements

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

Child Elements

None.

Attributes

None.

Definition

      
<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>


    
©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