Definition Type: SimpleType
Name: vMergeType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the options for vertical merging of table cells.
Collapse XSD Schema Diagram:
XSD Diagram of vMergeType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="vMergeType">
    <xsd:annotation>
        <xsd:documentation>Defines the options for vertical merging of table cells.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="continue">
        </xsd:enumeration>
        <xsd:enumeration value="restart">
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration continue
Enumeration restart
Collapse Derivation Tree:
Collapse References:
W:val