attributeGroup cellhalign
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
alignderived by: xs:token      
charCharacter      
charoffLength      
annotation
documentation

      horizontal alignment attributes for cell contents

      char        alignment char, e.g. char=':'
      charoff     offset for alignment char
     
source <xs:attributeGroup name="cellhalign">
 
<xs:annotation>
   
<xs:documentation>
      horizontal alignment attributes for cell contents

      char        alignment char, e.g. char=':'
      charoff     offset for alignment char
     
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="align">
   
<xs:simpleType>
     
<xs:restriction base="xs:token">
       
<xs:enumeration value="left"/>
       
<xs:enumeration value="center"/>
       
<xs:enumeration value="right"/>
       
<xs:enumeration value="justify"/>
       
<xs:enumeration value="char"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="char" type="Character"/>
 
<xs:attribute name="charoff" type="Length"/>
</xs:attributeGroup>

attribute cellhalign/@align
type restriction of xs:token
properties
isRef 0
facets
Kind Value annotation 
enumeration left 
enumeration center 
enumeration right 
enumeration justify 
enumeration char 
source <xs:attribute name="align">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="left"/>
     
<xs:enumeration value="center"/>
     
<xs:enumeration value="right"/>
     
<xs:enumeration value="justify"/>
     
<xs:enumeration value="char"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute cellhalign/@char
type Character
properties
isRef 0
facets
Kind Value annotation 
length 
source <xs:attribute name="char" type="Character"/>

attribute cellhalign/@charoff
type Length
properties
isRef 0
facets
Kind Value annotation 
pattern [-+]?(\d+|\d+(\.\d+)?%) 
source <xs:attribute name="charoff" type="Length"/>


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