m:mtr.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
columnalign restriction of list of m:columnalignstyle optional
groupalign m:group-alignment-list-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
style xs:string optional
xref optional

Used By

Attribute Group m:mlabeledtr.attributes
Element m:mtr

Source

<xs:attributeGroup name="mtr.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <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">
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="m:columnalignstyle"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="groupalign" type="m:group-alignment-list-list"/>
</xs:attributeGroup>