attributeGroup cellvalign
namespace http://www.w3.org/1999/xhtml
used by
elements col colgroup tbody td tfoot th thead tr
attributes
Name  Type  Use  Default  Fixed  annotation
valignderived by: xs:token      
annotation
documentation

      vertical alignment attributes for cell contents
     
source <xs:attributeGroup name="cellvalign">
 
<xs:annotation>
   
<xs:documentation>
      vertical alignment attributes for cell contents
     
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="valign">
   
<xs:simpleType>
     
<xs:restriction base="xs:token">
       
<xs:enumeration value="top"/>
       
<xs:enumeration value="middle"/>
       
<xs:enumeration value="bottom"/>
       
<xs:enumeration value="baseline"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute cellvalign/@valign
type restriction of xs:token
properties
isRef 0
facets
Kind Value annotation 
enumeration top 
enumeration middle 
enumeration bottom 
enumeration baseline 
source <xs:attribute name="valign">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="top"/>
     
<xs:enumeration value="middle"/>
     
<xs:enumeration value="bottom"/>
     
<xs:enumeration value="baseline"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy