<xsd:simpleType name="ST_TblLayoutType">
<xsd:annotation>
<xsd:documentation>Table Layout Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="fixed">
<xsd:annotation>
<xsd:documentation>Fixed Width Table Layout</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="autofit">
<xsd:annotation>
<xsd:documentation>AutoFit Table Layout</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|