Table-alignment.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
columnalign restriction of xs:string center optional
groupalign xs:string optional
rowalign restriction of xs:string baseline optional

Used By

Source

<xs:attributeGroup name="Table-alignment.attrib">
  <xs:attribute name="rowalign" default="baseline">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="columnalign" default="center">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="(left|center|right)( left| center| right)*"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="groupalign" type="xs:string"/>
</xs:attributeGroup>