<xsd:complexType name="sectPrElt">
<xsd:annotation>
<xsd:documentation>Defines print settings for a section of the document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="6">
<xsd:element name="hdr" type="hdrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the headers that appear at the top of pages in this section.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ftr" type="ftrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the footers that appear at the bottom of pages in this section.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="footnotePr" type="ftnEdnPropsElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the footnote properties for this section.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endnotePr" type="ftnEdnPropsElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the endnote properties for this section.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="sectTypeElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the section type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pgSz" type="pageSzType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the size and orientation of this page.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pgMar" type="pageMarType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the page margins.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paperSrc" type="paperSourceType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies where the paper is located in the printer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pgBorders" type="pageBordersType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the page borders.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnNumType" type="lineNumberType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the line numbering.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pgNumType" type="pageNumberType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the page-numbering options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cols" type="columnsType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the column properties for this section. If all the columns are of the same width, you need only to specify the number of columns (in the num attribute) and the space between columns (in the space attribute).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formProt" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Turns protection on for this section alone.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vAlign" type="verticalJustificationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Sets alignment for text vertically between the top and bottom margins.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noEndnote" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Suppresses endnotes that would ordinarily appear at the end of this section.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="titlePg" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that the first page of this section is different and will have different headers and footers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="textFlow" type="textDirectionProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the text flow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bidi" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that this section contains bidirectional (complex scripts) text.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rtlGutter" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Positions the gutter at the right of the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="docGrid" type="docGridType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the document grid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Revision marking for the section properties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="wsp:rsidRPr">
<xsd:annotation>
<xsd:documentation>Revision save id for the formatting applied to the section mark.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidDel">
<xsd:annotation>
<xsd:documentation>Revision save id for the text for the deletion of section mark.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidR">
<xsd:annotation>
<xsd:documentation>Revision save id for the text of this section mark.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wsp:rsidSect">
<xsd:annotation>
<xsd:documentation>Revision save id for the section properties.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|