<xsd:simpleType name="ST_AnnotationVMerge">
<xsd:annotation>
<xsd:documentation>Table Cell Vertical Merge Revision Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="cont">
<xsd:annotation>
<xsd:documentation>Vertically Merged Cell</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="rest">
<xsd:annotation>
<xsd:documentation>Vertically Split Cell</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|