complexType  colspec 
diagram
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typerestriction 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 
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typexsd:integer
source<xsd:attribute  name="colnum"  type="xsd:integer"/>

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

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

attribute  colspec/@colsep 
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typexsd:boolean
source<xsd:attribute  name="colsep"  type="xsd:boolean"/>

attribute  colspec/@rowsep 
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typexsd:boolean
source<xsd:attribute  name="rowsep"  type="xsd:boolean"/>

attribute  colspec/@align 
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typerestriction 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 
versionV3_1
namespacehttp://www.oasis-open.org/tables/exchange/1.0
typexsd:string
source<xsd:attribute  name="char"  type="xsd:string"/>

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