Definition Type: SimpleType
Name: sectionMarkValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines section type.
Collapse XSD Schema Diagram:
XSD Diagram of sectionMarkValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration next-page
Enumeration next-column
Enumeration continuous
Enumeration even-page
Enumeration odd-page
Collapse Derivation Tree:
  • sectionMarkValue
Collapse References:
W:val