complexType  row  
diagram
version  
namespace http://www.oasis-open.org/tables/exchange/1.0
used by
element     {http://www.oasis-open.org/tables/exchange/1.0}:row 
complexType     com:RowType 
attributes
Name   Type   Use   Default   Fixed   annotation
tbl:rowsep    xsd:boolean                
tbl:valign    xsd:token                
source <xsd:complexType  name="row">
<xsd:attribute  name="rowsep"  type="xsd:boolean">
</xsd:attribute> <xsd:attribute  name="valign">
<xsd:simpleType>
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="top">
</xsd:enumeration> <xsd:enumeration  value="middle">
</xsd:enumeration> <xsd:enumeration  value="bottom">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>


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


attribute  row/@valign  
version  
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token 
source <xsd:attribute  name="valign">
<xsd:simpleType>
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="top">
</xsd:enumeration> <xsd:enumeration  value="middle">
</xsd:enumeration> <xsd:enumeration  value="bottom">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>