%CellHAlign.attrib;

Horizontal Alignment Attributes For Cell Contents

Groups several attributes that affect horizontal alignment, for use in the attribute lists of several elements in NISO JATS Tables (based on and designed to be converted easily to the XHTML 1.1 table model).

Remarks

The NISO JATS table model parameter entity is used in the same way as the equivalent parameter entity in the XHTML 1.1 table model. Since this parameter entity was named in the same way as the XHTML 1.1 Tag Set equivalent, it does not follow the naming conventions for this Tag Set: it is in mixed not lower case, and the separator character is a period, not a hyphen.

Model

<!ENTITY % CellHAlign.attrib
     "align        ( left
                   | center
                   | right
                   | justify
                   | char )                 #IMPLIED
      char         %Character.datatype;     #IMPLIED
      charoff      %Length.datatype;        #IMPLIED"
>

Expanded Model

align ( left | center | right | justify | char ) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED