xhtml.CellHAlign.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:NMTOKEN optional
char Character optional
charoff Length optional

Used By

Source

<xs:attributeGroup name="xhtml.CellHAlign.attrib">
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <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="xh11d:Character"/>
  <xs:attribute name="charoff" type="xh11d:Length"/>
</xs:attributeGroup>