<xsd:simpleType name="sectionMarkValue">
<xsd:annotation>
<xsd:documentation>Defines section type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="next-page">
<xsd:annotation>
<xsd:documentation>Breaks the page so that the next section starts at the top of the next page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="next-column">
<xsd:annotation>
<xsd:documentation>Breaks the column so that the next section starts at the top of the next column.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="continuous">
<xsd:annotation>
<xsd:documentation>Starts a new section immediately without breaking the page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="even-page">
<xsd:annotation>
<xsd:documentation>Breaks the page so that the next section starts on the next even numbered page. If this section break falls on an even numbered page, Word leaves the next odd numbered page blank.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="odd-page">
<xsd:annotation>
<xsd:documentation>Breaks the page so that the next section start on the next on the next odd numbered page. If this section break falls on an odd numbered page, Word leaves the next page blank.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|