Schema Central > OOXML > wml.xsd > w:sectPr
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

w:sectPr

Section Properties

Element information

Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main

Schema document: wml.xsd

Other elements with the same name: w:sectPr, w:sectPr

Type: w:CT_SectPr

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
w:rsidRPr [0..1]w:ST_LongHexNumberPhysical Section Mark Character Revision IDfrom group w:AG_SectPrAttributes
w:rsidDel [0..1]w:ST_LongHexNumberSection Deletion Revision IDfrom group w:AG_SectPrAttributes
w:rsidR [0..1]w:ST_LongHexNumberSection Addition Revision IDfrom group w:AG_SectPrAttributes
w:rsidSect [0..1]w:ST_LongHexNumberSection Properties Revision IDfrom group w:AG_SectPrAttributes

Used in

Sample instance

<w:sectPr>
   <w:headerReference r:id="string" w:type="even"/>
   <w:footnotePr>
      <w:pos w:val="pageBottom"/>
      <w:numFmt w:val="decimal"/>
      <w:numStart w:val="1"/>
      <w:numRestart w:val="continuous"/>
   </w:footnotePr>
   <w:endnotePr>
      <w:pos w:val="sectEnd"/>
      <w:numFmt w:val="decimal"/>
      <w:numStart w:val="1"/>
      <w:numRestart w:val="continuous"/>
   </w:endnotePr>
   <w:type/>
   <w:pgSz/>
   <w:pgMar w:top="1" w:right="1" w:bottom="1" w:left="1" w:header="1" w:footer="1" w:gutter="1"/>
   <w:paperSrc/>
   <w:pgBorders>
      <w:top w:val="nil"/>
      <w:left w:val="nil"/>
      <w:bottom w:val="nil"/>
      <w:right w:val="nil"/>
   </w:pgBorders>
   <w:lnNumType/>
   <w:pgNumType/>
   <w:cols>
      <w:col/>
   </w:cols>
   <w:formProt/>
   <w:vAlign w:val="top"/>
   <w:noEndnote/>
   <w:titlePg/>
   <w:textDirection w:val="lrTb"/>
   <w:bidi/>
   <w:rtlGutter/>
   <w:docGrid/>
   <w:printerSettings r:id="string"/>
   <w:sectPrChange w:id="1" w:author="string">
      <w:sectPr>
         <w:footnotePr>...
         </w:footnotePr>
         <w:endnotePr>...
         </w:endnotePr>
         <w:type/>
         <w:pgSz/>
         <w:pgMar w:top="1" w:right="1" w:bottom="1" w:left="1" w:header="1" w:footer="1" w:gutter="1"/>
         <w:paperSrc/>
         <w:pgBorders>...
         </w:pgBorders>
         <w:lnNumType/>
         <w:pgNumType/>
         <w:cols>...
         </w:cols>
         <w:formProt/>
         <w:vAlign w:val="top"/>
         <w:noEndnote/>
         <w:titlePg/>
         <w:textDirection w:val="lrTb"/>
         <w:bidi/>
         <w:rtlGutter/>
         <w:docGrid/>
         <w:printerSettings r:id="string"/>
      </w:sectPr>
   </w:sectPrChange>
</w:sectPr>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com