BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
attributeGroup cellhalign

Documentation
      horizontal alignment attributes for cell contents

      character        alignment char, e.g. char=':'
      charoff     offset for alignment character
      
Properties
This component is not nillable.

Model

  align = xs:token
  character = Character
  charoff = Length



Attribute Summary
 xs:tokenalign
          
 Charactercharacter
          
 Lengthcharoff
          

Attribute Detail

align

Type:
based on
with :
Use:
optional
Form:
unqualified

character

Type:
Character
Use:
optional
Form:
unqualified

charoff

Type:
Length
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="cellhalign">
<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="character"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="character" type="Character"/>
<xs:attribute name="charoff" type="Length"/>
</xs:attributeGroup>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation