Defines section type.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
<xsd:simpleType name="sectionMarkValue" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="next-page">
</xsd:enumeration>
<xsd:enumeration value="next-column">
</xsd:enumeration>
<xsd:enumeration value="continuous">
</xsd:enumeration>
<xsd:enumeration value="even-page">
</xsd:enumeration>
<xsd:enumeration value="odd-page">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>