complexType OASISTableType
diagram
version
namespace http://www.oasis-open.org/tables/exchange/1.0
used by
complexType com:IPOASISTableType
attributes
Name Type Use Default Fixed annotation
tbl:frame xsd:token
tbl:colsep xsd:boolean
tbl:rowsep xsd:boolean
source <xsd:complexType name="OASISTableType">
<xsd:attribute name="frame">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="top">
</xsd:enumeration>
<xsd:enumeration value="bottom">
</xsd:enumeration>
<xsd:enumeration value="topbot">
</xsd:enumeration>
<xsd:enumeration value="all">
</xsd:enumeration>
<xsd:enumeration value="sides">
</xsd:enumeration>
<xsd:enumeration value="none">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="colsep" type="xsd:boolean"/>
<xsd:attribute name="rowsep" type="xsd:boolean"/>
</xsd:complexType>

attribute OASISTableType/@frame
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token
source <xsd:attribute name="frame">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="top"/>
<xsd:enumeration value="bottom"/>
<xsd:enumeration value="topbot"/>
<xsd:enumeration value="all"/>
<xsd:enumeration value="sides"/>
<xsd:enumeration value="none"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute OASISTableType/@colsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="colsep" type="xsd:boolean">
</xsd:attribute>

attribute OASISTableType/@rowsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="rowsep" type="xsd:boolean">
</xsd:attribute>