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> <xsd:attribute  name="colname"  type="xsd:NMTOKEN">
</xsd:attribute> <xsd:attribute  name="colwidth"  type="xsd:string">
</xsd:attribute> <xsd:attribute  name="colsep"  type="xsd:boolean">
</xsd:attribute> <xsd:attribute  name="rowsep"  type="xsd:boolean">
</xsd:attribute> <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> <xsd:attribute  name="charoff"  type="xsd:NMTOKEN">
</xsd:attribute>
</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"/>


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"/>


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"/>


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"/>


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"/>


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> <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>


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"/>


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"/>