m:mtd.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
columnalign m:columnalignstyle optional
columnspan m:positive-integer optional
groupalign m:group-alignment-list optional
href xs:anyURI optional
id xs:ID optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
other optional
rowalign restriction of xs:token optional
rowspan m:positive-integer optional
style xs:string optional
xref optional

Used By

Source

<xs:attributeGroup name="mtd.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attribute name="rowspan" type="m:positive-integer"/>
  <xs:attribute name="columnspan" type="m:positive-integer"/>
  <xs:attribute name="rowalign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top"/>
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="baseline"/>
        <xs:enumeration value="axis"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="columnalign" type="m:columnalignstyle"/>
  <xs:attribute name="groupalign" type="m:group-alignment-list"/>
</xs:attributeGroup>