complexType colspec
diagram
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:anyType
used by
element {http://www.oasis-open.org/tables/exchange/1.0}:colspec
attributes
Name Type Use Default Fixed annotation
tbl:colnum xsd:integer
tbl:colname xsd:NMTOKEN
tbl:colwidth xsd:string
tbl:colsep xsd:boolean
tbl:rowsep xsd:boolean
tbl:align xsd:token
tbl:char xsd:string
tbl:charoff xsd:NMTOKEN
source <xsd:complexType name="colspec">
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attribute name="colnum" type="xsd:integer"/>
<xsd:attribute name="colname" type="xsd:NMTOKEN"/>
<xsd:attribute name="colwidth" type="xsd:string"/>
<xsd:attribute name="colsep" type="xsd:boolean"/>
<xsd:attribute name="rowsep" type="xsd:boolean"/>
<xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="justify">
</xsd:enumeration>
<xsd:enumeration value="char">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="char" type="xsd:string"/>
<xsd:attribute name="charoff" type="xsd:NMTOKEN"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>

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

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

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

attribute colspec/@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 colspec/@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>

attribute colspec/@align
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token
source <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left"/>
<xsd:enumeration value="right"/>
<xsd:enumeration value="center"/>
<xsd:enumeration value="justify"/>
<xsd:enumeration value="char"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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

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