Definition Type: SimpleType
Name: hMergeType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines options for horizontal merging of table cells.
Collapse XSD Schema Diagram:
XSD Diagram of hMergeType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="hMergeType">
    <xsd:annotation>
        <xsd:documentation>Defines options for horizontal 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