<xsd:simpleType name="ST_TableType">
<xsd:annotation>
<xsd:documentation>Table Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="worksheet">
<xsd:annotation>
<xsd:documentation>Worksheet</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="xml">
<xsd:annotation>
<xsd:documentation>XML</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="queryTable">
<xsd:annotation>
<xsd:documentation>Query Table</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|