<xsd:attribute form="qualified" name="Vertical" use="optional" default="Automatic">
<xsd:annotation>
<xsd:documentation>Specifies the top-to-bottom alignment of text within a cell.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Automatic" />
<xsd:enumeration value="Top" />
<xsd:enumeration value="Bottom" />
<xsd:enumeration value="Center" />
<xsd:enumeration value="Justify" />
<xsd:enumeration value="Distributed" />
<xsd:enumeration value="JustifyDistributed" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|